Home
last modified time | relevance | path

Searched refs:getEffectiveRelocModel (Results 1 – 21 of 21) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/Xtensa/
H A DXtensaTargetMachine.cpp40 static Reloc::Model getEffectiveRelocModel(bool JIT, in getEffectiveRelocModel() function
55 CPU, FS, Options, getEffectiveRelocModel(JIT, RM), in XtensaTargetMachine()
/openbsd-src/gnu/llvm/llvm/lib/Target/MSP430/
H A DMSP430TargetMachine.cpp33 static Reloc::Model getEffectiveRelocModel(std::optional<Reloc::Model> RM) { in getEffectiveRelocModel() function
49 Options, getEffectiveRelocModel(RM), in MSP430TargetMachine()
/openbsd-src/gnu/llvm/llvm/lib/Target/Lanai/
H A DLanaiTargetMachine.cpp54 static Reloc::Model getEffectiveRelocModel(std::optional<Reloc::Model> RM) { in getEffectiveRelocModel() function
64 getEffectiveRelocModel(RM), in LanaiTargetMachine()
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZTargetMachine.cpp89 static Reloc::Model getEffectiveRelocModel(std::optional<Reloc::Model> RM) { in getEffectiveRelocModel() function
149 getEffectiveRelocModel(RM), in SystemZTargetMachine()
150 getEffectiveSystemZCodeModel(CM, getEffectiveRelocModel(RM), JIT), in SystemZTargetMachine()
/openbsd-src/gnu/llvm/llvm/lib/Target/AVR/
H A DAVRTargetMachine.cpp43 static Reloc::Model getEffectiveRelocModel(std::optional<Reloc::Model> RM) { in getEffectiveRelocModel() function
54 getEffectiveRelocModel(RM), in AVRTargetMachine()
/openbsd-src/gnu/llvm/llvm/lib/Target/XCore/
H A DXCoreTargetMachine.cpp29 static Reloc::Model getEffectiveRelocModel(std::optional<Reloc::Model> RM) { in getEffectiveRelocModel() function
53 TT, CPU, FS, Options, getEffectiveRelocModel(RM), in XCoreTargetMachine()
/openbsd-src/gnu/llvm/llvm/lib/Target/VE/
H A DVETargetMachine.cpp68 static Reloc::Model getEffectiveRelocModel(std::optional<Reloc::Model> RM) { in getEffectiveRelocModel() function
93 getEffectiveRelocModel(RM), in VETargetMachine()
/openbsd-src/gnu/llvm/llvm/lib/Target/Sparc/
H A DSparcTargetMachine.cpp66 static Reloc::Model getEffectiveRelocModel(std::optional<Reloc::Model> RM) { in getEffectiveRelocModel() function
107 getEffectiveRelocModel(RM), in SparcTargetMachine()
109 CM, getEffectiveRelocModel(RM), is64bit, JIT), in SparcTargetMachine()
/openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVTargetMachine.cpp56 static Reloc::Model getEffectiveRelocModel(std::optional<Reloc::Model> RM) { in getEffectiveRelocModel() function
72 getEffectiveRelocModel(RM), in SPIRVTargetMachine()
/openbsd-src/gnu/llvm/llvm/lib/Target/BPF/
H A DBPFTargetMachine.cpp62 static Reloc::Model getEffectiveRelocModel(std::optional<Reloc::Model> RM) { in getEffectiveRelocModel() function
73 getEffectiveRelocModel(RM), in BPFTargetMachine()
/openbsd-src/gnu/llvm/llvm/lib/Target/M68k/
H A DM68kTargetMachine.cpp75 Reloc::Model getEffectiveRelocModel(const Triple &TT, in getEffectiveRelocModel() function
104 Options, getEffectiveRelocModel(TT, RM), in M68kTargetMachine()
/openbsd-src/gnu/llvm/llvm/lib/Target/LoongArch/
H A DLoongArchTargetMachine.cpp44 static Reloc::Model getEffectiveRelocModel(const Triple &TT, in getEffectiveRelocModel() function
54 getEffectiveRelocModel(TT, RM), in LoongArchTargetMachine()
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVTargetMachine.cpp94 static Reloc::Model getEffectiveRelocModel(const Triple &TT, in getEffectiveRelocModel() function
106 getEffectiveRelocModel(TT, RM), in RISCVTargetMachine()
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsTargetMachine.cpp110 static Reloc::Model getEffectiveRelocModel(bool JIT, in getEffectiveRelocModel() function
130 CPU, FS, Options, getEffectiveRelocModel(JIT, RM), in MipsTargetMachine()
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonTargetMachine.cpp197 static Reloc::Model getEffectiveRelocModel(std::optional<Reloc::Model> RM) { in getEffectiveRelocModel() function
239 TT, CPU, FS, Options, getEffectiveRelocModel(RM), in HexagonTargetMachine()
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetMachine.cpp92 static Reloc::Model getEffectiveRelocModel(std::optional<Reloc::Model> RM, in getEffectiveRelocModel() function
128 TT, CPU, FS, Options, getEffectiveRelocModel(RM, TT), in WebAssemblyTargetMachine()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86TargetMachine.cpp167 static Reloc::Model getEffectiveRelocModel(const Triple &TT, bool JIT, in getEffectiveRelocModel() function
231 getEffectiveRelocModel(TT, JIT, RM), in X86TargetMachine()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMTargetMachine.cpp199 static Reloc::Model getEffectiveRelocModel(const Triple &TT, in getEffectiveRelocModel() function
225 CPU, FS, Options, getEffectiveRelocModel(TT, RM), in ARMBaseTargetMachine()
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCTargetMachine.cpp249 static Reloc::Model getEffectiveRelocModel(const Triple &TT, in getEffectiveRelocModel() function
334 getEffectiveRelocModel(TT, RM), in PPCTargetMachine()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64TargetMachine.cpp278 static Reloc::Model getEffectiveRelocModel(const Triple &TT, in getEffectiveRelocModel() function
326 getEffectiveRelocModel(TT, RM), in AArch64TargetMachine()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetMachine.cpp527 static Reloc::Model getEffectiveRelocModel(std::optional<Reloc::Model> RM) { in getEffectiveRelocModel() function
540 FS, Options, getEffectiveRelocModel(RM), in AMDGPUTargetMachine()