Home
last modified time | relevance | path

Searched refs:ROPI_RWPI (Results 1 – 11 of 11) 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/Target/ARM/
H A DARMSubtarget.cpp347 TM.getRelocationModel() == Reloc::ROPI_RWPI; in isROPI()
351 TM.getRelocationModel() == Reloc::ROPI_RWPI; in isRWPI()
H A DARMTargetMachine.cpp206 if (*RM == Reloc::ROPI || *RM == Reloc::RWPI || *RM == Reloc::ROPI_RWPI) in getEffectiveRelocModel()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DJITTargetMachineBuilder.cpp95 case Reloc::ROPI_RWPI: in print()
/freebsd/contrib/llvm-project/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp304 ReloModel == Reloc::RWPI || ReloModel == Reloc::ROPI_RWPI || in getKindForGlobal()
H A DTargetMachineC.cpp184 RM = Reloc::ROPI_RWPI; in LLVMTargetMachineOptionsSetRelocMode()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCommandFlags.cpp148 clEnumValN(Reloc::ROPI_RWPI, "ropi-rwpi", in CGOPT()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DCommonArgs.cpp1761 case llvm::Reloc::ROPI_RWPI: in RelocationModelName()
1969 RelocM = llvm::Reloc::ROPI_RWPI; in ParsePICArgs()
H A DClang.cpp5324 RelocationModel == llvm::Reloc::ROPI_RWPI; in ConstructJob()
5326 RelocationModel == llvm::Reloc::ROPI_RWPI; in ConstructJob()
5355 RelocationModel == llvm::Reloc::ROPI_RWPI) in ConstructJob()
5358 RelocationModel == llvm::Reloc::ROPI_RWPI) in ConstructJob()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp323 Asm->TM.getRelocationModel() == Reloc::ROPI_RWPI) && in addLocationAttribute()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td6755 NormalizedValues<["Static", "PIC_", "ROPI", "RWPI", "ROPI_RWPI", "DynamicNoPIC"]>,