Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DIRObjectFile.h40 GlobalValue *getSymbolGV(DataRefImpl Symb);
41 const GlobalValue *getSymbolGV(DataRefImpl Symb) const { in getSymbolGV() function
42 return const_cast<IRObjectFile *>(this)->getSymbolGV(Symb); in getSymbolGV()
/external/llvm/lib/LTO/
DLTOModule.cpp355 const GlobalValue *V = IRFile->getSymbolGV(Sym.getRawDataRefImpl()); in addDefinedDataSymbol()
417 cast<Function>(IRFile->getSymbolGV(Sym.getRawDataRefImpl())); in addDefinedFunctionSymbol()
566 const GlobalValue *decl = IRFile->getSymbolGV(Sym.getRawDataRefImpl()); in addPotentialUndefinedSymbol()
579 const GlobalValue *GV = IRFile->getSymbolGV(Sym.getRawDataRefImpl()); in parseSymbols()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/LTO/legacy/
DLTOModule.h149 const GlobalValue *getSymbolGV(uint32_t index) { in getSymbolGV() function
/external/llvm/include/llvm/LTO/legacy/
DLTOModule.h149 const GlobalValue *getSymbolGV(uint32_t index) { in getSymbolGV() function
/external/llvm/lib/Object/
DIRObjectFile.cpp259 GlobalValue *IRObjectFile::getSymbolGV(DataRefImpl Symb) { return getGV(Symb); } in getSymbolGV() function in IRObjectFile
/external/llvm/tools/gold/
Dgold-plugin.cpp543 const GlobalValue *GV = Obj->getSymbolGV(Sym.getRawDataRefImpl()); in claim_file_hook()
714 GlobalValue *GV = Obj.getSymbolGV(ObjSym.getRawDataRefImpl()); in getModuleForFile()
/external/llvm/tools/llvm-nm/
Dllvm-nm.cpp886 const GlobalValue *GV = Obj.getSymbolGV(I->getRawDataRefImpl()); in getSymbolNMTypeChar()
999 const GlobalValue *GV = IR->getSymbolGV(Sym.getRawDataRefImpl()); in dumpSymbolNamesFromObject()