Lines Matching refs:Reloc
40 std::optional<Reloc::Model> RM;
164 LLVMRelocMode Reloc) { in LLVMTargetMachineOptionsSetRelocMode() argument
165 std::optional<Reloc::Model> RM; in LLVMTargetMachineOptionsSetRelocMode()
167 switch (Reloc) { in LLVMTargetMachineOptionsSetRelocMode()
169 RM = Reloc::Static; in LLVMTargetMachineOptionsSetRelocMode()
172 RM = Reloc::PIC_; in LLVMTargetMachineOptionsSetRelocMode()
175 RM = Reloc::DynamicNoPIC; in LLVMTargetMachineOptionsSetRelocMode()
178 RM = Reloc::ROPI; in LLVMTargetMachineOptionsSetRelocMode()
181 RM = Reloc::RWPI; in LLVMTargetMachineOptionsSetRelocMode()
184 RM = Reloc::ROPI_RWPI; in LLVMTargetMachineOptionsSetRelocMode()
213 LLVMRelocMode Reloc, LLVMCodeModel CodeModel) { in LLVMCreateTargetMachine() argument
219 LLVMTargetMachineOptionsSetRelocMode(Options, Reloc); in LLVMCreateTargetMachine()