HomeSort by relevance Sort by last modified time
    Searched refs:Reloc (Results 1 - 25 of 118) sorted by null

1 2 3 4 5

  /external/llvm/include/llvm/MC/
MCCodeGenInfo.h 25 Reloc::Model RelocationModel;
36 void InitMCCodeGenInfo(Reloc::Model RM = Reloc::Default,
40 Reloc::Model getRelocationModel() const { return RelocationModel; }
  /external/llvm/lib/MC/
MCCodeGenInfo.cpp 18 void MCCodeGenInfo::InitMCCodeGenInfo(Reloc::Model RM, CodeModel::Model CM,
  /external/llvm/lib/Target/AArch64/
AArch64Subtarget.cpp 36 Reloc::Model RelocM) const {
37 if (RelocM == Reloc::Static)
AArch64Subtarget.h 46 bool GVIsIndirectSymbol(const GlobalValue *GV, Reloc::Model RelocM) const;
  /external/llvm/lib/Target/SystemZ/
SystemZSubtarget.cpp 33 // Return true if GV binds locally under reloc model RM.
34 static bool bindsLocally(const GlobalValue *GV, Reloc::Model RM) {
36 if (RM == Reloc::Static)
43 Reloc::Model RM,
SystemZSubtarget.h 53 // Return true if GV can be accessed using LARL for reloc model RM
55 bool isPC32DBLSymbol(const GlobalValue *GV, Reloc::Model RM,
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsELFStreamer.cpp 66 Reloc::Model RM = Subtarget.getRelocationModel();
67 if (RM == Reloc::PIC_ || RM == Reloc::Default)
69 else if (RM == Reloc::Static)
70 ; // Do nothing for Reloc::Static
  /external/llvm/lib/Target/NVPTX/
NVPTXTargetMachine.h 51 const TargetOptions &Options, Reloc::Model RM,
103 Reloc::Model RM, CodeModel::Model CM,
112 Reloc::Model RM, CodeModel::Model CM,
  /external/llvm/lib/Target/PowerPC/
PPCTargetMachine.h 43 Reloc::Model RM, CodeModel::Model CM,
83 Reloc::Model RM, CodeModel::Model CM,
94 Reloc::Model RM, CodeModel::Model CM,
  /external/llvm/lib/Target/Sparc/
SparcTargetMachine.h 38 Reloc::Model RM, CodeModel::Model CM,
69 Reloc::Model RM, CodeModel::Model CM,
81 Reloc::Model RM, CodeModel::Model CM,
SparcTargetMachine.cpp 31 Reloc::Model RM, CodeModel::Model CM,
82 Reloc::Model RM,
94 Reloc::Model RM,
  /external/llvm/lib/Target/Mips/
MipsCodeEmitter.cpp 70 IsPIC(TM.getRelocationModel() == Reloc::PIC_) {}
92 void emitGlobalAddress(const GlobalValue *GV, unsigned Reloc,
94 void emitExternalSymbolAddress(const char *ES, unsigned Reloc) const;
95 void emitConstPoolAddress(unsigned CPI, unsigned Reloc) const;
96 void emitJumpTableAddress(unsigned JTIndex, unsigned Reloc) const;
97 void emitMachineBasicBlock(MachineBasicBlock *BB, unsigned Reloc) const;
114 void emitGlobalAddressUnaligned(const GlobalValue *GV, unsigned Reloc,
240 void MipsCodeEmitter::emitGlobalAddress(const GlobalValue *GV, unsigned Reloc,
242 MCE.addRelocation(MachineRelocation::getGV(MCE.getCurrentPCOffset(), Reloc,
248 unsigned Reloc, int Offset) const
    [all...]
MipsTargetMachine.h 53 Reloc::Model RM, CodeModel::Model CM,
108 Reloc::Model RM, CodeModel::Model CM,
119 Reloc::Model RM, CodeModel::Model CM,
MipsConstantIslandPass.cpp 53 IsPIC(TM.getRelocationModel() == Reloc::PIC_),
MipsSubtarget.h 122 Reloc::Model RM;
145 const std::string &FS, bool little, Reloc::Model RM,
207 Reloc::Model getRelocationModel() const {return RM;}