Lines Matching refs:DataRefImpl
148 XCOFFObjectFile::toSection32(DataRefImpl Ref) const { in toSection32()
157 XCOFFObjectFile::toSection64(DataRefImpl Ref) const { in toSection64()
165 XCOFFSymbolRef XCOFFObjectFile::toSymbolRef(DataRefImpl Ref) const { in toSymbolRef()
209 void XCOFFObjectFile::moveSymbolNext(DataRefImpl &Symb) const { in moveSymbolNext()
253 Expected<StringRef> XCOFFObjectFile::getSymbolName(DataRefImpl Symb) const { in getSymbolName()
257 Expected<uint64_t> XCOFFObjectFile::getSymbolAddress(DataRefImpl Symb) const { in getSymbolAddress()
261 uint64_t XCOFFObjectFile::getSymbolValueImpl(DataRefImpl Symb) const { in getSymbolValueImpl()
265 uint32_t XCOFFObjectFile::getSymbolAlignment(DataRefImpl Symb) const { in getSymbolAlignment()
280 uint64_t XCOFFObjectFile::getCommonSymbolSizeImpl(DataRefImpl Symb) const { in getCommonSymbolSizeImpl()
299 XCOFFObjectFile::getSymbolType(DataRefImpl Symb) const { in getSymbolType()
316 Expected<DataRefImpl> SecDRIOrErr = in getSymbolType()
322 DataRefImpl SecDRI = SecDRIOrErr.get(); in getSymbolType()
352 XCOFFObjectFile::getSymbolSection(DataRefImpl Symb) const { in getSymbolSection()
358 Expected<DataRefImpl> ExpSec = getSectionByNum(SectNum); in getSymbolSection()
365 void XCOFFObjectFile::moveSectionNext(DataRefImpl &Sec) const { in moveSectionNext()
370 Expected<StringRef> XCOFFObjectFile::getSectionName(DataRefImpl Sec) const { in getSectionName()
374 uint64_t XCOFFObjectFile::getSectionAddress(DataRefImpl Sec) const { in getSectionAddress()
383 uint64_t XCOFFObjectFile::getSectionIndex(DataRefImpl Sec) const { in getSectionIndex()
392 uint64_t XCOFFObjectFile::getSectionSize(DataRefImpl Sec) const { in getSectionSize()
402 XCOFFObjectFile::getSectionContents(DataRefImpl Sec) const { in getSectionContents()
424 uint64_t XCOFFObjectFile::getSectionAlignment(DataRefImpl Sec) const { in getSectionAlignment()
430 uint64_t XCOFFObjectFile::getSectionFileOffsetToRawData(DataRefImpl Sec) const { in getSectionFileOffsetToRawData()
439 DataRefImpl DRI = getSectionByType(SectType); in getSectionFileOffsetToRawData()
484 bool XCOFFObjectFile::isSectionCompressed(DataRefImpl Sec) const { in isSectionCompressed()
488 bool XCOFFObjectFile::isSectionText(DataRefImpl Sec) const { in isSectionText()
492 bool XCOFFObjectFile::isSectionData(DataRefImpl Sec) const { in isSectionData()
497 bool XCOFFObjectFile::isSectionBSS(DataRefImpl Sec) const { in isSectionBSS()
502 bool XCOFFObjectFile::isDebugSection(DataRefImpl Sec) const { in isDebugSection()
507 bool XCOFFObjectFile::isSectionVirtual(DataRefImpl Sec) const { in isSectionVirtual()
512 relocation_iterator XCOFFObjectFile::section_rel_begin(DataRefImpl Sec) const { in section_rel_begin()
513 DataRefImpl Ret; in section_rel_begin()
538 relocation_iterator XCOFFObjectFile::section_rel_end(DataRefImpl Sec) const { in section_rel_end()
539 DataRefImpl Ret; in section_rel_end()
564 void XCOFFObjectFile::moveRelocationNext(DataRefImpl &Rel) const { in moveRelocationNext()
571 uint64_t XCOFFObjectFile::getRelocationOffset(DataRefImpl Rel) const { in getRelocationOffset()
604 symbol_iterator XCOFFObjectFile::getRelocationSymbol(DataRefImpl Rel) const { in getRelocationSymbol()
619 DataRefImpl SymDRI; in getRelocationSymbol()
624 uint64_t XCOFFObjectFile::getRelocationType(DataRefImpl Rel) const { in getRelocationType()
631 DataRefImpl Rel, SmallVectorImpl<char> &Result) const { in getRelocationTypeName()
643 Expected<uint32_t> XCOFFObjectFile::getSymbolFlags(DataRefImpl Symb) const { in getSymbolFlags()
684 DataRefImpl SymDRI; in symbol_begin()
690 DataRefImpl SymDRI; in symbol_end()
701 DataRefImpl DRI; in section_begin()
707 DataRefImpl DRI; in section_end()
785 Expected<DataRefImpl> XCOFFObjectFile::getSectionByNum(int16_t Num) const { in getSectionByNum()
791 DataRefImpl DRI; in getSectionByNum()
797 DataRefImpl
799 DataRefImpl DRI; in getSectionByType()
825 Expected<DataRefImpl> SecRef = getSectionByNum(SectionNum); in getSymbolSectionName()
913 uint64_t XCOFFObjectFile::getSymbolSize(DataRefImpl Symb) const { in getSymbolSize()
946 DataRefImpl SymDRI; in getSymbolNameByIndex()
955 const char *XCOFFObjectFile::getSectionNameInternal(DataRefImpl Sec) const { in getSectionNameInternal()
963 int32_t XCOFFObjectFile::getSectionFlags(DataRefImpl Sec) const { in getSectionFlags()
1045 DataRefImpl DRI = getSectionByType(XCOFF::STYP_EXCEPT); in getExceptionEntries()