/external/llvm/lib/Object/ |
IRObjectFile.cpp | 128 static GlobalValue *getGV(DataRefImpl &Symb) { 164 const GlobalValue *GV = getGV(Symb); 202 const GlobalValue *GV = getGV(Symb); 222 const GlobalValue *GV = getGV(Symb); 259 GlobalValue *IRObjectFile::getSymbolGV(DataRefImpl Symb) { return getGV(Symb); }
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
ELF.h | 70 // getGV - From a global value return a elf symbol to represent it 71 static ELFSym *getGV(const GlobalValue *GV, unsigned Bind,
|
ELFCodeEmitter.cpp | 74 ELFSym *FnSym = ELFSym::getGV(F, EW.getGlobalELFBinding(F), ELF::STT_FUNC,
|
ELFWriter.cpp | 357 : ELFSym::getGV(GV, SymBind, SymType, getGlobalELFVisibility(GV)); 598 MachineRelocation::getGV(GblS.getCurrentPCOffset(), [all...] |
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/ |
JITDebugRegisterer.cpp | 103 ELFSym *FnSym = ELFSym::getGV(F,
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
ARMConstantPoolValue.h | 145 const GlobalValue *getGV() const;
|
ARMConstantPoolValue.cpp | 157 const GlobalValue *ARMConstantPoolConstant::getGV() const {
|
ARMCodeEmitter.cpp | 473 : MachineRelocation::getGV(MCE.getCurrentPCOffset(), Reloc, 639 const GlobalValue *GV = cast<ARMConstantPoolConstant>(ACPV)->getGV(); [all...] |
ARMAsmPrinter.cpp | 858 const GlobalValue *GV = cast<ARMConstantPoolConstant>(ACPV)->getGV(); [all...] |
ARMBaseInstrInfo.cpp | [all...] |
/external/llvm/lib/Target/ARM/ |
ARMConstantPoolValue.cpp | 162 const GlobalValue *ARMConstantPoolConstant::getGV() const {
|
ARMConstantPoolValue.h | 162 const GlobalValue *getGV() const;
|
ARMAsmPrinter.cpp | [all...] |
ARMBaseInstrInfo.cpp | [all...] |
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
MachineRelocation.h | 80 /// MachineRelocation::getGV - Return a relocation entry for a GlobalValue. 82 static MachineRelocation getGV(uintptr_t offset, unsigned RelocationType,
|
/external/swiftshader/third_party/LLVM/lib/Target/Mips/ |
MipsCodeEmitter.cpp | 206 MCE.addRelocation(MachineRelocation::getGV(MCE.getCurrentPCOffset(), Reloc,
|
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
PPCCodeEmitter.cpp | 160 return MachineRelocation::getGV(MCE.getCurrentPCOffset(), RelocID,
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
X86CodeEmitter.cpp | 274 : MachineRelocation::getGV(MCE.getCurrentPCOffset(), Reloc, [all...] |