Searched refs:ROPI (Results 1 – 13 of 13) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | CodeGen.h | 25 enum Model { Static, PIC_, DynamicNoPIC, ROPI, RWPI, ROPI_RWPI }; enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | JITTargetMachineBuilder.cpp | 88 case Reloc::ROPI: in print()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMSubtarget.cpp | 340 return TM.getRelocationModel() == Reloc::ROPI || in isROPI()
|
H A D | ARMTargetMachine.cpp | 206 if (*RM == Reloc::ROPI || *RM == Reloc::RWPI || *RM == Reloc::ROPI_RWPI) in getEffectiveRelocModel()
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | CommonArgs.cpp | 1757 case llvm::Reloc::ROPI: in RelocationModelName() 1927 bool ROPI = false, RWPI = false; in ParsePICArgs() local 1933 ROPI = true; in ParsePICArgs() 1944 if ((ROPI || RWPI) && (PIC || PIE)) in ParsePICArgs() 1968 if (ROPI && RWPI) in ParsePICArgs() 1970 else if (ROPI) in ParsePICArgs() 1971 RelocM = llvm::Reloc::ROPI; in ParsePICArgs()
|
H A D | Clang.cpp | 5578 bool IsROPI = RelocationModel == llvm::Reloc::ROPI || in ConstructJob() 5609 if (RelocationModel == llvm::Reloc::ROPI || in ConstructJob()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ |
H A D | TargetLoweringObjectFile.cpp | 303 if (ReloModel == Reloc::Static || ReloModel == Reloc::ROPI || in getKindForGlobal()
|
H A D | TargetMachineC.cpp | 178 RM = Reloc::ROPI; in LLVMTargetMachineOptionsSetRelocMode()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | CommandFlags.cpp | 144 Reloc::ROPI, "ropi", in CGOPT()
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | DiagnosticDriverKinds.td | 574 "ROPI is not compatible with c++">; 581 "cmse is not compatible with %select{RWPI|ROPI}0">;
|
H A D | LangOptions.def | 221 LANGOPT(ROPI , 1, 0, "Read-only position independence")
|
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/ |
H A D | ARM.cpp | 839 if (Opts.ROPI) in getTargetDefines()
|
/freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
H A D | Options.td | 3716 LangOpts<"ROPI">, DefaultFalse, 7053 NormalizedValues<["Static", "PIC_", "ROPI", "RWPI", "ROPI_RWPI", "DynamicNoPIC"]>,
|