reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
51 clEnumValN(Reloc::ROPI, "ropi",
lib/Target/ARM/ARMSubtarget.cpp 338 return TM.getRelocationModel() == Reloc::ROPI ||
lib/Target/ARM/ARMTargetMachine.cpp 194 if (*RM == Reloc::ROPI || *RM == Reloc::RWPI || *RM == Reloc::ROPI_RWPI)
lib/Target/TargetLoweringObjectFile.cpp 229 if (ReloModel == Reloc::Static || ReloModel == Reloc::ROPI ||
lib/Target/TargetMachineC.cpp 118 RM = Reloc::ROPI;
tools/clang/lib/Driver/ToolChains/Clang.cpp964 case llvm::Reloc::ROPI: 3840 if ((RelocationModel == llvm::Reloc::ROPI || 3857 if (RelocationModel == llvm::Reloc::ROPI ||tools/clang/lib/Driver/ToolChains/CommonArgs.cpp
1100 RelocM = llvm::Reloc::ROPI;
tools/clang/lib/Frontend/CompilerInvocation.cpp 542 .Case("ropi", llvm::Reloc::ROPI)