Home
last modified time | relevance | path

Searched refs:getGlobalValue (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/CodeGen/
DELFCodeEmitter.cpp107 EW.AddPendingGlobalSymbol(MR.getGlobalValue()); in finishFunction()
DELF.h58 const GlobalValue *getGlobalValue() const { in getGlobalValue() function
DELFWriter.cpp318 const GlobalValue *GV = GblSym->getGlobalValue(); in AddToSymbolList()
792 const GlobalValue *G = MR.getGlobalValue(); in EmitRelocations()
912 Mang->getNameWithPrefix(NameStr, Sym.getGlobalValue(), false); in EmitStringTable()
988 GblSymLookup[Sym.getGlobalValue()] = i; in EmitSymbolTable()
/external/llvm/include/llvm/CodeGen/
DMachineRelocation.h280 GlobalValue *getGlobalValue() const { in getGlobalValue() function
/external/llvm/lib/ExecutionEngine/JIT/
DJITEmitter.cpp855 ResultPtr = getPointerToGlobal(MR.getGlobalValue(), in finishFunction()
860 MR.getGlobalValue(), BufferBegin+MR.getMachineCodeOffset()); in finishFunction()