Home
last modified time | relevance | path

Searched refs:getGV (Results 1 – 18 of 18) sorted by relevance

/external/llvm/lib/Object/
DIRObjectFile.cpp128 static GlobalValue *getGV(DataRefImpl &Symb) { in getGV() function
164 const GlobalValue *GV = getGV(Symb); in moveSymbolNext()
202 const GlobalValue *GV = getGV(Symb); in printSymbolName()
222 const GlobalValue *GV = getGV(Symb); in getSymbolFlags()
259 GlobalValue *IRObjectFile::getSymbolGV(DataRefImpl Symb) { return getGV(Symb); } in getSymbolGV()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DJITDebugRegisterer.cpp103 ELFSym *FnSym = ELFSym::getGV(F, in MakeELF()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DELF.h71 static ELFSym *getGV(const GlobalValue *GV, unsigned Bind, in getGV() function
DELFCodeEmitter.cpp74 ELFSym *FnSym = ELFSym::getGV(F, EW.getGlobalELFBinding(F), ELF::STT_FUNC, in finishFunction()
DELFWriter.cpp357 : ELFSym::getGV(GV, SymBind, SymType, getGlobalELFVisibility(GV)); in EmitGlobal()
598 MachineRelocation::getGV(GblS.getCurrentPCOffset(), in EmitGlobalDataRelocation()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMConstantPoolValue.h145 const GlobalValue *getGV() const;
DARMConstantPoolValue.cpp157 const GlobalValue *ARMConstantPoolConstant::getGV() const { in getGV() function in ARMConstantPoolConstant
DARMCodeEmitter.cpp473 : MachineRelocation::getGV(MCE.getCurrentPCOffset(), Reloc, in emitGlobalAddress()
639 const GlobalValue *GV = cast<ARMConstantPoolConstant>(ACPV)->getGV(); in emitConstPoolInstruction()
DARMAsmPrinter.cpp858 const GlobalValue *GV = cast<ARMConstantPoolConstant>(ACPV)->getGV(); in EmitMachineConstantPoolValue()
DARMBaseInstrInfo.cpp1096 Create(cast<ARMConstantPoolConstant>(ACPV)->getGV(), PCLabelId, in duplicateCPV()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineRelocation.h82 static MachineRelocation getGV(uintptr_t offset, unsigned RelocationType,
/external/llvm/lib/Target/ARM/
DARMConstantPoolValue.h162 const GlobalValue *getGV() const;
DARMConstantPoolValue.cpp162 const GlobalValue *ARMConstantPoolConstant::getGV() const { in getGV() function in ARMConstantPoolConstant
DARMAsmPrinter.cpp965 const GlobalValue *GV = cast<ARMConstantPoolConstant>(ACPV)->getGV(); in EmitMachineConstantPoolValue()
DARMBaseInstrInfo.cpp1383 cast<ARMConstantPoolConstant>(ACPV)->getGV(), PCLabelId, ARMCP::CPValue, in duplicateCPV()
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsCodeEmitter.cpp206 MCE.addRelocation(MachineRelocation::getGV(MCE.getCurrentPCOffset(), Reloc, in emitGlobalAddress()
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCCodeEmitter.cpp160 return MachineRelocation::getGV(MCE.getCurrentPCOffset(), RelocID, in GetRelocation()
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86CodeEmitter.cpp274 : MachineRelocation::getGV(MCE.getCurrentPCOffset(), Reloc, in emitGlobalAddress()