HomeSort by relevance Sort by last modified time
    Searched refs:getEffectiveRelocModel (Results 1 - 25 of 32) sorted by null

1 2

  /external/llvm/lib/Target/AVR/
AVRTargetMachine.cpp 37 static Reloc::Model getEffectiveRelocModel(Optional<Reloc::Model> RM) {
48 getCPU(CPU), FS, Options, getEffectiveRelocModel(RM), CM, OL),
  /external/llvm/lib/Target/BPF/
BPFTargetMachine.cpp 40 static Reloc::Model getEffectiveRelocModel(Optional<Reloc::Model> RM) {
52 getEffectiveRelocModel(RM), CM, OL),
  /external/llvm/lib/Target/Lanai/
LanaiTargetMachine.cpp 49 static Reloc::Model getEffectiveRelocModel(const Triple &TT,
63 FeatureString, Options, getEffectiveRelocModel(TT, RM),
  /external/llvm/lib/Target/MSP430/
MSP430TargetMachine.cpp 29 static Reloc::Model getEffectiveRelocModel(Optional<Reloc::Model> RM) {
42 Options, getEffectiveRelocModel(RM), CM, OL),
  /external/llvm/lib/Target/XCore/
XCoreTargetMachine.cpp 24 static Reloc::Model getEffectiveRelocModel(Optional<Reloc::Model> RM) {
40 TT, CPU, FS, Options, getEffectiveRelocModel(RM), CM, OL),
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/MSP430/
MSP430TargetMachine.cpp 29 static Reloc::Model getEffectiveRelocModel(Optional<Reloc::Model> RM) {
53 Options, getEffectiveRelocModel(RM),
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Nios2/
Nios2TargetMachine.cpp 34 static Reloc::Model getEffectiveRelocModel(Optional<Reloc::Model> RM) {
55 getEffectiveRelocModel(RM),
56 getEffectiveCodeModel(CM, getEffectiveRelocModel(RM), JIT), OL),
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/
AVRTargetMachine.cpp 39 static Reloc::Model getEffectiveRelocModel(Optional<Reloc::Model> RM) {
56 getEffectiveRelocModel(RM), getEffectiveCodeModel(CM),
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/
LanaiTargetMachine.cpp 50 static Reloc::Model getEffectiveRelocModel(Optional<Reloc::Model> RM) {
69 getEffectiveRelocModel(RM),
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/
RISCVTargetMachine.cpp 41 static Reloc::Model getEffectiveRelocModel(const Triple &TT,
61 getEffectiveRelocModel(TT, RM),
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/
XCoreTargetMachine.cpp 28 static Reloc::Model getEffectiveRelocModel(Optional<Reloc::Model> RM) {
53 TT, CPU, FS, Options, getEffectiveRelocModel(RM),
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
SystemZTargetMachine.cpp 94 static Reloc::Model getEffectiveRelocModel(Optional<Reloc::Model> RM) {
148 getEffectiveRelocModel(RM),
149 getEffectiveCodeModel(CM, getEffectiveRelocModel(RM), JIT), OL),
  /external/llvm/lib/Target/SystemZ/
SystemZTargetMachine.cpp 83 static Reloc::Model getEffectiveRelocModel(Optional<Reloc::Model> RM) {
98 getEffectiveRelocModel(RM), CM, OL),
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/BPF/
BPFTargetMachine.cpp 48 static Reloc::Model getEffectiveRelocModel(Optional<Reloc::Model> RM) {
67 getEffectiveRelocModel(RM), getEffectiveCodeModel(CM),
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyTargetMachine.cpp 42 static Reloc::Model getEffectiveRelocModel(Optional<Reloc::Model> RM) {
57 TT, CPU, FS, Options, getEffectiveRelocModel(RM),
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/
SparcTargetMachine.cpp 57 static Reloc::Model getEffectiveRelocModel(Optional<Reloc::Model> RM) {
93 getEffectiveRelocModel(RM),
94 getEffectiveCodeModel(CM, getEffectiveRelocModel(RM), is64bit, JIT),
  /external/llvm/lib/Target/Mips/
MipsTargetMachine.cpp 81 static Reloc::Model getEffectiveRelocModel(CodeModel::Model CM,
100 CPU, FS, Options, getEffectiveRelocModel(CM, RM), CM,
  /external/llvm/lib/Target/Sparc/
SparcTargetMachine.cpp 57 static Reloc::Model getEffectiveRelocModel(Optional<Reloc::Model> RM) {
71 getEffectiveRelocModel(RM), CM, OL),
  /external/llvm/lib/Target/X86/
X86TargetMachine.cpp 109 static Reloc::Model getEffectiveRelocModel(const Triple &TT,
153 getEffectiveRelocModel(TT, RM), CM, OL),
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
MipsTargetMachine.cpp 97 static Reloc::Model getEffectiveRelocModel(bool JIT,
123 CPU, FS, Options, getEffectiveRelocModel(JIT, RM),
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
WebAssemblyTargetMachine.cpp 83 static Reloc::Model getEffectiveRelocModel(Optional<Reloc::Model> RM) {
98 TT, CPU, FS, Options, getEffectiveRelocModel(RM),
  /external/llvm/lib/Target/Hexagon/
HexagonTargetMachine.cpp 132 static Reloc::Model getEffectiveRelocModel(Optional<Reloc::Model> RM) {
151 TT, CPU, FS, Options, getEffectiveRelocModel(RM), CM,
  /external/llvm/lib/Target/PowerPC/
PPCTargetMachine.cpp 181 static Reloc::Model getEffectiveRelocModel(const Triple &TT,
202 getEffectiveRelocModel(TT, RM), CM, OL),
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
PPCTargetMachine.cpp 205 static Reloc::Model getEffectiveRelocModel(const Triple &TT,
245 getEffectiveRelocModel(TT, RM),
  /external/llvm/lib/Target/AArch64/
AArch64TargetMachine.cpp 163 static Reloc::Model getEffectiveRelocModel(const Triple &TT,
185 Options, getEffectiveRelocModel(TT, RM), CM, OL),

Completed in 1781 milliseconds

1 2