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/X86/
H A DX86TargetMachine.cpp41 if (getRelocationModel() == Reloc::Static) {
50 if (getRelocationModel() == Reloc::PIC_)
53 assert(getRelocationModel() == Reloc::DynamicNoPIC);
H A DX86Subtarget.cpp182 return isTargetELF() || TM.getRelocationModel() == Reloc::Static;
/external/llvm/lib/Target/
H A DTargetMachine.cpp74 /// getRelocationModel - Returns the code generation relocation model. The
76 Reloc::Model TargetMachine::getRelocationModel() const { function in class:TargetMachine
79 return CodeGenInfo->getRelocationModel();
111 bool isPIC = getRelocationModel() == Reloc::PIC_;
H A DTargetLoweringObjectFile.cpp47 TM.getRelocationModel(), TM.getCodeModel(), *Ctx);
137 Reloc::Model ReloModel = TM.getRelocationModel();
/external/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.cpp94 if (TM.getRelocationModel() != Reloc::Static && GV->hasDefaultVisibility()) {
/external/llvm/lib/Target/PowerPC/
H A DPPCCodeEmitter.cpp100 assert((MF.getTarget().getRelocationModel() != Reloc::Default ||
101 MF.getTarget().getRelocationModel() != Reloc::Static) &&
136 assert(TM.getRelocationModel() == Reloc::PIC_);
162 if (TM.getRelocationModel() == Reloc::PIC_) {
H A DPPCSubtarget.cpp214 if (!HasLazyResolverStubs || TM.getRelocationModel() == Reloc::Static)
H A DPPCAsmPrinter.cpp177 if (TM.getRelocationModel() != Reloc::Static &&
860 if (TM.getRelocationModel() == Reloc::PIC_) {
866 } else if (TM.getRelocationModel() == Reloc::DynamicNoPIC) {
899 if (TM.getRelocationModel() == Reloc::PIC_) {
/external/llvm/lib/Target/Mips/
H A DMips16HardFloat.cpp252 if (Subtarget.getRelocationModel() == Reloc::PIC_)
429 if (Subtarget.getRelocationModel() != Reloc::PIC_ ) {
443 bool PicMode = Subtarget.getRelocationModel() == Reloc::PIC_;
H A DMipsLongBranch.cpp66 IsPIC(TM.getRelocationModel() == Reloc::PIC_),
189 TM.getRelocationModel() == Reloc::PIC_)))
454 if ((TM.getRelocationModel() == Reloc::PIC_) &&
503 if (TM.getRelocationModel() == Reloc::PIC_) {
H A DMipsSubtarget.h273 Reloc::Model getRelocationModel() const {return RM;} function in class:llvm::MipsSubtarget
H A DMips16ISelDAGToDAG.cpp181 if (TM.getRelocationModel() != Reloc::PIC_) {
H A DMipsCodeEmitter.cpp71 IsPIC(TM.getRelocationModel() == Reloc::PIC_) {}
H A DMipsFastISel.cpp62 TargetSupported = ((Subtarget->getRelocationModel() == Reloc::PIC_) &&
H A DMipsAsmPrinter.cpp675 Reloc::Model RM = Subtarget->getRelocationModel();
924 if (Subtarget->getRelocationModel() == Reloc::PIC_)
H A DMipsSEISelDAGToDAG.cpp162 if (MF.getTarget().getRelocationModel() == Reloc::Static) {
303 if (TM.getRelocationModel() != Reloc::PIC_) {
H A DMipsSEInstrInfo.cpp29 tm.getRelocationModel() == Reloc::PIC_ ? Mips::B : Mips::J),
609 if (TM.getRelocationModel() == Reloc::PIC_)
H A DMipsISelLowering.cpp1493 if ((getTargetMachine().getRelocationModel() == Reloc::PIC_) ||
1578 if (getTargetMachine().getRelocationModel() != Reloc::PIC_ &&
1618 if (getTargetMachine().getRelocationModel() != Reloc::PIC_ &&
1711 if (getTargetMachine().getRelocationModel() != Reloc::PIC_ &&
1734 if (getTargetMachine().getRelocationModel() != Reloc::PIC_ &&
2405 bool IsPIC = getTargetMachine().getRelocationModel() == Reloc::PIC_;
/external/llvm/include/llvm/Target/
H A DTargetMachine.h165 /// getRelocationModel - Returns the code generation relocation model. The
167 Reloc::Model getRelocationModel() const;
/external/llvm/lib/Target/ARM/
H A DARMInstrInfo.cpp107 if (TM->getRelocationModel() != Reloc::PIC_)
H A DARMCodeEmitter.cpp74 IsPIC(TM.getRelocationModel() == Reloc::PIC_), IsThumb(false) {}
368 assert((Target.getRelocationModel() != Reloc::Default ||
369 Target.getRelocationModel() != Reloc::Static) &&
380 IsPIC = TM.getRelocationModel() == Reloc::PIC_;
642 Reloc::Model RelocM = TM.getRelocationModel();
H A DARMAsmPrinter.cpp417 Reloc::Model RelocM = TM.getRelocationModel();
675 if (TM.getRelocationModel() == Reloc::PIC_) {
800 Subtarget->GVIsIndirectSymbol(GV, TM.getRelocationModel());
933 if (TM.getRelocationModel() == Reloc::PIC_)
/external/llvm/lib/Target/Sparc/
H A DSparcCodeEmitter.cpp54 IsPIC(TM.getRelocationModel() == Reloc::PIC_) {}
H A DSparcAsmPrinter.cpp188 if (TM.getRelocationModel() != Reloc::PIC_) {

Completed in 406 milliseconds

12