Searched refs:RWPI (Results 1 – 13 of 13) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| H A D | CodeGen.h | 22 enum Model { Static, PIC_, DynamicNoPIC, ROPI, RWPI, ROPI_RWPI }; enumerator
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/ |
| H A D | JITTargetMachineBuilder.cpp | 90 case Reloc::RWPI: in print()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/ |
| H A D | CommonArgs.cpp | 1272 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 D | Clang.cpp | 1116 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 D | TargetMachineC.cpp | 121 RM = Reloc::RWPI; in LLVMCreateTargetMachine()
|
| H A D | TargetLoweringObjectFile.cpp | 299 ReloModel == Reloc::RWPI || ReloModel == Reloc::ROPI_RWPI || in getKindForGlobal()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
| H A D | ARMSubtarget.cpp | 352 return TM.getRelocationModel() == Reloc::RWPI || in isRWPI()
|
| H A D | ARMTargetMachine.cpp | 198 if (*RM == Reloc::ROPI || *RM == Reloc::RWPI || *RM == Reloc::ROPI_RWPI) in getEffectiveRelocModel()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | CommandFlags.cpp | 132 Reloc::RWPI, "rwpi", in CGOPT()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/Targets/ |
| H A D | ARM.cpp | 745 if (Opts.RWPI) in getTargetDefines()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
| H A D | LangOptions.def | 193 LANGOPT(RWPI , 1, 0, "Read-write position independence")
|
| H A D | DiagnosticDriverKinds.td | 419 "cmse is not compatible with %select{RWPI|ROPI}0">;
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/ |
| H A D | Options.td | 2408 LangOpts<"RWPI">, DefaultFalse, 4784 NormalizedValues<["Static", "PIC_", "ROPI", "RWPI", "ROPI_RWPI", "DynamicNoPIC"]>,
|