Lines Matching refs:DataRefImpl
101 const coff_symbol_type *COFFObjectFile::toSymb(DataRefImpl Ref) const { in toSymb()
117 const coff_section *COFFObjectFile::toSec(DataRefImpl Ref) const { in toSec()
133 void COFFObjectFile::moveSymbolNext(DataRefImpl &Ref) const { in moveSymbolNext()
148 ErrorOr<StringRef> COFFObjectFile::getSymbolName(DataRefImpl Ref) const { in getSymbolName()
157 uint64_t COFFObjectFile::getSymbolValueImpl(DataRefImpl Ref) const { in getSymbolValueImpl()
161 ErrorOr<uint64_t> COFFObjectFile::getSymbolAddress(DataRefImpl Ref) const { in getSymbolAddress()
182 SymbolRef::Type COFFObjectFile::getSymbolType(DataRefImpl Ref) const { in getSymbolType()
205 uint32_t COFFObjectFile::getSymbolFlags(DataRefImpl Ref) const { in getSymbolFlags()
233 uint64_t COFFObjectFile::getCommonSymbolSizeImpl(DataRefImpl Ref) const { in getCommonSymbolSizeImpl()
239 COFFObjectFile::getSymbolSection(DataRefImpl Ref) const { in getSymbolSection()
246 DataRefImpl Ret; in getSymbolSection()
256 void COFFObjectFile::moveSectionNext(DataRefImpl &Ref) const { in moveSectionNext()
262 std::error_code COFFObjectFile::getSectionName(DataRefImpl Ref, in getSectionName()
268 uint64_t COFFObjectFile::getSectionAddress(DataRefImpl Ref) const { in getSectionAddress()
278 uint64_t COFFObjectFile::getSectionSize(DataRefImpl Ref) const { in getSectionSize()
282 std::error_code COFFObjectFile::getSectionContents(DataRefImpl Ref, in getSectionContents()
291 uint64_t COFFObjectFile::getSectionAlignment(DataRefImpl Ref) const { in getSectionAlignment()
296 bool COFFObjectFile::isSectionText(DataRefImpl Ref) const { in isSectionText()
301 bool COFFObjectFile::isSectionData(DataRefImpl Ref) const { in isSectionData()
306 bool COFFObjectFile::isSectionBSS(DataRefImpl Ref) const { in isSectionBSS()
321 bool COFFObjectFile::isSectionVirtual(DataRefImpl Ref) const { in isSectionVirtual()
362 relocation_iterator COFFObjectFile::section_rel_begin(DataRefImpl Ref) const { in section_rel_begin()
367 DataRefImpl Ret; in section_rel_begin()
372 relocation_iterator COFFObjectFile::section_rel_end(DataRefImpl Ref) const { in section_rel_end()
377 DataRefImpl Ret; in section_rel_end()
679 DataRefImpl Ret; in symbol_begin_impl()
686 DataRefImpl Ret; in symbol_end_impl()
728 DataRefImpl Ret; in section_begin()
734 DataRefImpl Ret; in section_end()
965 const coff_relocation *COFFObjectFile::toRel(DataRefImpl Rel) const { in toRel()
969 void COFFObjectFile::moveRelocationNext(DataRefImpl &Rel) const { in moveRelocationNext()
974 uint64_t COFFObjectFile::getRelocationOffset(DataRefImpl Rel) const { in getRelocationOffset()
979 symbol_iterator COFFObjectFile::getRelocationSymbol(DataRefImpl Rel) const { in getRelocationSymbol()
981 DataRefImpl Ref; in getRelocationSymbol()
993 uint64_t COFFObjectFile::getRelocationType(DataRefImpl Rel) const { in getRelocationType()
1003 COFFSymbolRef COFFObjectFile::getCOFFSymbol(const DataRefImpl &Ref) const { in getCOFFSymbol()
1035 DataRefImpl Rel, SmallVectorImpl<char> &Result) const { in getRelocationTypeName()