Lines Matching refs:DataRefImpl
154 XCOFFObjectFile::toSection32(DataRefImpl Ref) const { in toSection32()
163 XCOFFObjectFile::toSection64(DataRefImpl Ref) const { in toSection64()
171 XCOFFSymbolRef XCOFFObjectFile::toSymbolRef(DataRefImpl Ref) const { in toSymbolRef()
215 void XCOFFObjectFile::moveSymbolNext(DataRefImpl &Symb) const { in moveSymbolNext()
259 Expected<StringRef> XCOFFObjectFile::getSymbolName(DataRefImpl Symb) const { in getSymbolName()
263 Expected<uint64_t> XCOFFObjectFile::getSymbolAddress(DataRefImpl Symb) const { in getSymbolAddress()
267 uint64_t XCOFFObjectFile::getSymbolValueImpl(DataRefImpl Symb) const { in getSymbolValueImpl()
271 uint32_t XCOFFObjectFile::getSymbolAlignment(DataRefImpl Symb) const { in getSymbolAlignment()
286 uint64_t XCOFFObjectFile::getCommonSymbolSizeImpl(DataRefImpl Symb) const { in getCommonSymbolSizeImpl()
305 XCOFFObjectFile::getSymbolType(DataRefImpl Symb) const { in getSymbolType()
322 Expected<DataRefImpl> SecDRIOrErr = in getSymbolType()
328 DataRefImpl SecDRI = SecDRIOrErr.get(); in getSymbolType()
358 XCOFFObjectFile::getSymbolSection(DataRefImpl Symb) const { in getSymbolSection()
364 Expected<DataRefImpl> ExpSec = getSectionByNum(SectNum); in getSymbolSection()
371 void XCOFFObjectFile::moveSectionNext(DataRefImpl &Sec) const { in moveSectionNext()
376 Expected<StringRef> XCOFFObjectFile::getSectionName(DataRefImpl Sec) const { in getSectionName()
380 uint64_t XCOFFObjectFile::getSectionAddress(DataRefImpl Sec) const { in getSectionAddress()
389 uint64_t XCOFFObjectFile::getSectionIndex(DataRefImpl Sec) const { in getSectionIndex()
398 uint64_t XCOFFObjectFile::getSectionSize(DataRefImpl Sec) const { in getSectionSize()
408 XCOFFObjectFile::getSectionContents(DataRefImpl Sec) const { in getSectionContents()
430 uint64_t XCOFFObjectFile::getSectionAlignment(DataRefImpl Sec) const { in getSectionAlignment()
436 uint64_t XCOFFObjectFile::getSectionFileOffsetToRawData(DataRefImpl Sec) const { in getSectionFileOffsetToRawData()
445 DataRefImpl DRI = getSectionByType(SectType); in getSectionFileOffsetToRawData()
490 bool XCOFFObjectFile::isSectionCompressed(DataRefImpl Sec) const { in isSectionCompressed()
494 bool XCOFFObjectFile::isSectionText(DataRefImpl Sec) const { in isSectionText()
498 bool XCOFFObjectFile::isSectionData(DataRefImpl Sec) const { in isSectionData()
503 bool XCOFFObjectFile::isSectionBSS(DataRefImpl Sec) const { in isSectionBSS()
508 bool XCOFFObjectFile::isDebugSection(DataRefImpl Sec) const { in isDebugSection()
513 bool XCOFFObjectFile::isSectionVirtual(DataRefImpl Sec) const { in isSectionVirtual()
518 relocation_iterator XCOFFObjectFile::section_rel_begin(DataRefImpl Sec) const { in section_rel_begin()
519 DataRefImpl Ret; in section_rel_begin()
544 relocation_iterator XCOFFObjectFile::section_rel_end(DataRefImpl Sec) const { in section_rel_end()
545 DataRefImpl Ret; in section_rel_end()
570 void XCOFFObjectFile::moveRelocationNext(DataRefImpl &Rel) const { in moveRelocationNext()
577 uint64_t XCOFFObjectFile::getRelocationOffset(DataRefImpl Rel) const { in getRelocationOffset()
610 symbol_iterator XCOFFObjectFile::getRelocationSymbol(DataRefImpl Rel) const { in getRelocationSymbol()
625 DataRefImpl SymDRI; in getRelocationSymbol()
630 uint64_t XCOFFObjectFile::getRelocationType(DataRefImpl Rel) const { in getRelocationType()
637 DataRefImpl Rel, SmallVectorImpl<char> &Result) const { in getRelocationTypeName()
649 Expected<uint32_t> XCOFFObjectFile::getSymbolFlags(DataRefImpl Symb) const { in getSymbolFlags()
690 DataRefImpl SymDRI; in symbol_begin()
696 DataRefImpl SymDRI; in symbol_end()
707 DataRefImpl DRI; in section_begin()
713 DataRefImpl DRI; in section_end()
793 Expected<DataRefImpl> XCOFFObjectFile::getSectionByNum(int16_t Num) const { in getSectionByNum()
799 DataRefImpl DRI; in getSectionByNum()
805 DataRefImpl
807 DataRefImpl DRI; in getSectionByType()
833 Expected<DataRefImpl> SecRef = getSectionByNum(SectionNum); in getSymbolSectionName()
921 uint64_t XCOFFObjectFile::getSymbolSize(DataRefImpl Symb) const { in getSymbolSize()
954 DataRefImpl SymDRI; in getSymbolNameByIndex()
963 const char *XCOFFObjectFile::getSectionNameInternal(DataRefImpl Sec) const { in getSectionNameInternal()
971 int32_t XCOFFObjectFile::getSectionFlags(DataRefImpl Sec) const { in getSectionFlags()
1053 DataRefImpl DRI = getSectionByType(XCOFF::STYP_EXCEPT); in getExceptionEntries()