Home
last modified time | relevance | path

Searched refs:ROPI (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/
DTargetMachineC.cpp118 RM = Reloc::ROPI; in LLVMCreateTargetMachine()
DTargetLoweringObjectFile.cpp229 if (ReloModel == Reloc::Static || ReloModel == Reloc::ROPI || in getKindForGlobal()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMSubtarget.cpp341 return TM.getRelocationModel() == Reloc::ROPI || in isROPI()
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/include/llvm/CodeGen/
DCommandFlags.inc51 clEnumValN(Reloc::ROPI, "ropi",