Searched refs:getRelocationModel (Results 1 - 25 of 39) sorted by relevance

12

/external/llvm/include/llvm/MC/
H A DMCCodeGenInfo.h40 Reloc::Model getRelocationModel() const { return RelocationModel; } function in class:llvm::MCCodeGenInfo
/external/llvm/lib/Target/Mips/
H A DMipsSubtarget.cpp117 if (NoABICalls && TM.getRelocationModel() == Reloc::PIC_)
163 Reloc::Model MipsSubtarget::getRelocationModel() const { function in class:MipsSubtarget
164 return TM.getRelocationModel();
H A DMips16HardFloat.cpp264 if (TM.getRelocationModel() == Reloc::PIC_)
450 if (TM.getRelocationModel() != Reloc::PIC_ ) {
464 bool PicMode = TM.getRelocationModel() == Reloc::PIC_;
H A DMipsLongBranch.cpp67 IsPIC(TM.getRelocationModel() == Reloc::PIC_),
187 TM.getRelocationModel() == Reloc::PIC_)))
460 if ((TM.getRelocationModel() == Reloc::PIC_) &&
509 if (TM.getRelocationModel() == Reloc::PIC_) {
H A DMipsSubtarget.h277 Reloc::Model getRelocationModel() const;
H A DMips16ISelDAGToDAG.cpp184 if (TM.getRelocationModel() != Reloc::PIC_) {
H A DMipsAsmPrinter.cpp706 Reloc::Model RM = TM.getRelocationModel();
993 assert(TM.getRelocationModel() != Reloc::PIC_ &&
H A DMipsSEISelDAGToDAG.cpp165 if (MF.getTarget().getRelocationModel() == Reloc::Static) {
330 if (TM.getRelocationModel() != Reloc::PIC_) {
H A DMipsSEInstrInfo.cpp28 : MipsInstrInfo(STI, STI.getRelocationModel() == Reloc::PIC_ ? Mips::B
700 if (TM.getRelocationModel() == Reloc::PIC_)
H A DMipsISelLowering.cpp1602 if ((getTargetMachine().getRelocationModel() == Reloc::PIC_) || ABI.IsN64()) {
1685 if (getTargetMachine().getRelocationModel() != Reloc::PIC_ && !ABI.IsN64()) {
1717 if (getTargetMachine().getRelocationModel() != Reloc::PIC_ && !ABI.IsN64())
1811 if (getTargetMachine().getRelocationModel() != Reloc::PIC_ && !ABI.IsN64())
1823 if (getTargetMachine().getRelocationModel() != Reloc::PIC_ && !ABI.IsN64()) {
2589 bool IsPIC = getTargetMachine().getRelocationModel() == Reloc::PIC_;
H A DMipsConstantIslandPass.cpp369 IsPIC(TM.getRelocationModel() == Reloc::PIC_), STI(nullptr),
H A DMipsSEFrameLowering.cpp558 if ((STI.getRelocationModel() != Reloc::Static))
/external/llvm/lib/Target/
H A DTargetMachine.cpp75 /// getRelocationModel - Returns the code generation relocation model. The
77 Reloc::Model TargetMachine::getRelocationModel() const { function in class:TargetMachine
80 return CodeGenInfo->getRelocationModel();
112 bool isPIC = getRelocationModel() == Reloc::PIC_;
H A DTargetLoweringObjectFile.cpp46 InitMCObjectFileInfo(TM.getTargetTriple(), TM.getRelocationModel(),
137 Reloc::Model ReloModel = TM.getRelocationModel();
/external/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.cpp78 if (TM.getRelocationModel() == Reloc::Static)
92 if (TM.getRelocationModel() != Reloc::Static && GV->hasDefaultVisibility()) {
/external/llvm/lib/Target/X86/
H A DX86Subtarget.cpp174 return isTargetELF() || TM.getRelocationModel() == Reloc::Static;
320 if (TM.getRelocationModel() == Reloc::Static) {
329 if (TM.getRelocationModel() == Reloc::PIC_)
332 assert(TM.getRelocationModel() == Reloc::DynamicNoPIC);
/external/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.cpp150 if (!HasLazyResolverStubs || TM.getRelocationModel() == Reloc::Static)
230 if (TM.getRelocationModel() == Reloc::PIC_) {
H A DPPCAsmPrinter.cpp198 if (TM.getRelocationModel() != Reloc::Static &&
473 TM.getRelocationModel() == Reloc::PIC_)
1041 TM.getRelocationModel() != Reloc::PIC_)
1070 (TM.getRelocationModel() != Reloc::PIC_ ||
1285 if (TM.getRelocationModel() == Reloc::PIC_) {
1291 } else if (TM.getRelocationModel() == Reloc::DynamicNoPIC) {
1334 if (TM.getRelocationModel() == Reloc::PIC_) {
H A DPPCTargetMachine.cpp385 if (getPPCTargetMachine().getRelocationModel() == Reloc::PIC_)
H A DPPCRegisterInfo.cpp237 TM.getRelocationModel() == Reloc::PIC_)
244 TM.getRelocationModel() == Reloc::PIC_)
911 TM.getRelocationModel() == Reloc::PIC_)
/external/llvm/include/llvm/Target/
H A DTargetMachine.h178 Reloc::Model getRelocationModel() const;
/external/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp693 if (TM.getRelocationModel() == Reloc::PIC_) {
869 Subtarget->GVIsIndirectSymbol(GV, TM.getRelocationModel());
994 if (TM.getRelocationModel() == Reloc::PIC_)
/external/llvm/lib/Target/Sparc/
H A DSparcAsmPrinter.cpp188 if (TM.getRelocationModel() != Reloc::PIC_) {
/external/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1373 Reloc::Model RM = HTM.getRelocationModel();
1390 Reloc::Model RM = HTM.getRelocationModel();
1460 Reloc::Model RM = HTM.getRelocationModel();
1491 Reloc::Model RM = HTM.getRelocationModel();
2743 return HTM.getRelocationModel() == Reloc::Static;
/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1505 if (TM.getRelocationModel() == Reloc::Static &&
1518 if (TM.getRelocationModel() == Reloc::Static &&

Completed in 859 milliseconds

12