Searched refs:getSymbolGV (Results 1 – 4 of 4) sorted by relevance
37 const GlobalValue *getSymbolGV(DataRefImpl Symb) const;
280 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()
251 const GlobalValue *IRObjectFile::getSymbolGV(DataRefImpl Symb) const { in getSymbolGV() function in IRObjectFile
650 const GlobalValue *GV = Obj.getSymbolGV(I->getRawDataRefImpl()); in getSymbolNMTypeChar()738 const GlobalValue *GV = IR->getSymbolGV(I->getRawDataRefImpl()); in dumpSymbolNamesFromObject()