/external/llvm/lib/Target/X86/ |
D | X86TargetObjectFile.cpp | 48 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()
|
D | X86TargetMachine.cpp | 106 if (getRelocationModel() == Reloc::Static) { in X86TargetMachine() 115 if (getRelocationModel() == Reloc::PIC_) in X86TargetMachine() 118 assert(getRelocationModel() == Reloc::DynamicNoPIC); in X86TargetMachine()
|
D | X86Subtarget.cpp | 162 return isTargetELF() || TM.getRelocationModel() == Reloc::Static; in IsLegalToCallImmediateAddr()
|
D | X86CodeEmitter.cpp | 58 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/ |
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/include/llvm/MC/ |
D | MCCodeGenInfo.h | 32 Reloc::Model getRelocationModel() const { return RelocationModel; } in getRelocationModel() function
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZSubtarget.cpp | 42 if (TM.getRelocationModel() == Reloc::PIC_) { in GVRequiresExtraLoad()
|
D | SystemZAsmPrinter.cpp | 99 if (TM.getRelocationModel() == Reloc::PIC_ && in printPCRelImmOperand() 112 if (TM.getRelocationModel() == Reloc::PIC_) in printPCRelImmOperand()
|
/external/llvm/lib/CodeGen/ |
D | ELFCodeEmitter.cpp | 146 assert(TM.getRelocationModel() != Reloc::PIC_ && in emitConstantPool() 172 assert(TM.getRelocationModel() != Reloc::PIC_ && in emitJumpTables()
|
/external/llvm/lib/Target/ |
D | TargetLoweringObjectFile.cpp | 44 InitMCObjectFileInfo(TM.getTargetTriple(), TM.getRelocationModel(), *Ctx); in Initialize() 126 Reloc::Model ReloModel = TM.getRelocationModel(); in getKindForGlobal()
|
D | TargetMachine.cpp | 225 Reloc::Model TargetMachine::getRelocationModel() const { in getRelocationModel() function in TargetMachine 228 return CodeGenInfo->getRelocationModel(); in getRelocationModel()
|
/external/llvm/lib/Target/Mips/ |
D | MipsEmitGPRestore.cpp | 47 if (TM.getRelocationModel() != Reloc::PIC_) in runOnMachineFunction()
|
D | MipsFrameLowering.cpp | 148 bool isPIC = (MF.getTarget().getRelocationModel() == Reloc::PIC_); in emitPrologue()
|
D | MipsISelLowering.cpp | 1242 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()
|
D | MipsISelDAGToDAG.cpp | 125 if (TM.getRelocationModel() == Reloc::PIC_) { in SelectAddr()
|
/external/llvm/lib/Target/CellSPU/ |
D | SPUAsmPrinter.cpp | 266 if (TM.getRelocationModel() != Reloc::Static) { in printOp() 276 if (TM.getRelocationModel() != Reloc::Static) { in printOp()
|
/external/llvm/include/llvm/Target/ |
D | TargetMachine.h | 213 Reloc::Model getRelocationModel() const;
|
/external/llvm/lib/Target/MBlaze/ |
D | MBlazeISelDAGToDAG.cpp | 225 if (TM.getRelocationModel() == Reloc::PIC_) { in Select()
|
/external/llvm/lib/Target/ARM/ |
D | ARMCodeEmitter.cpp | 72 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()
|
D | ARMAsmPrinter.cpp | 460 Reloc::Model RelocM = TM.getRelocationModel(); in EmitStartOfAsmFile() 745 Subtarget->GVIsIndirectSymbol(GV, TM.getRelocationModel()); in GetARMGVSymbol() 846 if (TM.getRelocationModel() == Reloc::PIC_) in EmitJumpTable()
|
D | ARMISelLowering.cpp | 1398 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/ |
D | AsmPrinter.cpp | 1207 if (TM.getRelocationModel() == Reloc::Static && in EmitSpecialLLVMGlobal() 1221 if (TM.getRelocationModel() == Reloc::Static && in EmitSpecialLLVMGlobal()
|
/external/llvm/lib/Target/Sparc/ |
D | SparcISelLowering.cpp | 889 if (getTargetMachine().getRelocationModel() != Reloc::PIC_) in LowerGlobalAddress() 910 if (getTargetMachine().getRelocationModel() != Reloc::PIC_) in LowerConstantPool()
|