Home
last modified time | relevance | path

Searched refs:ROPI (Results 1 – 13 of 13) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
DCodeGen.h22 enum Model { Static, PIC_, DynamicNoPIC, ROPI, RWPI, ROPI_RWPI }; enumerator
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
DJITTargetMachineBuilder.cpp87 case Reloc::ROPI: in print()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
DCommonArgs.cpp1270 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()
DClang.cpp1120 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/
DTargetMachineC.cpp118 RM = Reloc::ROPI; in LLVMCreateTargetMachine()
DTargetLoweringObjectFile.cpp298 if (ReloModel == Reloc::Static || ReloModel == Reloc::ROPI || in getKindForGlobal()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
DARMSubtarget.cpp348 return TM.getRelocationModel() == Reloc::ROPI || in isROPI()
DARMTargetMachine.cpp199 if (*RM == Reloc::ROPI || *RM == Reloc::RWPI || *RM == Reloc::ROPI_RWPI) in getEffectiveRelocModel()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DCommandFlags.cpp128 Reloc::ROPI, "ropi", in CGOPT()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
DDiagnosticDriverKinds.td415 "ROPI is not compatible with c++">;
421 "cmse is not compatible with %select{RWPI|ROPI}0">;
DLangOptions.def194 LANGOPT(ROPI , 1, 0, "Read-only position independence")
/freebsd-12-stable/contrib/llvm-project/clang/lib/Basic/Targets/
DARM.cpp743 if (Opts.ROPI) in getTargetDefines()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Driver/
DOptions.td2431 LangOpts<"ROPI">, DefaultFalse,
4839 NormalizedValues<["Static", "PIC_", "ROPI", "RWPI", "ROPI_RWPI", "DynamicNoPIC"]>,