Searched refs:getSymbolGV (Results 1 – 7 of 7) sorted by relevance
40 GlobalValue *getSymbolGV(DataRefImpl Symb);41 const GlobalValue *getSymbolGV(DataRefImpl Symb) const { in getSymbolGV() function42 return const_cast<IRObjectFile *>(this)->getSymbolGV(Symb); in getSymbolGV()
355 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()
149 const GlobalValue *getSymbolGV(uint32_t index) { in getSymbolGV() function
259 GlobalValue *IRObjectFile::getSymbolGV(DataRefImpl Symb) { return getGV(Symb); } in getSymbolGV() function in IRObjectFile
543 const GlobalValue *GV = Obj->getSymbolGV(Sym.getRawDataRefImpl()); in claim_file_hook()714 GlobalValue *GV = Obj.getSymbolGV(ObjSym.getRawDataRefImpl()); in getModuleForFile()
886 const GlobalValue *GV = Obj.getSymbolGV(I->getRawDataRefImpl()); in getSymbolNMTypeChar()999 const GlobalValue *GV = IR->getSymbolGV(Sym.getRawDataRefImpl()); in dumpSymbolNamesFromObject()