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

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

Completed in 166 milliseconds