Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DIRObjectFile.h37 const GlobalValue *getSymbolGV(DataRefImpl Symb) const;
/external/llvm/lib/LTO/
DLTOModule.cpp280 const GlobalValue *V = IRFile->getSymbolGV(Sym.getRawDataRefImpl()); in addDefinedDataSymbol()
342 cast<Function>(IRFile->getSymbolGV(Sym.getRawDataRefImpl())); in addDefinedFunctionSymbol()
516 const GlobalValue *decl = IRFile->getSymbolGV(Sym.getRawDataRefImpl()); in addPotentialUndefinedSymbol()
533 const GlobalValue *GV = IRFile->getSymbolGV(Sym.getRawDataRefImpl()); in parseSymbols()
/external/llvm/lib/Object/
DIRObjectFile.cpp251 const GlobalValue *IRObjectFile::getSymbolGV(DataRefImpl Symb) const { in getSymbolGV() function in IRObjectFile
/external/llvm/tools/llvm-nm/
Dllvm-nm.cpp650 const GlobalValue *GV = Obj.getSymbolGV(I->getRawDataRefImpl()); in getSymbolNMTypeChar()
738 const GlobalValue *GV = IR->getSymbolGV(I->getRawDataRefImpl()); in dumpSymbolNamesFromObject()