Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DCodeGen.h22 enum Model { Static, PIC_, DynamicNoPIC, ROPI, RWPI, ROPI_RWPI }; enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DJITTargetMachineBuilder.cpp90 case Reloc::RWPI: in print()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DCommonArgs.cpp1272 bool ROPI = false, RWPI = false; in ParsePICArgs() local
1285 RWPI = true; in ParsePICArgs()
1289 if ((ROPI || RWPI) && (PIC || PIE)) in ParsePICArgs()
1313 if (ROPI && RWPI) in ParsePICArgs()
1317 else if (RWPI) in ParsePICArgs()
1318 RelocM = llvm::Reloc::RWPI; in ParsePICArgs()
H A DClang.cpp1116 case llvm::Reloc::RWPI: in RelocationModelName()
4715 bool IsRWPI = RelocationModel == llvm::Reloc::RWPI || in ConstructJob()
4745 if (RelocationModel == llvm::Reloc::RWPI || in ConstructJob()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMSubtarget.cpp352 return TM.getRelocationModel() == Reloc::RWPI || in isRWPI()
H A DARMTargetMachine.cpp198 if (*RM == Reloc::ROPI || *RM == Reloc::RWPI || *RM == Reloc::ROPI_RWPI) in getEffectiveRelocModel()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCommandFlags.cpp132 Reloc::RWPI, "rwpi", in CGOPT()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
H A DARM.cpp745 if (Opts.RWPI) in getTargetDefines()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DLangOptions.def193 LANGOPT(RWPI , 1, 0, "Read-write position independence")
H A DDiagnosticDriverKinds.td419 "cmse is not compatible with %select{RWPI|ROPI}0">;
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DOptions.td2408 LangOpts<"RWPI">, DefaultFalse,
4784 NormalizedValues<["Static", "PIC_", "ROPI", "RWPI", "ROPI_RWPI", "DynamicNoPIC"]>,