Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DCodeGen.h22 enum Model { Static, PIC_, DynamicNoPIC, ROPI, RWPI, ROPI_RWPI }; enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMSubtarget.cpp342 TM.getRelocationModel() == Reloc::ROPI_RWPI; in isROPI()
346 TM.getRelocationModel() == Reloc::ROPI_RWPI; in isRWPI()
DARMTargetMachine.cpp194 if (*RM == Reloc::ROPI || *RM == Reloc::RWPI || *RM == Reloc::ROPI_RWPI) in getEffectiveRelocModel()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/
DTargetLoweringObjectFile.cpp230 ReloModel == Reloc::RWPI || ReloModel == Reloc::ROPI_RWPI) in getKindForGlobal()
DTargetMachineC.cpp124 RM = Reloc::ROPI_RWPI; in LLVMCreateTargetMachine()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DCommandFlags.inc56 clEnumValN(Reloc::ROPI_RWPI, "ropi-rwpi",