Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DIRObjectFile.h39 GlobalValue *getSymbolGV(DataRefImpl Symb);
40 const GlobalValue *getSymbolGV(DataRefImpl Symb) const { in getSymbolGV() function
41 return const_cast<IRObjectFile *>(this)->getSymbolGV(Symb); in getSymbolGV()
/external/llvm/lib/LTO/
DLTOModule.cpp362 const GlobalValue *V = IRFile->getSymbolGV(Sym.getRawDataRefImpl()); in addDefinedDataSymbol()
424 cast<Function>(IRFile->getSymbolGV(Sym.getRawDataRefImpl())); in addDefinedFunctionSymbol()
567 const GlobalValue *decl = IRFile->getSymbolGV(Sym.getRawDataRefImpl()); in addPotentialUndefinedSymbol()
582 const GlobalValue *GV = IRFile->getSymbolGV(Sym.getRawDataRefImpl()); in parseSymbols()
/external/llvm/lib/Object/
DIRObjectFile.cpp239 GlobalValue *IRObjectFile::getSymbolGV(DataRefImpl Symb) { return getGV(Symb); } in getSymbolGV() function in IRObjectFile
/external/llvm/tools/gold/
Dgold-plugin.cpp382 const GlobalValue *GV = Obj->getSymbolGV(Sym.getRawDataRefImpl()); in claim_file_hook()
628 GlobalValue *GV = Obj.getSymbolGV(ObjSym.getRawDataRefImpl()); in getModuleForFile()
/external/llvm/tools/llvm-nm/
Dllvm-nm.cpp781 const GlobalValue *GV = Obj.getSymbolGV(I->getRawDataRefImpl()); in getSymbolNMTypeChar()
922 const GlobalValue *GV = IR->getSymbolGV(I->getRawDataRefImpl()); in dumpSymbolNamesFromObject()