Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DCodeGen.h22 enum Model { Static, PIC_, DynamicNoPIC, ROPI, RWPI, ROPI_RWPI }; enumerator
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DJITTargetMachineBuilder.cpp90 case Reloc::RWPI: in print()
/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DCommonArgs.cpp1270 bool ROPI = false, RWPI = false; in ParsePICArgs() local
1283 RWPI = true; in ParsePICArgs()
1287 if ((ROPI || RWPI) && (PIC || PIE)) in ParsePICArgs()
1311 if (ROPI && RWPI) in ParsePICArgs()
1315 else if (RWPI) in ParsePICArgs()
1316 RelocM = llvm::Reloc::RWPI; in ParsePICArgs()
H A DClang.cpp1122 case llvm::Reloc::RWPI: in RelocationModelName()
4732 bool IsRWPI = RelocationModel == llvm::Reloc::RWPI || in ConstructJob()
4762 if (RelocationModel == llvm::Reloc::RWPI || in ConstructJob()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/
H A DTargetMachineC.cpp121 RM = Reloc::RWPI; in LLVMCreateTargetMachine()
H A DTargetLoweringObjectFile.cpp299 ReloModel == Reloc::RWPI || ReloModel == Reloc::ROPI_RWPI || in getKindForGlobal()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSubtarget.cpp352 return TM.getRelocationModel() == Reloc::RWPI || in isRWPI()
H A DARMTargetMachine.cpp199 if (*RM == Reloc::ROPI || *RM == Reloc::RWPI || *RM == Reloc::ROPI_RWPI) in getEffectiveRelocModel()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DCommandFlags.cpp131 Reloc::RWPI, "rwpi", in CGOPT()
/freebsd-13.1/contrib/llvm-project/clang/lib/Basic/Targets/
H A DARM.cpp745 if (Opts.RWPI) in getTargetDefines()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.def195 LANGOPT(RWPI , 1, 0, "Read-write position independence")
H A DDiagnosticDriverKinds.td421 "cmse is not compatible with %select{RWPI|ROPI}0">;
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td2435 LangOpts<"RWPI">, DefaultFalse,
4839 NormalizedValues<["Static", "PIC_", "ROPI", "RWPI", "ROPI_RWPI", "DynamicNoPIC"]>,