Searched defs:getSymbolGV (Results 1 – 3 of 3) sorted by relevance
40 const GlobalValue *getSymbolGV(DataRefImpl Symb) const { in getSymbolGV() function
151 const GlobalValue *getSymbolGV(uint32_t index) { in getSymbolGV() function
247 GlobalValue *IRObjectFile::getSymbolGV(DataRefImpl Symb) { return getGV(Symb); } in getSymbolGV() function in IRObjectFile