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

1 2 3 4

  /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/include/llvm/Support/
CodeGen.h 21 namespace Reloc {
  /external/llvm/lib/Target/NVPTX/
NVPTXTargetMachine.h 53 Reloc::Model RM, CodeModel::Model CM,
109 Reloc::Model RM, CodeModel::Model CM,
118 Reloc::Model RM, CodeModel::Model CM,
NVPTXTargetMachine.cpp 68 Reloc::Model RM,
86 Reloc::Model RM, CodeModel::Model CM,
96 Reloc::Model RM, CodeModel::Model CM,
  /external/llvm/lib/Target/PowerPC/
PPCTargetMachine.h 43 Reloc::Model RM, CodeModel::Model CM,
80 Reloc::Model RM, CodeModel::Model CM,
91 Reloc::Model RM, CodeModel::Model CM,
PPCTargetMachine.cpp 38 Reloc::Model RM, CodeModel::Model CM,
58 Reloc::Model RM, CodeModel::Model CM,
68 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;
121 void emitGlobalAddressUnaligned(const GlobalValue *GV, unsigned Reloc,
242 void MipsCodeEmitter::emitGlobalAddress(const GlobalValue *GV, unsigned Reloc,
244 MCE.addRelocation(MachineRelocation::getGV(MCE.getCurrentPCOffset(), Reloc,
250 unsigned Reloc, int Offset) const
    [all...]
MipsTargetMachine.h 45 Reloc::Model RM, CodeModel::Model CM,
90 Reloc::Model RM, CodeModel::Model CM,
101 Reloc::Model RM, CodeModel::Model CM,
MipsSubtarget.cpp 29 Reloc::Model RM) :
60 UseSmallSection = !IsLinux && (RM == Reloc::Static);
MipsTargetMachine.cpp 41 Reloc::Model RM, CodeModel::Model CM,
64 Reloc::Model RM, CodeModel::Model CM,
73 Reloc::Model RM, CodeModel::Model CM,
  /external/llvm/lib/Target/
TargetMachineC.cpp 62 char* CPU, char* Features, LLVMCodeGenOptLevel Level, LLVMRelocMode Reloc,
64 Reloc::Model RM;
65 switch (Reloc){
67 RM = Reloc::Static;
70 RM = Reloc::PIC_;
73 RM = Reloc::DynamicNoPIC;
76 RM = Reloc::Default;
TargetMachine.cpp 66 Reloc::Model TargetMachine::getRelocationModel() const {
68 return Reloc::Default;
107 bool isPIC = getRelocationModel() == Reloc::PIC_;
  /external/llvm/lib/Target/X86/
X86TargetMachine.cpp 36 Reloc::Model RM, CodeModel::Model CM,
59 Reloc::Model RM, CodeModel::Model CM,
75 Reloc::Model RM, CodeModel::Model CM,
84 if (getRelocationModel() == Reloc::Static) {
93 if (getRelocationModel() == Reloc::PIC_)
96 assert(getRelocationModel() == Reloc::DynamicNoPIC);
X86TargetMachine.h 42 Reloc::Model RM, CodeModel::Model CM,
91 Reloc::Model RM, CodeModel::Model CM,
120 Reloc::Model RM, CodeModel::Model CM,
  /frameworks/compile/libbcc/include/bcc/Support/
CompilerConfig.h 51 llvm::Reloc::Model mRelocModel;
94 inline llvm::Reloc::Model getRelocationModel() const
96 inline void setRelocationModel(llvm::Reloc::Model pRelocModel)
  /external/llvm/lib/Target/CppBackend/
CPPTargetMachine.h 27 Reloc::Model RM, CodeModel::Model CM,
  /external/llvm/lib/Target/CellSPU/MCTargetDesc/
SPUMCTargetDesc.cpp 65 static MCCodeGenInfo *createSPUMCCodeGenInfo(StringRef TT, Reloc::Model RM,
71 X->InitMCCodeGenInfo(Reloc::Static, CM, OL);
  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCTargetDesc.cpp 66 static MCCodeGenInfo *createHexagonMCCodeGenInfo(StringRef TT, Reloc::Model RM,
72 X->InitMCCodeGenInfo(Reloc::Static, CM, OL);
  /external/llvm/lib/Target/ARM/
ARMSubtarget.cpp 134 Reloc::Model RelocM) const {
135 if (RelocM == Reloc::Static)
150 if (RelocM == Reloc::PIC_) {
ARMTargetMachine.h 45 Reloc::Model RM, CodeModel::Model CM,
74 Reloc::Model RM, CodeModel::Model CM,
117 Reloc::Model RM, CodeModel::Model CM,
  /external/llvm/lib/Target/MBlaze/MCTargetDesc/
MBlazeMCTargetDesc.cpp 64 static MCCodeGenInfo *createMBlazeMCCodeGenInfo(StringRef TT, Reloc::Model RM,
68 if (RM == Reloc::Default)
69 RM = Reloc::Static;
  /external/llvm/lib/Target/CellSPU/
SPUTargetMachine.h 40 Reloc::Model RM, CodeModel::Model CM,

Completed in 537 milliseconds

1 2 3 4