Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCodeGen.h25 enum Model { Static, PIC_, DynamicNoPIC, ROPI, RWPI, ROPI_RWPI }; enumerator
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DJITTargetMachineBuilder.cpp88 case Reloc::ROPI: in print()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSubtarget.cpp340 return TM.getRelocationModel() == Reloc::ROPI || in isROPI()
H A DARMTargetMachine.cpp206 if (*RM == Reloc::ROPI || *RM == Reloc::RWPI || *RM == Reloc::ROPI_RWPI) in getEffectiveRelocModel()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DCommonArgs.cpp1757 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 DClang.cpp5578 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 DTargetLoweringObjectFile.cpp303 if (ReloModel == Reloc::Static || ReloModel == Reloc::ROPI || in getKindForGlobal()
H A DTargetMachineC.cpp178 RM = Reloc::ROPI; in LLVMTargetMachineOptionsSetRelocMode()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCommandFlags.cpp144 Reloc::ROPI, "ropi", in CGOPT()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticDriverKinds.td574 "ROPI is not compatible with c++">;
581 "cmse is not compatible with %select{RWPI|ROPI}0">;
H A DLangOptions.def221 LANGOPT(ROPI , 1, 0, "Read-only position independence")
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DARM.cpp839 if (Opts.ROPI) in getTargetDefines()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td3716 LangOpts<"ROPI">, DefaultFalse,
7053 NormalizedValues<["Static", "PIC_", "ROPI", "RWPI", "ROPI_RWPI", "DynamicNoPIC"]>,