/external/llvm/lib/Target/ |
D | TargetMachine.cpp | 60 return getRelocationModel() == Reloc::PIC_; in isPositionIndependent() 84 Reloc::Model TargetMachine::getRelocationModel() const { return RM; } in getRelocationModel() function in TargetMachine 113 Reloc::Model RM = getRelocationModel(); in shouldAssumeDSOLocal() 155 Reloc::Model RM = getRelocationModel(); in getTLSModel()
|
D | TargetLoweringObjectFile.cpp | 137 Reloc::Model ReloModel = TM.getRelocationModel(); in getKindForGlobal()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ |
D | TargetMachine.cpp | 51 return getRelocationModel() == Reloc::PIC_; in isPositionIndependent() 88 Reloc::Model TargetMachine::getRelocationModel() const { return RM; } in getRelocationModel() function in TargetMachine 137 Reloc::Model RM = getRelocationModel(); in shouldAssumeDSOLocal() 209 Reloc::Model RM = getRelocationModel(); in getTLSModel()
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86TargetMachine.cpp | 75 if (getRelocationModel() == Reloc::Static) { in X86TargetMachine() 84 if (getRelocationModel() == Reloc::PIC_) in X86TargetMachine() 87 assert(getRelocationModel() == Reloc::DynamicNoPIC); in X86TargetMachine()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMSubtarget.cpp | 322 return TM.getRelocationModel() == Reloc::ROPI || in isROPI() 323 TM.getRelocationModel() == Reloc::ROPI_RWPI; in isROPI() 326 return TM.getRelocationModel() == Reloc::RWPI || in isRWPI() 327 TM.getRelocationModel() == Reloc::ROPI_RWPI; in isRWPI()
|
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
D | PPCCodeEmitter.cpp | 94 assert((MF.getTarget().getRelocationModel() != Reloc::Default || in runOnMachineFunction() 95 MF.getTarget().getRelocationModel() != Reloc::Static) && in runOnMachineFunction() 129 assert(TM.getRelocationModel() == Reloc::PIC_); in emitBasicBlock() 154 if (TM.getRelocationModel() == Reloc::PIC_) { in GetRelocation()
|
D | PPCAsmPrinter.cpp | 178 if (TM.getRelocationModel() == Reloc::Static) { in printOperand() 201 if (TM.getRelocationModel() != Reloc::Static && in printOperand() 451 if (TM.getRelocationModel() == Reloc::PIC_) { in EmitStartOfAsmFile() 457 } else if (TM.getRelocationModel() == Reloc::DynamicNoPIC) { in EmitStartOfAsmFile() 492 if (TM.getRelocationModel() == Reloc::PIC_) { in EmitFunctionStubs()
|
D | PPCSubtarget.cpp | 132 if (!HasLazyResolverStubs || TM.getRelocationModel() == Reloc::Static) in hasLazyResolverStub()
|
/external/llvm/lib/Target/Mips/ |
D | MipsSubtarget.cpp | 167 Reloc::Model MipsSubtarget::getRelocationModel() const { in getRelocationModel() function in MipsSubtarget 168 return TM.getRelocationModel(); in getRelocationModel()
|
D | MipsSubtarget.h | 281 Reloc::Model getRelocationModel() const;
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | ELFCodeEmitter.cpp | 146 assert(TM.getRelocationModel() != Reloc::PIC_ && in emitConstantPool() 172 assert(TM.getRelocationModel() != Reloc::PIC_ && in emitJumpTables()
|
/external/swiftshader/third_party/LLVM/lib/Target/ |
D | TargetLoweringObjectFile.cpp | 45 TM.getRelocationModel(), TM.getCodeModel(), *Ctx); in Initialize() 127 Reloc::Model ReloModel = TM.getRelocationModel(); in getKindForGlobal()
|
D | TargetMachine.cpp | 214 Reloc::Model TargetMachine::getRelocationModel() const { in getRelocationModel() function in TargetMachine 217 return CodeGenInfo->getRelocationModel(); in getRelocationModel()
|
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/ |
D | SystemZAsmPrinter.cpp | 97 if (TM.getRelocationModel() == Reloc::PIC_ && in printPCRelImmOperand() 110 if (TM.getRelocationModel() == Reloc::PIC_) in printPCRelImmOperand()
|
D | SystemZSubtarget.cpp | 42 if (TM.getRelocationModel() == Reloc::PIC_) { in GVRequiresExtraLoad()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | MipsSubtarget.cpp | 257 Reloc::Model MipsSubtarget::getRelocationModel() const { in getRelocationModel() function in MipsSubtarget 258 return TM.getRelocationModel(); in getRelocationModel()
|
D | MipsSubtarget.h | 345 Reloc::Model getRelocationModel() const;
|
/external/swiftshader/third_party/LLVM/include/llvm/MC/ |
D | MCCodeGenInfo.h | 35 Reloc::Model getRelocationModel() const { return RelocationModel; } in getRelocationModel() function
|
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/ |
D | SPUAsmPrinter.cpp | 266 if (TM.getRelocationModel() != Reloc::Static) { in printOp() 276 if (TM.getRelocationModel() != Reloc::Static) { in printOp()
|
/external/swiftshader/third_party/LLVM/lib/Target/Mips/ |
D | MipsEmitGPRestore.cpp | 47 if (TM.getRelocationModel() != Reloc::PIC_) in runOnMachineFunction()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCSubtarget.cpp | 236 if (TM.getRelocationModel() == Reloc::PIC_) { in classifyGlobalReference()
|
/external/swiftshader/third_party/LLVM/include/llvm/Target/ |
D | TargetMachine.h | 201 Reloc::Model getRelocationModel() const;
|
/external/llvm/include/llvm/Target/ |
D | TargetMachine.h | 171 Reloc::Model getRelocationModel() const;
|
/external/llvm/lib/Target/X86/ |
D | X86Subtarget.cpp | 168 return isTargetELF() || TM.getRelocationModel() == Reloc::Static; in isLegalToCallImmediateAddr()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Target/ |
D | TargetMachine.h | 179 Reloc::Model getRelocationModel() const;
|