Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaTargetMachine.cpp38 static Reloc::Model getEffectiveRelocModel(bool JIT, in getEffectiveRelocModel() function
53 CPU, FS, Options, getEffectiveRelocModel(JIT, RM), in XtensaTargetMachine()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430TargetMachine.cpp32 static Reloc::Model getEffectiveRelocModel(std::optional<Reloc::Model> RM) { in getEffectiveRelocModel() function
48 Options, getEffectiveRelocModel(RM), in MSP430TargetMachine()
/freebsd-14.2/contrib/llvm-project/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()
/freebsd-14.2/contrib/llvm-project/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()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRTargetMachine.cpp42 static Reloc::Model getEffectiveRelocModel(std::optional<Reloc::Model> RM) { in getEffectiveRelocModel() function
53 getEffectiveRelocModel(RM), in AVRTargetMachine()
/freebsd-14.2/contrib/llvm-project/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()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcTargetMachine.cpp65 static Reloc::Model getEffectiveRelocModel(std::optional<Reloc::Model> RM) { in getEffectiveRelocModel() function
106 getEffectiveRelocModel(RM), in SparcTargetMachine()
108 CM, getEffectiveRelocModel(RM), is64bit, JIT), in SparcTargetMachine()
/freebsd-14.2/contrib/llvm-project/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()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVTargetMachine.cpp62 static Reloc::Model getEffectiveRelocModel(std::optional<Reloc::Model> RM) { in getEffectiveRelocModel() function
78 getEffectiveRelocModel(RM), in SPIRVTargetMachine()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kTargetMachine.cpp77 Reloc::Model getEffectiveRelocModel(const Triple &TT, in getEffectiveRelocModel() function
106 Options, getEffectiveRelocModel(TT, RM), in M68kTargetMachine()
/freebsd-14.2/contrib/llvm-project/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()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchTargetMachine.cpp53 static Reloc::Model getEffectiveRelocModel(const Triple &TT, in getEffectiveRelocModel() function
83 getEffectiveRelocModel(TT, RM), in LoongArchTargetMachine()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsTargetMachine.cpp109 static Reloc::Model getEffectiveRelocModel(bool JIT, in getEffectiveRelocModel() function
129 CPU, FS, Options, getEffectiveRelocModel(JIT, RM), in MipsTargetMachine()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetMachine.cpp99 static Reloc::Model getEffectiveRelocModel(std::optional<Reloc::Model> RM, in getEffectiveRelocModel() function
128 TT, CPU, FS, Options, getEffectiveRelocModel(RM, TT), in WebAssemblyTargetMachine()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetMachine.cpp196 static Reloc::Model getEffectiveRelocModel(std::optional<Reloc::Model> RM) { in getEffectiveRelocModel() function
238 TT, CPU, FS, Options, getEffectiveRelocModel(RM), in HexagonTargetMachine()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetMachine.cpp170 static Reloc::Model getEffectiveRelocModel(const Triple &TT, bool JIT, in getEffectiveRelocModel() function
234 getEffectiveRelocModel(TT, JIT, RM), in X86TargetMachine()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetMachine.cpp149 static Reloc::Model getEffectiveRelocModel(const Triple &TT, in getEffectiveRelocModel() function
161 getEffectiveRelocModel(TT, RM), in RISCVTargetMachine()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetMachine.cpp200 static Reloc::Model getEffectiveRelocModel(const Triple &TT, in getEffectiveRelocModel() function
226 CPU, FS, Options, getEffectiveRelocModel(TT, RM), in ARMBaseTargetMachine()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetMachine.cpp266 static Reloc::Model getEffectiveRelocModel(const Triple &TT, in getEffectiveRelocModel() function
352 getEffectiveRelocModel(TT, RM), in PPCTargetMachine()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetMachine.cpp289 static Reloc::Model getEffectiveRelocModel(const Triple &TT, in getEffectiveRelocModel() function
337 getEffectiveRelocModel(TT, RM), in AArch64TargetMachine()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetMachine.cpp566 static Reloc::Model getEffectiveRelocModel(std::optional<Reloc::Model> RM) { in getEffectiveRelocModel() function
579 FS, Options, getEffectiveRelocModel(RM), in AMDGPUTargetMachine()