Lines Matching refs:DataRefImpl
114 XCOFFObjectFile::toSection32(DataRefImpl Ref) const { in toSection32()
123 XCOFFObjectFile::toSection64(DataRefImpl Ref) const { in toSection64()
131 XCOFFSymbolRef XCOFFObjectFile::toSymbolRef(DataRefImpl Ref) const { in toSymbolRef()
161 void XCOFFObjectFile::moveSymbolNext(DataRefImpl &Symb) const { in moveSymbolNext()
201 Expected<StringRef> XCOFFObjectFile::getSymbolName(DataRefImpl Symb) const { in getSymbolName()
205 Expected<uint64_t> XCOFFObjectFile::getSymbolAddress(DataRefImpl Symb) const { in getSymbolAddress()
209 uint64_t XCOFFObjectFile::getSymbolValueImpl(DataRefImpl Symb) const { in getSymbolValueImpl()
213 uint64_t XCOFFObjectFile::getCommonSymbolSizeImpl(DataRefImpl Symb) const { in getCommonSymbolSizeImpl()
220 XCOFFObjectFile::getSymbolType(DataRefImpl Symb) const { in getSymbolType()
226 XCOFFObjectFile::getSymbolSection(DataRefImpl Symb) const { in getSymbolSection()
232 Expected<DataRefImpl> ExpSec = getSectionByNum(SectNum); in getSymbolSection()
239 void XCOFFObjectFile::moveSectionNext(DataRefImpl &Sec) const { in moveSectionNext()
244 Expected<StringRef> XCOFFObjectFile::getSectionName(DataRefImpl Sec) const { in getSectionName()
248 uint64_t XCOFFObjectFile::getSectionAddress(DataRefImpl Sec) const { in getSectionAddress()
257 uint64_t XCOFFObjectFile::getSectionIndex(DataRefImpl Sec) const { in getSectionIndex()
266 uint64_t XCOFFObjectFile::getSectionSize(DataRefImpl Sec) const { in getSectionSize()
276 XCOFFObjectFile::getSectionContents(DataRefImpl Sec) const { in getSectionContents()
294 uint64_t XCOFFObjectFile::getSectionAlignment(DataRefImpl Sec) const { in getSectionAlignment()
300 bool XCOFFObjectFile::isSectionCompressed(DataRefImpl Sec) const { in isSectionCompressed()
304 bool XCOFFObjectFile::isSectionText(DataRefImpl Sec) const { in isSectionText()
308 bool XCOFFObjectFile::isSectionData(DataRefImpl Sec) const { in isSectionData()
313 bool XCOFFObjectFile::isSectionBSS(DataRefImpl Sec) const { in isSectionBSS()
318 bool XCOFFObjectFile::isDebugSection(DataRefImpl Sec) const { in isDebugSection()
323 bool XCOFFObjectFile::isSectionVirtual(DataRefImpl Sec) const { in isSectionVirtual()
328 relocation_iterator XCOFFObjectFile::section_rel_begin(DataRefImpl Sec) const { in section_rel_begin()
335 DataRefImpl Ret; in section_rel_begin()
340 relocation_iterator XCOFFObjectFile::section_rel_end(DataRefImpl Sec) const { in section_rel_end()
347 DataRefImpl Ret; in section_rel_end()
352 void XCOFFObjectFile::moveRelocationNext(DataRefImpl &Rel) const { in moveRelocationNext()
356 uint64_t XCOFFObjectFile::getRelocationOffset(DataRefImpl Rel) const { in getRelocationOffset()
375 symbol_iterator XCOFFObjectFile::getRelocationSymbol(DataRefImpl Rel) const { in getRelocationSymbol()
384 DataRefImpl SymDRI; in getRelocationSymbol()
389 uint64_t XCOFFObjectFile::getRelocationType(DataRefImpl Rel) const { in getRelocationType()
396 DataRefImpl Rel, SmallVectorImpl<char> &Result) const { in getRelocationTypeName()
404 Expected<uint32_t> XCOFFObjectFile::getSymbolFlags(DataRefImpl Symb) const { in getSymbolFlags()
411 DataRefImpl SymDRI; in symbol_begin()
417 DataRefImpl SymDRI; in symbol_end()
424 DataRefImpl DRI; in section_begin()
430 DataRefImpl DRI; in section_end()
495 Expected<DataRefImpl> XCOFFObjectFile::getSectionByNum(int16_t Num) const { in getSectionByNum()
499 DataRefImpl DRI; in getSectionByNum()
517 Expected<DataRefImpl> SecRef = getSectionByNum(SectionNum); in getSymbolSectionName()
617 DataRefImpl SymDRI; in getSymbolNameByIndex()
626 const char *XCOFFObjectFile::getSectionNameInternal(DataRefImpl Sec) const { in getSectionNameInternal()
634 int32_t XCOFFObjectFile::getSectionFlags(DataRefImpl Sec) const { in getSectionFlags()
820 Expected<DataRefImpl> SI = OwningObjectPtr->getSectionByNum(SectNum); in isFunction()