/external/llvm/lib/Target/MSP430/ |
D | MSP430TargetMachine.cpp | 29 static Reloc::Model getEffectiveRelocModel(Optional<Reloc::Model> RM) { in getEffectiveRelocModel() function 42 Options, getEffectiveRelocModel(RM), CM, OL), in MSP430TargetMachine()
|
/external/llvm/lib/Target/BPF/ |
D | BPFTargetMachine.cpp | 40 static Reloc::Model getEffectiveRelocModel(Optional<Reloc::Model> RM) { in getEffectiveRelocModel() function 52 getEffectiveRelocModel(RM), CM, OL), in BPFTargetMachine()
|
/external/llvm/lib/Target/AVR/ |
D | AVRTargetMachine.cpp | 37 static Reloc::Model getEffectiveRelocModel(Optional<Reloc::Model> RM) { in getEffectiveRelocModel() function 48 getCPU(CPU), FS, Options, getEffectiveRelocModel(RM), CM, OL), in AVRTargetMachine()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreTargetMachine.cpp | 24 static Reloc::Model getEffectiveRelocModel(Optional<Reloc::Model> RM) { in getEffectiveRelocModel() function 40 TT, CPU, FS, Options, getEffectiveRelocModel(RM), CM, OL), in XCoreTargetMachine()
|
/external/llvm/lib/Target/Lanai/ |
D | LanaiTargetMachine.cpp | 49 static Reloc::Model getEffectiveRelocModel(const Triple &TT, in getEffectiveRelocModel() function 63 FeatureString, Options, getEffectiveRelocModel(TT, RM), in LanaiTargetMachine()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZTargetMachine.cpp | 83 static Reloc::Model getEffectiveRelocModel(Optional<Reloc::Model> RM) { in getEffectiveRelocModel() function 98 getEffectiveRelocModel(RM), CM, OL), in SystemZTargetMachine()
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyTargetMachine.cpp | 42 static Reloc::Model getEffectiveRelocModel(Optional<Reloc::Model> RM) { in getEffectiveRelocModel() function 57 TT, CPU, FS, Options, getEffectiveRelocModel(RM), in WebAssemblyTargetMachine()
|
/external/llvm/lib/Target/Sparc/ |
D | SparcTargetMachine.cpp | 57 static Reloc::Model getEffectiveRelocModel(Optional<Reloc::Model> RM) { in getEffectiveRelocModel() function 71 getEffectiveRelocModel(RM), CM, OL), in SparcTargetMachine()
|
/external/llvm/lib/Target/Mips/ |
D | MipsTargetMachine.cpp | 81 static Reloc::Model getEffectiveRelocModel(CodeModel::Model CM, in getEffectiveRelocModel() function 100 CPU, FS, Options, getEffectiveRelocModel(CM, RM), CM, in MipsTargetMachine()
|
/external/llvm/lib/Target/X86/ |
D | X86TargetMachine.cpp | 109 static Reloc::Model getEffectiveRelocModel(const Triple &TT, in getEffectiveRelocModel() function 153 getEffectiveRelocModel(TT, RM), CM, OL), in X86TargetMachine()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonTargetMachine.cpp | 132 static Reloc::Model getEffectiveRelocModel(Optional<Reloc::Model> RM) { in getEffectiveRelocModel() function 151 TT, CPU, FS, Options, getEffectiveRelocModel(RM), CM, in HexagonTargetMachine()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCTargetMachine.cpp | 181 static Reloc::Model getEffectiveRelocModel(const Triple &TT, in getEffectiveRelocModel() function 202 getEffectiveRelocModel(TT, RM), CM, OL), in PPCTargetMachine()
|
/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUTargetMachine.cpp | 136 static Reloc::Model getEffectiveRelocModel(Optional<Reloc::Model> RM) { in getEffectiveRelocModel() function 149 FS, Options, getEffectiveRelocModel(RM), CM, OptLevel), in AMDGPUTargetMachine()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64TargetMachine.cpp | 163 static Reloc::Model getEffectiveRelocModel(const Triple &TT, in getEffectiveRelocModel() function 185 Options, getEffectiveRelocModel(TT, RM), CM, OL), in AArch64TargetMachine()
|
/external/llvm/lib/Target/ARM/ |
D | ARMTargetMachine.cpp | 177 static Reloc::Model getEffectiveRelocModel(const Triple &TT, in getEffectiveRelocModel() function 199 CPU, FS, Options, getEffectiveRelocModel(TT, RM), CM, in ARMBaseTargetMachine()
|