Lines Matching refs:DataRefImpl

187 const uint8_t *GOFFObjectFile::getSymbolEsdRecord(DataRefImpl Symb) const {  in getSymbolEsdRecord()
192 Expected<StringRef> GOFFObjectFile::getSymbolName(DataRefImpl Symb) const { in getSymbolName()
217 Expected<uint64_t> GOFFObjectFile::getSymbolAddress(DataRefImpl Symb) const { in getSymbolAddress()
224 uint64_t GOFFObjectFile::getSymbolValueImpl(DataRefImpl Symb) const { in getSymbolValueImpl()
231 uint64_t GOFFObjectFile::getCommonSymbolSizeImpl(DataRefImpl Symb) const { in getCommonSymbolSizeImpl()
235 bool GOFFObjectFile::isSymbolUnresolved(DataRefImpl Symb) const { in isSymbolUnresolved()
251 bool GOFFObjectFile::isSymbolIndirect(DataRefImpl Symb) const { in isSymbolIndirect()
258 Expected<uint32_t> GOFFObjectFile::getSymbolFlags(DataRefImpl Symb) const { in getSymbolFlags()
288 GOFFObjectFile::getSymbolType(DataRefImpl Symb) const { in getSymbolType()
337 GOFFObjectFile::getSymbolSection(DataRefImpl Symb) const { in getSymbolSection()
338 DataRefImpl Sec; in getSymbolSection()
369 uint64_t GOFFObjectFile::getSymbolSize(DataRefImpl Symb) const { in getSymbolSize()
376 const uint8_t *GOFFObjectFile::getSectionEdEsdRecord(DataRefImpl &Sec) const { in getSectionEdEsdRecord()
382 const uint8_t *GOFFObjectFile::getSectionPrEsdRecord(DataRefImpl &Sec) const { in getSectionPrEsdRecord()
392 DataRefImpl Sec; in getSectionEdEsdRecord()
400 DataRefImpl Sec; in getSectionPrEsdRecord()
406 uint32_t GOFFObjectFile::getSectionDefEsdId(DataRefImpl &Sec) const { in getSectionDefEsdId()
422 void GOFFObjectFile::moveSectionNext(DataRefImpl &Sec) const { in moveSectionNext()
428 Expected<StringRef> GOFFObjectFile::getSectionName(DataRefImpl Sec) const { in getSectionName()
429 DataRefImpl EdSym; in getSectionName()
442 uint64_t GOFFObjectFile::getSectionAddress(DataRefImpl Sec) const { in getSectionAddress()
449 uint64_t GOFFObjectFile::getSectionSize(DataRefImpl Sec) const { in getSectionSize()
461 GOFFObjectFile::getSectionContents(DataRefImpl Sec) const { in getSectionContents()
510 uint64_t GOFFObjectFile::getSectionAlignment(DataRefImpl Sec) const { in getSectionAlignment()
517 bool GOFFObjectFile::isSectionText(DataRefImpl Sec) const { in isSectionText()
524 bool GOFFObjectFile::isSectionData(DataRefImpl Sec) const { in isSectionData()
531 bool GOFFObjectFile::isSectionNoLoad(DataRefImpl Sec) const { in isSectionNoLoad()
538 bool GOFFObjectFile::isSectionReadOnlyData(DataRefImpl Sec) const { in isSectionReadOnlyData()
548 bool GOFFObjectFile::isSectionZeroInit(DataRefImpl Sec) const { in isSectionZeroInit()
555 DataRefImpl Sec; in section_begin()
561 DataRefImpl Sec; in section_end()
565 void GOFFObjectFile::moveSymbolNext(DataRefImpl &Symb) const { in moveSymbolNext()
586 DataRefImpl Symb; in symbol_begin()
592 DataRefImpl Symb; in symbol_end()