Searched refs:getRelocationModel (Results 1 - 25 of 38) 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 DMipsConstantIslandPass.cpp53 IsPIC(TM.getRelocationModel() == Reloc::PIC_),
H A DMipsSubtarget.h207 Reloc::Model getRelocationModel() const {return RM;} function in class:llvm::MipsSubtarget
H A DMips16HardFloat.cpp244 if (Subtarget.getRelocationModel() == Reloc::PIC_)
373 if (Subtarget.getRelocationModel() != Reloc::PIC_ ) {
387 bool PicMode = Subtarget.getRelocationModel() == Reloc::PIC_;
H A DMipsLongBranch.cpp68 IsPIC(TM.getRelocationModel() == Reloc::PIC_),
190 TM.getRelocationModel() == Reloc::PIC_)))
412 if ((TM.getRelocationModel() == Reloc::PIC_) &&
450 if (TM.getRelocationModel() == Reloc::PIC_) {
H A DMipsSEISelDAGToDAG.cpp146 if (MF.getTarget().getRelocationModel() == Reloc::Static) {
256 if (TM.getRelocationModel() != Reloc::PIC_) {
H A DMips16ISelDAGToDAG.cpp179 if (TM.getRelocationModel() != Reloc::PIC_) {
H A DMipsAsmPrinter.cpp564 Reloc::Model RM = Subtarget->getRelocationModel();
H A DMipsCodeEmitter.cpp70 IsPIC(TM.getRelocationModel() == Reloc::PIC_) {}
H A DMipsSEInstrInfo.cpp34 tm.getRelocationModel() == Reloc::PIC_ ? Mips::B : Mips::J),
525 if (TM.getRelocationModel() == Reloc::PIC_)
H A DMipsISelLowering.cpp1413 if ((getTargetMachine().getRelocationModel() == Reloc::PIC_) || IsN64) {
1494 if (getTargetMachine().getRelocationModel() != Reloc::PIC_ && !IsN64) {
1525 if (getTargetMachine().getRelocationModel() != Reloc::PIC_ && !IsN64)
1615 if (getTargetMachine().getRelocationModel() != Reloc::PIC_ && !IsN64)
1634 if (getTargetMachine().getRelocationModel() != Reloc::PIC_ && !IsN64)
2342 bool IsPIC = getTargetMachine().getRelocationModel() == Reloc::PIC_;
/external/llvm/lib/Target/
H A DTargetMachine.cpp89 /// getRelocationModel - Returns the code generation relocation model. The
91 Reloc::Model TargetMachine::getRelocationModel() const { function in class:TargetMachine
94 return CodeGenInfo->getRelocationModel();
132 bool isPIC = getRelocationModel() == Reloc::PIC_;
H A DTargetLoweringObjectFile.cpp44 TM.getRelocationModel(), TM.getCodeModel(), *Ctx);
122 Reloc::Model ReloModel = TM.getRelocationModel();
/external/llvm/lib/Target/X86/
H A DX86TargetMachine.cpp89 if (getRelocationModel() == Reloc::Static) {
98 if (getRelocationModel() == Reloc::PIC_)
101 assert(getRelocationModel() == Reloc::DynamicNoPIC);
H A DX86Subtarget.cpp170 return isTargetELF() || TM.getRelocationModel() == Reloc::Static;
H A DX86CodeEmitter.cpp57 IsPIC(TM.getRelocationModel() == Reloc::PIC_) {}
136 IsPIC = TM.getRelocationModel() == Reloc::PIC_;
/external/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFStreamer.cpp66 Reloc::Model RM = Subtarget.getRelocationModel();
/external/llvm/lib/Target/PowerPC/
H A DPPCCodeEmitter.cpp98 assert((MF.getTarget().getRelocationModel() != Reloc::Default ||
99 MF.getTarget().getRelocationModel() != Reloc::Static) &&
133 assert(TM.getRelocationModel() == Reloc::PIC_);
159 if (TM.getRelocationModel() == Reloc::PIC_) {
H A DPPCSubtarget.cpp151 if (!HasLazyResolverStubs || TM.getRelocationModel() == Reloc::Static)
H A DPPCAsmPrinter.cpp173 if (TM.getRelocationModel() == Reloc::Static) {
196 if (TM.getRelocationModel() != Reloc::Static &&
867 if (TM.getRelocationModel() == Reloc::PIC_) {
873 } else if (TM.getRelocationModel() == Reloc::DynamicNoPIC) {
906 if (TM.getRelocationModel() == Reloc::PIC_) {
/external/llvm/include/llvm/Target/
H A DTargetMachine.h195 /// getRelocationModel - Returns the code generation relocation model. The
197 Reloc::Model getRelocationModel() const;
/external/llvm/lib/Target/ARM/
H A DARMInstrInfo.cpp106 if (TM->getRelocationModel() != Reloc::PIC_)
H A DARMCodeEmitter.cpp72 IsPIC(TM.getRelocationModel() == Reloc::PIC_), IsThumb(false) {}
399 assert((Target.getRelocationModel() != Reloc::Default ||
400 Target.getRelocationModel() != Reloc::Static) &&
411 IsPIC = TM.getRelocationModel() == Reloc::PIC_;
728 Reloc::Model RelocM = TM.getRelocationModel();
H A DARMAsmPrinter.cpp591 Reloc::Model RelocM = TM.getRelocationModel();
924 Subtarget->GVIsIndirectSymbol(GV, TM.getRelocationModel());
1034 if (TM.getRelocationModel() == Reloc::PIC_)
/external/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp92 Reloc::Model RelocM = TM.getRelocationModel();

Completed in 307 milliseconds

12