Searched refs:ROPI (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DCodeGen.h22 enum Model { Static, PIC_, DynamicNoPIC, ROPI, RWPI, ROPI_RWPI }; enumerator in enum:llvm::Reloc::Model
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DJITTargetMachineBuilder.cpp87 case Reloc::ROPI:
88 OS << "ROPI";
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/
H A DTargetMachineC.cpp118 RM = Reloc::ROPI;
H A DTargetLoweringObjectFile.cpp292 // In static, ROPI and RWPI relocation models, the linker will resolve
298 if (ReloModel == Reloc::Static || ReloModel == Reloc::ROPI ||
/netbsd-current/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DCommonArgs.cpp1272 bool ROPI = false, RWPI = false; local
1278 ROPI = true;
1288 // ROPI and RWPI are not compatible with PIC or PIE.
1289 if ((ROPI || RWPI) && (PIC || PIE))
1313 if (ROPI && RWPI)
1315 else if (ROPI)
1316 RelocM = llvm::Reloc::ROPI;
H A DClang.cpp1114 case llvm::Reloc::ROPI:
4713 bool IsROPI = RelocationModel == llvm::Reloc::ROPI ||
4742 if (RelocationModel == llvm::Reloc::ROPI ||
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMSubtarget.cpp348 return TM.getRelocationModel() == Reloc::ROPI ||
H A DARMTargetMachine.cpp198 if (*RM == Reloc::ROPI || *RM == Reloc::RWPI || *RM == Reloc::ROPI_RWPI)
200 "ROPI/RWPI currently only supported for ELF");
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCommandFlags.cpp129 Reloc::ROPI, "ropi",
/netbsd-current/external/apache2/llvm/dist/clang/lib/Basic/Targets/
H A DARM.cpp743 if (Opts.ROPI)

Completed in 357 milliseconds