Lines Matching refs:DataRefImpl
117 XCOFFObjectFile::toSection32(DataRefImpl Ref) const { in toSection32()
126 XCOFFObjectFile::toSection64(DataRefImpl Ref) const { in toSection64()
134 XCOFFSymbolRef XCOFFObjectFile::toSymbolRef(DataRefImpl Ref) const { in toSymbolRef()
178 void XCOFFObjectFile::moveSymbolNext(DataRefImpl &Symb) const { in moveSymbolNext()
222 Expected<StringRef> XCOFFObjectFile::getSymbolName(DataRefImpl Symb) const { in getSymbolName()
226 Expected<uint64_t> XCOFFObjectFile::getSymbolAddress(DataRefImpl Symb) const { in getSymbolAddress()
230 uint64_t XCOFFObjectFile::getSymbolValueImpl(DataRefImpl Symb) const { in getSymbolValueImpl()
234 uint32_t XCOFFObjectFile::getSymbolAlignment(DataRefImpl Symb) const { in getSymbolAlignment()
249 uint64_t XCOFFObjectFile::getCommonSymbolSizeImpl(DataRefImpl Symb) const { in getCommonSymbolSizeImpl()
268 XCOFFObjectFile::getSymbolType(DataRefImpl Symb) const { in getSymbolType()
281 Expected<DataRefImpl> SecDRIOrErr = in getSymbolType()
287 DataRefImpl SecDRI = SecDRIOrErr.get(); in getSymbolType()
317 XCOFFObjectFile::getSymbolSection(DataRefImpl Symb) const { in getSymbolSection()
323 Expected<DataRefImpl> ExpSec = getSectionByNum(SectNum); in getSymbolSection()
330 void XCOFFObjectFile::moveSectionNext(DataRefImpl &Sec) const { in moveSectionNext()
335 Expected<StringRef> XCOFFObjectFile::getSectionName(DataRefImpl Sec) const { in getSectionName()
339 uint64_t XCOFFObjectFile::getSectionAddress(DataRefImpl Sec) const { in getSectionAddress()
348 uint64_t XCOFFObjectFile::getSectionIndex(DataRefImpl Sec) const { in getSectionIndex()
357 uint64_t XCOFFObjectFile::getSectionSize(DataRefImpl Sec) const { in getSectionSize()
367 XCOFFObjectFile::getSectionContents(DataRefImpl Sec) const { in getSectionContents()
389 uint64_t XCOFFObjectFile::getSectionAlignment(DataRefImpl Sec) const { in getSectionAlignment()
432 bool XCOFFObjectFile::isSectionCompressed(DataRefImpl Sec) const { in isSectionCompressed()
436 bool XCOFFObjectFile::isSectionText(DataRefImpl Sec) const { in isSectionText()
440 bool XCOFFObjectFile::isSectionData(DataRefImpl Sec) const { in isSectionData()
445 bool XCOFFObjectFile::isSectionBSS(DataRefImpl Sec) const { in isSectionBSS()
450 bool XCOFFObjectFile::isDebugSection(DataRefImpl Sec) const { in isDebugSection()
455 bool XCOFFObjectFile::isSectionVirtual(DataRefImpl Sec) const { in isSectionVirtual()
460 relocation_iterator XCOFFObjectFile::section_rel_begin(DataRefImpl Sec) const { in section_rel_begin()
461 DataRefImpl Ret; in section_rel_begin()
486 relocation_iterator XCOFFObjectFile::section_rel_end(DataRefImpl Sec) const { in section_rel_end()
487 DataRefImpl Ret; in section_rel_end()
512 void XCOFFObjectFile::moveRelocationNext(DataRefImpl &Rel) const { in moveRelocationNext()
519 uint64_t XCOFFObjectFile::getRelocationOffset(DataRefImpl Rel) const { in getRelocationOffset()
552 symbol_iterator XCOFFObjectFile::getRelocationSymbol(DataRefImpl Rel) const { in getRelocationSymbol()
567 DataRefImpl SymDRI; in getRelocationSymbol()
572 uint64_t XCOFFObjectFile::getRelocationType(DataRefImpl Rel) const { in getRelocationType()
579 DataRefImpl Rel, SmallVectorImpl<char> &Result) const { in getRelocationTypeName()
591 Expected<uint32_t> XCOFFObjectFile::getSymbolFlags(DataRefImpl Symb) const { in getSymbolFlags()
632 DataRefImpl SymDRI; in symbol_begin()
638 DataRefImpl SymDRI; in symbol_end()
645 DataRefImpl DRI; in section_begin()
651 DataRefImpl DRI; in section_end()
729 Expected<DataRefImpl> XCOFFObjectFile::getSectionByNum(int16_t Num) const { in getSectionByNum()
735 DataRefImpl DRI; in getSectionByNum()
753 Expected<DataRefImpl> SecRef = getSectionByNum(SectionNum); in getSymbolSectionName()
841 uint64_t XCOFFObjectFile::getSymbolSize(DataRefImpl Symb) const { in getSymbolSize()
874 DataRefImpl SymDRI; in getSymbolNameByIndex()
883 const char *XCOFFObjectFile::getSectionNameInternal(DataRefImpl Sec) const { in getSectionNameInternal()
891 int32_t XCOFFObjectFile::getSectionFlags(DataRefImpl Sec) const { in getSectionFlags()
1157 Expected<DataRefImpl> SI = OwningObjectPtr->getSectionByNum(SectNum); in isFunction()