Lines Matching refs:DataRefImpl

185 const uint8_t *GOFFObjectFile::getSymbolEsdRecord(DataRefImpl Symb) const {  in getSymbolEsdRecord()
190 Expected<StringRef> GOFFObjectFile::getSymbolName(DataRefImpl Symb) const { in getSymbolName()
215 Expected<uint64_t> GOFFObjectFile::getSymbolAddress(DataRefImpl Symb) const { in getSymbolAddress()
222 uint64_t GOFFObjectFile::getSymbolValueImpl(DataRefImpl Symb) const { in getSymbolValueImpl()
229 uint64_t GOFFObjectFile::getCommonSymbolSizeImpl(DataRefImpl Symb) const { in getCommonSymbolSizeImpl()
233 bool GOFFObjectFile::isSymbolUnresolved(DataRefImpl Symb) const { in isSymbolUnresolved()
249 bool GOFFObjectFile::isSymbolIndirect(DataRefImpl Symb) const { in isSymbolIndirect()
256 Expected<uint32_t> GOFFObjectFile::getSymbolFlags(DataRefImpl Symb) const { in getSymbolFlags()
286 GOFFObjectFile::getSymbolType(DataRefImpl Symb) const { in getSymbolType()
335 GOFFObjectFile::getSymbolSection(DataRefImpl Symb) const { in getSymbolSection()
336 DataRefImpl Sec; in getSymbolSection()
367 const uint8_t *GOFFObjectFile::getSectionEdEsdRecord(DataRefImpl &Sec) const { in getSectionEdEsdRecord()
373 const uint8_t *GOFFObjectFile::getSectionPrEsdRecord(DataRefImpl &Sec) const { in getSectionPrEsdRecord()
383 DataRefImpl Sec; in getSectionEdEsdRecord()
391 DataRefImpl Sec; in getSectionPrEsdRecord()
398 DataRefImpl Sec; in section_begin()
404 DataRefImpl Sec; in section_end()
408 void GOFFObjectFile::moveSymbolNext(DataRefImpl &Symb) const { in moveSymbolNext()
429 DataRefImpl Symb; in symbol_begin()
435 DataRefImpl Symb; in symbol_end()