Searched refs:ROPI (Results 1 – 13 of 13) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/ |
| D | CodeGen.h | 22 enum Model { Static, PIC_, DynamicNoPIC, ROPI, RWPI, ROPI_RWPI }; enumerator
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| D | JITTargetMachineBuilder.cpp | 87 case Reloc::ROPI: in print()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| D | CommonArgs.cpp | 1270 bool ROPI = false, RWPI = false; in ParsePICArgs() local 1276 ROPI = true; in ParsePICArgs() 1287 if ((ROPI || RWPI) && (PIC || PIE)) in ParsePICArgs() 1311 if (ROPI && RWPI) in ParsePICArgs() 1313 else if (ROPI) in ParsePICArgs() 1314 RelocM = llvm::Reloc::ROPI; in ParsePICArgs()
|
| D | Clang.cpp | 1120 case llvm::Reloc::ROPI: in RelocationModelName() 4730 bool IsROPI = RelocationModel == llvm::Reloc::ROPI || in ConstructJob() 4759 if (RelocationModel == llvm::Reloc::ROPI || in ConstructJob()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ |
| D | TargetMachineC.cpp | 118 RM = Reloc::ROPI; in LLVMCreateTargetMachine()
|
| D | TargetLoweringObjectFile.cpp | 298 if (ReloModel == Reloc::Static || ReloModel == Reloc::ROPI || in getKindForGlobal()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/ |
| D | ARMSubtarget.cpp | 348 return TM.getRelocationModel() == Reloc::ROPI || in isROPI()
|
| D | ARMTargetMachine.cpp | 199 if (*RM == Reloc::ROPI || *RM == Reloc::RWPI || *RM == Reloc::ROPI_RWPI) in getEffectiveRelocModel()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/ |
| D | CommandFlags.cpp | 128 Reloc::ROPI, "ropi", in CGOPT()
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/ |
| D | DiagnosticDriverKinds.td | 415 "ROPI is not compatible with c++">; 421 "cmse is not compatible with %select{RWPI|ROPI}0">;
|
| D | LangOptions.def | 194 LANGOPT(ROPI , 1, 0, "Read-only position independence")
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Basic/Targets/ |
| D | ARM.cpp | 743 if (Opts.ROPI) in getTargetDefines()
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/Driver/ |
| D | Options.td | 2431 LangOpts<"ROPI">, DefaultFalse, 4839 NormalizedValues<["Static", "PIC_", "ROPI", "RWPI", "ROPI_RWPI", "DynamicNoPIC"]>,
|