Home
last modified time | relevance | path

Searched refs:getRelocationModel (Results 1 – 25 of 36) sorted by relevance

12

/external/llvm/lib/Target/X86/
DX86TargetObjectFile.cpp48 if (TM.getRelocationModel() == Reloc::PIC_) in getPersonalityEncoding()
55 if (TM.getRelocationModel() == Reloc::PIC_) in getLSDAEncoding()
62 if (TM.getRelocationModel() == Reloc::PIC_) in getFDEEncoding()
69 if (TM.getRelocationModel() == Reloc::PIC_) in getTTypeEncoding()
77 if (TM.getRelocationModel() == Reloc::PIC_) in getPersonalityEncoding()
90 if (TM.getRelocationModel() == Reloc::PIC_) in getLSDAEncoding()
104 if (TM.getRelocationModel() == Reloc::PIC_) in getFDEEncoding()
112 if (TM.getRelocationModel() == Reloc::PIC_) in getTTypeEncoding()
DX86TargetMachine.cpp106 if (getRelocationModel() == Reloc::Static) { in X86TargetMachine()
115 if (getRelocationModel() == Reloc::PIC_) in X86TargetMachine()
118 assert(getRelocationModel() == Reloc::DynamicNoPIC); in X86TargetMachine()
DX86Subtarget.cpp162 return isTargetELF() || TM.getRelocationModel() == Reloc::Static; in IsLegalToCallImmediateAddr()
DX86CodeEmitter.cpp58 IsPIC(TM.getRelocationModel() == Reloc::PIC_) {} in Emitter()
63 IsPIC(TM.getRelocationModel() == Reloc::PIC_) {} in Emitter()
122 IsPIC = TM.getRelocationModel() == Reloc::PIC_; in runOnMachineFunction()
/external/llvm/lib/Target/PowerPC/
DPPCCodeEmitter.cpp94 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()
DPPCAsmPrinter.cpp178 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()
DPPCSubtarget.cpp132 if (!HasLazyResolverStubs || TM.getRelocationModel() == Reloc::Static) in hasLazyResolverStub()
/external/llvm/include/llvm/MC/
DMCCodeGenInfo.h32 Reloc::Model getRelocationModel() const { return RelocationModel; } in getRelocationModel() function
/external/llvm/lib/Target/SystemZ/
DSystemZSubtarget.cpp42 if (TM.getRelocationModel() == Reloc::PIC_) { in GVRequiresExtraLoad()
DSystemZAsmPrinter.cpp99 if (TM.getRelocationModel() == Reloc::PIC_ && in printPCRelImmOperand()
112 if (TM.getRelocationModel() == Reloc::PIC_) in printPCRelImmOperand()
/external/llvm/lib/CodeGen/
DELFCodeEmitter.cpp146 assert(TM.getRelocationModel() != Reloc::PIC_ && in emitConstantPool()
172 assert(TM.getRelocationModel() != Reloc::PIC_ && in emitJumpTables()
/external/llvm/lib/Target/
DTargetLoweringObjectFile.cpp44 InitMCObjectFileInfo(TM.getTargetTriple(), TM.getRelocationModel(), *Ctx); in Initialize()
126 Reloc::Model ReloModel = TM.getRelocationModel(); in getKindForGlobal()
DTargetMachine.cpp225 Reloc::Model TargetMachine::getRelocationModel() const { in getRelocationModel() function in TargetMachine
228 return CodeGenInfo->getRelocationModel(); in getRelocationModel()
/external/llvm/lib/Target/Mips/
DMipsEmitGPRestore.cpp47 if (TM.getRelocationModel() != Reloc::PIC_) in runOnMachineFunction()
DMipsFrameLowering.cpp148 bool isPIC = (MF.getTarget().getRelocationModel() == Reloc::PIC_); in emitPrologue()
DMipsISelLowering.cpp1242 if (getTargetMachine().getRelocationModel() != Reloc::PIC_) { in LowerGlobalAddress()
1288 if (getTargetMachine().getRelocationModel() != Reloc::PIC_) { in LowerBlockAddress()
1323 if (getTargetMachine().getRelocationModel() == Reloc::PIC_) { in LowerGlobalTLSAddress()
1377 bool IsPIC = getTargetMachine().getRelocationModel() == Reloc::PIC_; in LowerJumpTable()
1422 if (getTargetMachine().getRelocationModel() != Reloc::PIC_) { in LowerConstantPool()
1723 bool IsPIC = getTargetMachine().getRelocationModel() == Reloc::PIC_; in LowerCall()
DMipsISelDAGToDAG.cpp125 if (TM.getRelocationModel() == Reloc::PIC_) { in SelectAddr()
/external/llvm/lib/Target/CellSPU/
DSPUAsmPrinter.cpp266 if (TM.getRelocationModel() != Reloc::Static) { in printOp()
276 if (TM.getRelocationModel() != Reloc::Static) { in printOp()
/external/llvm/include/llvm/Target/
DTargetMachine.h213 Reloc::Model getRelocationModel() const;
/external/llvm/lib/Target/MBlaze/
DMBlazeISelDAGToDAG.cpp225 if (TM.getRelocationModel() == Reloc::PIC_) { in Select()
/external/llvm/lib/Target/ARM/
DARMCodeEmitter.cpp72 IsPIC(TM.getRelocationModel() == Reloc::PIC_), IsThumb(false) {} in ARMCodeEmitter()
377 assert((MF.getTarget().getRelocationModel() != Reloc::Default || in runOnMachineFunction()
378 MF.getTarget().getRelocationModel() != Reloc::Static) && in runOnMachineFunction()
387 IsPIC = TM.getRelocationModel() == Reloc::PIC_; in runOnMachineFunction()
712 Reloc::Model RelocM = TM.getRelocationModel(); in emitConstPoolInstruction()
DARMAsmPrinter.cpp460 Reloc::Model RelocM = TM.getRelocationModel(); in EmitStartOfAsmFile()
745 Subtarget->GVIsIndirectSymbol(GV, TM.getRelocationModel()); in GetARMGVSymbol()
846 if (TM.getRelocationModel() == Reloc::PIC_) in EmitJumpTable()
DARMISelLowering.cpp1398 assert (getTargetMachine().getRelocationModel() == Reloc::Static in LowerCall()
1437 getTargetMachine().getRelocationModel() != Reloc::Static; in LowerCall()
1460 getTargetMachine().getRelocationModel() == Reloc::PIC_) in LowerCall()
1467 getTargetMachine().getRelocationModel() != Reloc::Static; in LowerCall()
1488 getTargetMachine().getRelocationModel() == Reloc::PIC_) in LowerCall()
1936 Reloc::Model RelocM = getTargetMachine().getRelocationModel(); in LowerBlockAddress()
2054 if (getTargetMachine().getRelocationModel() == Reloc::PIC_) in LowerGlobalTLSAddress()
2065 Reloc::Model RelocM = getTargetMachine().getRelocationModel(); in LowerGlobalAddressELF()
2107 Reloc::Model RelocM = getTargetMachine().getRelocationModel(); in LowerGlobalAddressDarwin()
2222 Reloc::Model RelocM = getTargetMachine().getRelocationModel(); in LowerINTRINSIC_WO_CHAIN()
[all …]
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1207 if (TM.getRelocationModel() == Reloc::Static && in EmitSpecialLLVMGlobal()
1221 if (TM.getRelocationModel() == Reloc::Static && in EmitSpecialLLVMGlobal()
/external/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp889 if (getTargetMachine().getRelocationModel() != Reloc::PIC_) in LowerGlobalAddress()
910 if (getTargetMachine().getRelocationModel() != Reloc::PIC_) in LowerConstantPool()

12