Lines Matching refs:DataRefImpl

100 const coff_symbol_type *COFFObjectFile::toSymb(DataRefImpl Ref) const {  in toSymb()
116 const coff_section *COFFObjectFile::toSec(DataRefImpl Ref) const { in toSec()
132 void COFFObjectFile::moveSymbolNext(DataRefImpl &Ref) const { in moveSymbolNext()
147 std::error_code COFFObjectFile::getSymbolName(DataRefImpl Ref, in getSymbolName()
153 std::error_code COFFObjectFile::getSymbolAddress(DataRefImpl Ref, in getSymbolAddress()
179 std::error_code COFFObjectFile::getSymbolType(DataRefImpl Ref, in getSymbolType()
211 uint32_t COFFObjectFile::getSymbolFlags(DataRefImpl Ref) const { in getSymbolFlags()
239 std::error_code COFFObjectFile::getSymbolSize(DataRefImpl Ref, in getSymbolSize()
301 COFFObjectFile::getSymbolSection(DataRefImpl Ref, in getSymbolSection()
310 DataRefImpl Ref; in getSymbolSection()
317 void COFFObjectFile::moveSectionNext(DataRefImpl &Ref) const { in moveSectionNext()
323 std::error_code COFFObjectFile::getSectionName(DataRefImpl Ref, in getSectionName()
329 uint64_t COFFObjectFile::getSectionAddress(DataRefImpl Ref) const { in getSectionAddress()
334 uint64_t COFFObjectFile::getSectionSize(DataRefImpl Ref) const { in getSectionSize()
338 std::error_code COFFObjectFile::getSectionContents(DataRefImpl Ref, in getSectionContents()
347 uint64_t COFFObjectFile::getSectionAlignment(DataRefImpl Ref) const { in getSectionAlignment()
352 bool COFFObjectFile::isSectionText(DataRefImpl Ref) const { in isSectionText()
357 bool COFFObjectFile::isSectionData(DataRefImpl Ref) const { in isSectionData()
362 bool COFFObjectFile::isSectionBSS(DataRefImpl Ref) const { in isSectionBSS()
370 bool COFFObjectFile::isSectionVirtual(DataRefImpl Ref) const { in isSectionVirtual()
377 bool COFFObjectFile::sectionContainsSymbol(DataRefImpl SecRef, in sectionContainsSymbol()
378 DataRefImpl SymbRef) const { in sectionContainsSymbol()
419 relocation_iterator COFFObjectFile::section_rel_begin(DataRefImpl Ref) const { in section_rel_begin()
422 DataRefImpl Ret; in section_rel_begin()
427 relocation_iterator COFFObjectFile::section_rel_end(DataRefImpl Ref) const { in section_rel_end()
432 DataRefImpl Ret; in section_rel_end()
726 DataRefImpl Ret; in symbol_begin_impl()
733 DataRefImpl Ret; in symbol_end_impl()
775 DataRefImpl Ret; in section_begin()
781 DataRefImpl Ret; in section_end()
1008 const coff_relocation *COFFObjectFile::toRel(DataRefImpl Rel) const { in toRel()
1012 void COFFObjectFile::moveRelocationNext(DataRefImpl &Rel) const { in moveRelocationNext()
1017 std::error_code COFFObjectFile::getRelocationAddress(DataRefImpl Rel, in getRelocationAddress()
1022 std::error_code COFFObjectFile::getRelocationOffset(DataRefImpl Rel, in getRelocationOffset()
1033 symbol_iterator COFFObjectFile::getRelocationSymbol(DataRefImpl Rel) const { in getRelocationSymbol()
1035 DataRefImpl Ref; in getRelocationSymbol()
1047 std::error_code COFFObjectFile::getRelocationType(DataRefImpl Rel, in getRelocationType()
1059 COFFSymbolRef COFFObjectFile::getCOFFSymbol(const DataRefImpl &Ref) const { in getCOFFSymbol()
1082 COFFObjectFile::getRelocationTypeName(DataRefImpl Rel, in getRelocationTypeName()
1158 COFFObjectFile::getRelocationValueString(DataRefImpl Rel, in getRelocationValueString()
1161 DataRefImpl Sym; in getRelocationValueString()