| /llvm-project-15.0.7/llvm/lib/Target/MSP430/ |
| H A D | MSP430TargetMachine.cpp | 29 static Reloc::Model getEffectiveRelocModel(Optional<Reloc::Model> RM) { in getEffectiveRelocModel() function 45 Options, getEffectiveRelocModel(RM), in MSP430TargetMachine()
|
| /llvm-project-15.0.7/llvm/lib/Target/Lanai/ |
| H A D | LanaiTargetMachine.cpp | 50 static Reloc::Model getEffectiveRelocModel(Optional<Reloc::Model> RM) { in getEffectiveRelocModel() function 61 getEffectiveRelocModel(RM), in LanaiTargetMachine()
|
| /llvm-project-15.0.7/llvm/lib/Target/XCore/ |
| H A D | XCoreTargetMachine.cpp | 28 static Reloc::Model getEffectiveRelocModel(Optional<Reloc::Model> RM) { in getEffectiveRelocModel() function 52 TT, CPU, FS, Options, getEffectiveRelocModel(RM), in XCoreTargetMachine()
|
| /llvm-project-15.0.7/llvm/lib/Target/AVR/ |
| H A D | AVRTargetMachine.cpp | 40 static Reloc::Model getEffectiveRelocModel(Optional<Reloc::Model> RM) { in getEffectiveRelocModel() function 51 getEffectiveRelocModel(RM), in AVRTargetMachine()
|
| /llvm-project-15.0.7/llvm/lib/Target/Sparc/ |
| H A D | SparcTargetMachine.cpp | 57 static Reloc::Model getEffectiveRelocModel(Optional<Reloc::Model> RM) { in getEffectiveRelocModel() function 95 getEffectiveRelocModel(RM), in SparcTargetMachine() 97 CM, getEffectiveRelocModel(RM), is64bit, JIT), in SparcTargetMachine()
|
| /llvm-project-15.0.7/llvm/lib/Target/VE/ |
| H A D | VETargetMachine.cpp | 63 static Reloc::Model getEffectiveRelocModel(Optional<Reloc::Model> RM) { in getEffectiveRelocModel() function 86 getEffectiveRelocModel(RM), in VETargetMachine()
|
| /llvm-project-15.0.7/llvm/lib/Target/SystemZ/ |
| H A D | SystemZTargetMachine.cpp | 118 static Reloc::Model getEffectiveRelocModel(Optional<Reloc::Model> RM) { in getEffectiveRelocModel() function 178 getEffectiveRelocModel(RM), in SystemZTargetMachine() 179 getEffectiveSystemZCodeModel(CM, getEffectiveRelocModel(RM), JIT), in SystemZTargetMachine()
|
| /llvm-project-15.0.7/llvm/lib/Target/LoongArch/ |
| H A D | LoongArchTargetMachine.cpp | 39 static Reloc::Model getEffectiveRelocModel(const Triple &TT, in getEffectiveRelocModel() function 49 getEffectiveRelocModel(TT, RM), in LoongArchTargetMachine()
|
| /llvm-project-15.0.7/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVTargetMachine.cpp | 55 static Reloc::Model getEffectiveRelocModel(Optional<Reloc::Model> RM) { in getEffectiveRelocModel() function 71 getEffectiveRelocModel(RM), in SPIRVTargetMachine()
|
| /llvm-project-15.0.7/llvm/lib/Target/M68k/ |
| H A D | M68kTargetMachine.cpp | 72 Reloc::Model getEffectiveRelocModel(const Triple &TT, in getEffectiveRelocModel() function 102 Options, getEffectiveRelocModel(TT, RM), in M68kTargetMachine()
|
| /llvm-project-15.0.7/llvm/lib/Target/BPF/ |
| H A D | BPFTargetMachine.cpp | 61 static Reloc::Model getEffectiveRelocModel(Optional<Reloc::Model> RM) { in getEffectiveRelocModel() function 72 getEffectiveRelocModel(RM), in BPFTargetMachine()
|
| /llvm-project-15.0.7/llvm/lib/Target/RISCV/ |
| H A D | RISCVTargetMachine.cpp | 66 static Reloc::Model getEffectiveRelocModel(const Triple &TT, in getEffectiveRelocModel() function 78 getEffectiveRelocModel(TT, RM), in RISCVTargetMachine()
|
| /llvm-project-15.0.7/llvm/lib/Target/Mips/ |
| H A D | MipsTargetMachine.cpp | 107 static Reloc::Model getEffectiveRelocModel(bool JIT, in getEffectiveRelocModel() function 127 CPU, FS, Options, getEffectiveRelocModel(JIT, RM), in MipsTargetMachine()
|
| /llvm-project-15.0.7/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyTargetMachine.cpp | 88 static Reloc::Model getEffectiveRelocModel(Optional<Reloc::Model> RM, in getEffectiveRelocModel() function 124 TT, CPU, FS, Options, getEffectiveRelocModel(RM, TT), in WebAssemblyTargetMachine()
|
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonTargetMachine.cpp | 196 static Reloc::Model getEffectiveRelocModel(Optional<Reloc::Model> RM) { in getEffectiveRelocModel() function 237 TT, CPU, FS, Options, getEffectiveRelocModel(RM), in HexagonTargetMachine()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86TargetMachine.cpp | 164 static Reloc::Model getEffectiveRelocModel(const Triple &TT, in getEffectiveRelocModel() function 228 getEffectiveRelocModel(TT, JIT, RM), in X86TargetMachine()
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | ARMTargetMachine.cpp | 197 static Reloc::Model getEffectiveRelocModel(const Triple &TT, in getEffectiveRelocModel() function 223 CPU, FS, Options, getEffectiveRelocModel(TT, RM), in ARMBaseTargetMachine()
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCTargetMachine.cpp | 247 static Reloc::Model getEffectiveRelocModel(const Triple &TT, in getEffectiveRelocModel() function 332 getEffectiveRelocModel(TT, RM), in PPCTargetMachine()
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64TargetMachine.cpp | 269 static Reloc::Model getEffectiveRelocModel(const Triple &TT, in getEffectiveRelocModel() function 317 getEffectiveRelocModel(TT, RM), in AArch64TargetMachine()
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUTargetMachine.cpp | 508 static Reloc::Model getEffectiveRelocModel(Optional<Reloc::Model> RM) { in getEffectiveRelocModel() function 521 FS, Options, getEffectiveRelocModel(RM), in AMDGPUTargetMachine()
|