Home
last modified time | relevance | path

Searched refs:ROPI_RWPI (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSubtarget.cpp311 TM.getRelocationModel() == Reloc::ROPI_RWPI; in isROPI()
315 TM.getRelocationModel() == Reloc::ROPI_RWPI; in isRWPI()
H A DARMTargetMachine.cpp187 if (*RM == Reloc::ROPI || *RM == Reloc::RWPI || *RM == Reloc::ROPI_RWPI) in getEffectiveRelocModel()
/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/ExecutionEngine/Orc/
H A DJITTargetMachineBuilder.cpp92 case Reloc::ROPI_RWPI: in print()
/freebsd/contrib/llvm-project/llvm/lib/Target/
H A DTargetMachineC.cpp184 RM = Reloc::ROPI_RWPI; in LLVMTargetMachineOptionsSetRelocMode()
H A DTargetLoweringObjectFile.cpp331 ReloModel == Reloc::RWPI || ReloModel == Reloc::ROPI_RWPI || in getKindForGlobal()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCommandFlags.cpp150 clEnumValN(Reloc::ROPI_RWPI, "ropi-rwpi", in CGOPT()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DCommonArgs.cpp1915 case llvm::Reloc::ROPI_RWPI: in RelocationModelName()
2112 RelocM = llvm::Reloc::ROPI_RWPI; in ParsePICArgs()
H A DClang.cpp5594 RelocationModel == llvm::Reloc::ROPI_RWPI; in ConstructJob()
5596 RelocationModel == llvm::Reloc::ROPI_RWPI; in ConstructJob()
5625 RelocationModel == llvm::Reloc::ROPI_RWPI) in ConstructJob()
5628 RelocationModel == llvm::Reloc::ROPI_RWPI) in ConstructJob()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp361 Asm->TM.getRelocationModel() == Reloc::ROPI_RWPI) && in addLocationAttribute()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td7571 NormalizedValues<["Static", "PIC_", "ROPI", "RWPI", "ROPI_RWPI", "DynamicNoPIC"]>,