Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DCodeGen.h22 enum Model { Static, PIC_, DynamicNoPIC, ROPI, RWPI, ROPI_RWPI }; enumerator
/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ToolChains/
H A DCommonArgs.cpp1033 bool ROPI = false, RWPI = false; in ParsePICArgs() local
1046 RWPI = true; in ParsePICArgs()
1050 if ((ROPI || RWPI) && (PIC || PIE)) in ParsePICArgs()
1074 if (ROPI && RWPI) in ParsePICArgs()
1078 else if (RWPI) in ParsePICArgs()
1079 RelocM = llvm::Reloc::RWPI; in ParsePICArgs()
H A DClang.cpp1014 case llvm::Reloc::RWPI: in RelocationModelName()
/freebsd-12.1/contrib/llvm/lib/Target/
H A DTargetMachineC.cpp122 RM = Reloc::RWPI; in LLVMCreateTargetMachine()
H A DTargetLoweringObjectFile.cpp230 ReloModel == Reloc::RWPI || ReloModel == Reloc::ROPI_RWPI) in getKindForGlobal()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMSubtarget.cpp334 return TM.getRelocationModel() == Reloc::RWPI || in isRWPI()
H A DARMTargetMachine.cpp186 if (*RM == Reloc::ROPI || *RM == Reloc::RWPI || *RM == Reloc::ROPI_RWPI) in getEffectiveRelocModel()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DCommandFlags.inc55 Reloc::RWPI, "rwpi",
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInvocation.cpp499 .Case("rwpi", llvm::Reloc::RWPI) in getRelocModel()