/external/llvm/lib/Target/ |
D | TargetMachine.cpp | 91 Reloc::Model TargetMachine::getRelocationModel() const { in getRelocationModel() function in TargetMachine 94 return CodeGenInfo->getRelocationModel(); in getRelocationModel() 132 bool isPIC = getRelocationModel() == Reloc::PIC_; in getTLSModel()
|
D | TargetLoweringObjectFile.cpp | 44 TM.getRelocationModel(), TM.getCodeModel(), *Ctx); in Initialize() 122 Reloc::Model ReloModel = TM.getRelocationModel(); in getKindForGlobal()
|
/external/llvm/lib/Target/X86/ |
D | X86TargetMachine.cpp | 89 if (getRelocationModel() == Reloc::Static) { in X86TargetMachine() 98 if (getRelocationModel() == Reloc::PIC_) in X86TargetMachine() 101 assert(getRelocationModel() == Reloc::DynamicNoPIC); in X86TargetMachine()
|
D | X86Subtarget.cpp | 170 return isTargetELF() || TM.getRelocationModel() == Reloc::Static; in IsLegalToCallImmediateAddr()
|
D | X86CodeEmitter.cpp | 57 IsPIC(TM.getRelocationModel() == Reloc::PIC_) {} in Emitter() 136 IsPIC = TM.getRelocationModel() == Reloc::PIC_; in runOnMachineFunction()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCCodeEmitter.cpp | 98 assert((MF.getTarget().getRelocationModel() != Reloc::Default || in runOnMachineFunction() 99 MF.getTarget().getRelocationModel() != Reloc::Static) && in runOnMachineFunction() 133 assert(TM.getRelocationModel() == Reloc::PIC_); in emitBasicBlock() 159 if (TM.getRelocationModel() == Reloc::PIC_) { in GetRelocation()
|
D | PPCSubtarget.cpp | 151 if (!HasLazyResolverStubs || TM.getRelocationModel() == Reloc::Static) in hasLazyResolverStub()
|
D | PPCAsmPrinter.cpp | 173 if (TM.getRelocationModel() == Reloc::Static) { in printOperand() 196 if (TM.getRelocationModel() != Reloc::Static && in printOperand() 867 if (TM.getRelocationModel() == Reloc::PIC_) { in EmitStartOfAsmFile() 873 } else if (TM.getRelocationModel() == Reloc::DynamicNoPIC) { in EmitStartOfAsmFile() 906 if (TM.getRelocationModel() == Reloc::PIC_) { in EmitFunctionStubs()
|
/external/llvm/include/llvm/MC/ |
D | MCCodeGenInfo.h | 40 Reloc::Model getRelocationModel() const { return RelocationModel; } in getRelocationModel() function
|
/external/llvm/lib/Target/Mips/ |
D | MipsConstantIslandPass.cpp | 53 IsPIC(TM.getRelocationModel() == Reloc::PIC_), in MipsConstantIslands()
|
D | MipsLongBranch.cpp | 68 IsPIC(TM.getRelocationModel() == Reloc::PIC_), in MipsLongBranch() 190 TM.getRelocationModel() == Reloc::PIC_))) in initMBBInfo() 412 if ((TM.getRelocationModel() == Reloc::PIC_) && in runOnMachineFunction() 450 if (TM.getRelocationModel() == Reloc::PIC_) { in runOnMachineFunction()
|
D | Mips16HardFloat.cpp | 244 if (Subtarget.getRelocationModel() == Reloc::PIC_) in assureFPCallStub() 373 if (Subtarget.getRelocationModel() != Reloc::PIC_ ) { in fixupFPReturnAndCall() 387 bool PicMode = Subtarget.getRelocationModel() == Reloc::PIC_; in createFPFnStub()
|
D | MipsSubtarget.h | 207 Reloc::Model getRelocationModel() const {return RM;} in getRelocationModel() function
|
D | MipsSEISelDAGToDAG.cpp | 146 if (MF.getTarget().getRelocationModel() == Reloc::Static) { in initGlobalBaseReg() 256 if (TM.getRelocationModel() != Reloc::PIC_) { in selectAddrRegImm()
|
D | Mips16ISelDAGToDAG.cpp | 179 if (TM.getRelocationModel() != Reloc::PIC_) { in selectAddr16()
|
D | MipsSEInstrInfo.cpp | 34 tm.getRelocationModel() == Reloc::PIC_ ? Mips::B : Mips::J), in MipsSEInstrInfo() 525 if (TM.getRelocationModel() == Reloc::PIC_) in expandEhReturn()
|
D | MipsCodeEmitter.cpp | 70 IsPIC(TM.getRelocationModel() == Reloc::PIC_) {} in MipsCodeEmitter()
|
D | MipsAsmPrinter.cpp | 564 Reloc::Model RM = Subtarget->getRelocationModel(); in EmitStartOfAsmFile()
|
D | MipsISelLowering.cpp | 1413 if ((getTargetMachine().getRelocationModel() == Reloc::PIC_) || IsN64) { in lowerBR_JT() 1494 if (getTargetMachine().getRelocationModel() != Reloc::PIC_ && !IsN64) { in lowerGlobalAddress() 1525 if (getTargetMachine().getRelocationModel() != Reloc::PIC_ && !IsN64) in lowerBlockAddress() 1615 if (getTargetMachine().getRelocationModel() != Reloc::PIC_ && !IsN64) in lowerJumpTable() 1634 if (getTargetMachine().getRelocationModel() != Reloc::PIC_ && !IsN64) in lowerConstantPool() 2342 bool IsPIC = getTargetMachine().getRelocationModel() == Reloc::PIC_; in LowerCall()
|
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsELFStreamer.cpp | 66 Reloc::Model RM = Subtarget.getRelocationModel(); in emitELFHeaderFlagsCG()
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrInfo.cpp | 106 if (TM->getRelocationModel() != Reloc::PIC_) in runOnMachineFunction()
|
D | ARMCodeEmitter.cpp | 72 IsPIC(TM.getRelocationModel() == Reloc::PIC_), IsThumb(false) {} in ARMCodeEmitter() 399 assert((Target.getRelocationModel() != Reloc::Default || in runOnMachineFunction() 400 Target.getRelocationModel() != Reloc::Static) && in runOnMachineFunction() 411 IsPIC = TM.getRelocationModel() == Reloc::PIC_; in runOnMachineFunction() 728 Reloc::Model RelocM = TM.getRelocationModel(); in emitConstPoolInstruction()
|
D | ARMAsmPrinter.cpp | 591 Reloc::Model RelocM = TM.getRelocationModel(); in EmitStartOfAsmFile() 924 Subtarget->GVIsIndirectSymbol(GV, TM.getRelocationModel()); in GetARMGVSymbol() 1034 if (TM.getRelocationModel() == Reloc::PIC_) in EmitJumpTable()
|
/external/llvm/include/llvm/Target/ |
D | TargetMachine.h | 197 Reloc::Model getRelocationModel() const;
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64AsmPrinter.cpp | 92 Reloc::Model RelocM = TM.getRelocationModel(); in printSymbolicAddress()
|