Searched refs:getSymbolGV (Results 1 – 5 of 5) sorted by relevance
39 GlobalValue *getSymbolGV(DataRefImpl Symb);40 const GlobalValue *getSymbolGV(DataRefImpl Symb) const { in getSymbolGV() function41 return const_cast<IRObjectFile *>(this)->getSymbolGV(Symb); in getSymbolGV()
362 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()
239 GlobalValue *IRObjectFile::getSymbolGV(DataRefImpl Symb) { return getGV(Symb); } in getSymbolGV() function in IRObjectFile
382 const GlobalValue *GV = Obj->getSymbolGV(Sym.getRawDataRefImpl()); in claim_file_hook()628 GlobalValue *GV = Obj.getSymbolGV(ObjSym.getRawDataRefImpl()); in getModuleForFile()
781 const GlobalValue *GV = Obj.getSymbolGV(I->getRawDataRefImpl()); in getSymbolNMTypeChar()922 const GlobalValue *GV = IR->getSymbolGV(I->getRawDataRefImpl()); in dumpSymbolNamesFromObject()