Lines Matching refs:DataRefImpl

103 const coff_symbol_type *COFFObjectFile::toSymb(DataRefImpl Ref) const {  in toSymb()
119 const coff_section *COFFObjectFile::toSec(DataRefImpl Ref) const { in toSec()
135 void COFFObjectFile::moveSymbolNext(DataRefImpl &Ref) const { in moveSymbolNext()
150 Expected<StringRef> COFFObjectFile::getSymbolName(DataRefImpl Ref) const { in getSymbolName()
158 uint64_t COFFObjectFile::getSymbolValueImpl(DataRefImpl Ref) const { in getSymbolValueImpl()
162 uint32_t COFFObjectFile::getSymbolAlignment(DataRefImpl Ref) const { in getSymbolAlignment()
169 Expected<uint64_t> COFFObjectFile::getSymbolAddress(DataRefImpl Ref) const { in getSymbolAddress()
190 Expected<SymbolRef::Type> COFFObjectFile::getSymbolType(DataRefImpl Ref) const { in getSymbolType()
213 uint32_t COFFObjectFile::getSymbolFlags(DataRefImpl Ref) const { in getSymbolFlags()
244 uint64_t COFFObjectFile::getCommonSymbolSizeImpl(DataRefImpl Ref) const { in getCommonSymbolSizeImpl()
250 COFFObjectFile::getSymbolSection(DataRefImpl Ref) const { in getSymbolSection()
257 DataRefImpl Ret; in getSymbolSection()
267 void COFFObjectFile::moveSectionNext(DataRefImpl &Ref) const { in moveSectionNext()
273 std::error_code COFFObjectFile::getSectionName(DataRefImpl Ref, in getSectionName()
279 uint64_t COFFObjectFile::getSectionAddress(DataRefImpl Ref) const { in getSectionAddress()
289 uint64_t COFFObjectFile::getSectionIndex(DataRefImpl Sec) const { in getSectionIndex()
293 uint64_t COFFObjectFile::getSectionSize(DataRefImpl Ref) const { in getSectionSize()
297 std::error_code COFFObjectFile::getSectionContents(DataRefImpl Ref, in getSectionContents()
306 uint64_t COFFObjectFile::getSectionAlignment(DataRefImpl Ref) const { in getSectionAlignment()
311 bool COFFObjectFile::isSectionCompressed(DataRefImpl Sec) const { in isSectionCompressed()
315 bool COFFObjectFile::isSectionText(DataRefImpl Ref) const { in isSectionText()
320 bool COFFObjectFile::isSectionData(DataRefImpl Ref) const { in isSectionData()
325 bool COFFObjectFile::isSectionBSS(DataRefImpl Ref) const { in isSectionBSS()
340 bool COFFObjectFile::isSectionVirtual(DataRefImpl Ref) const { in isSectionVirtual()
382 relocation_iterator COFFObjectFile::section_rel_begin(DataRefImpl Ref) const { in section_rel_begin()
387 DataRefImpl Ret; in section_rel_begin()
392 relocation_iterator COFFObjectFile::section_rel_end(DataRefImpl Ref) const { in section_rel_end()
397 DataRefImpl Ret; in section_rel_end()
807 DataRefImpl Ret; in symbol_begin()
814 DataRefImpl Ret; in symbol_end()
860 DataRefImpl Ret; in section_begin()
866 DataRefImpl Ret; in section_end()
1140 const coff_relocation *COFFObjectFile::toRel(DataRefImpl Rel) const { in toRel()
1144 void COFFObjectFile::moveRelocationNext(DataRefImpl &Rel) const { in moveRelocationNext()
1149 uint64_t COFFObjectFile::getRelocationOffset(DataRefImpl Rel) const { in getRelocationOffset()
1154 symbol_iterator COFFObjectFile::getRelocationSymbol(DataRefImpl Rel) const { in getRelocationSymbol()
1156 DataRefImpl Ref; in getRelocationSymbol()
1168 uint64_t COFFObjectFile::getRelocationType(DataRefImpl Rel) const { in getRelocationType()
1178 COFFSymbolRef COFFObjectFile::getCOFFSymbol(const DataRefImpl &Ref) const { in getCOFFSymbol()
1299 DataRefImpl Rel, SmallVectorImpl<char> &Result) const { in getRelocationTypeName()