/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;}
|
/external/llvm/include/llvm/CodeGen/ |
CommandFlags.h | 40 cl::opt<Reloc::Model> 43 cl::init(Reloc::Default), 45 clEnumValN(Reloc::Default, "default", 47 clEnumValN(Reloc::Static, "static", 49 clEnumValN(Reloc::PIC_, "pic", 51 clEnumValN(Reloc::DynamicNoPIC, "dynamic-no-pic",
|
/external/llvm/lib/Target/X86/ |
X86TargetMachine.cpp | 36 Reloc::Model RM, CodeModel::Model CM, 60 Reloc::Model RM, CodeModel::Model CM, 81 Reloc::Model RM, CodeModel::Model CM, 89 if (getRelocationModel() == Reloc::Static) { 98 if (getRelocationModel() == Reloc::PIC_) 101 assert(getRelocationModel() == Reloc::DynamicNoPIC);
|
X86TargetMachine.h | 40 Reloc::Model RM, CodeModel::Model CM, 89 Reloc::Model RM, CodeModel::Model CM, 118 Reloc::Model RM, CodeModel::Model CM,
|
/external/llvm/lib/Target/ARM/ |
ARMTargetMachine.h | 44 Reloc::Model RM, CodeModel::Model CM, 79 Reloc::Model RM, CodeModel::Model CM, 117 Reloc::Model RM, CodeModel::Model CM,
|
/external/llvm/lib/Target/Sparc/MCTargetDesc/ |
SparcMCTargetDesc.cpp | 55 // SunCC Reloc CodeModel Constraints 64 static MCCodeGenInfo *createSparcMCCodeGenInfo(StringRef TT, Reloc::Model RM, 71 CM = RM == Reloc::PIC_ ? CodeModel::Medium : CodeModel::Small; 77 static MCCodeGenInfo *createSparcV9MCCodeGenInfo(StringRef TT, Reloc::Model RM,
|
/external/llvm/lib/Target/XCore/MCTargetDesc/ |
XCoreMCTargetDesc.cpp | 65 static MCCodeGenInfo *createXCoreMCCodeGenInfo(StringRef TT, Reloc::Model RM, 69 if (RM == Reloc::Default) { 70 RM = Reloc::Static;
|
/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/Hexagon/MCTargetDesc/ |
HexagonMCTargetDesc.cpp | 69 static MCCodeGenInfo *createHexagonMCCodeGenInfo(StringRef TT, Reloc::Model RM, 75 X->InitMCCodeGenInfo(Reloc::Static, CM, OL);
|
/external/llvm/lib/Target/ |
TargetMachineC.cpp | 91 char* CPU, char* Features, LLVMCodeGenOptLevel Level, LLVMRelocMode Reloc, 93 Reloc::Model RM; 94 switch (Reloc){ 96 RM = Reloc::Static; 99 RM = Reloc::PIC_; 102 RM = Reloc::DynamicNoPIC; 105 RM = Reloc::Default;
|