Lines Matching refs:DataRefImpl

101 const coff_symbol_type *COFFObjectFile::toSymb(DataRefImpl Ref) const {  in toSymb()
118 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()
154 uint64_t COFFObjectFile::getSymbolValueImpl(DataRefImpl Ref) const { in getSymbolValueImpl()
158 uint32_t COFFObjectFile::getSymbolAlignment(DataRefImpl Ref) const { in getSymbolAlignment()
165 Expected<uint64_t> COFFObjectFile::getSymbolAddress(DataRefImpl Ref) const { in getSymbolAddress()
186 Expected<SymbolRef::Type> COFFObjectFile::getSymbolType(DataRefImpl Ref) const { in getSymbolType()
209 Expected<uint32_t> COFFObjectFile::getSymbolFlags(DataRefImpl Ref) const { in getSymbolFlags()
240 uint64_t COFFObjectFile::getCommonSymbolSizeImpl(DataRefImpl Ref) const { in getCommonSymbolSizeImpl()
246 COFFObjectFile::getSymbolSection(DataRefImpl Ref) const { in getSymbolSection()
253 DataRefImpl Ret; in getSymbolSection()
263 void COFFObjectFile::moveSectionNext(DataRefImpl &Ref) const { in moveSectionNext()
269 Expected<StringRef> COFFObjectFile::getSectionName(DataRefImpl Ref) const { in getSectionName()
274 uint64_t COFFObjectFile::getSectionAddress(DataRefImpl Ref) const { in getSectionAddress()
284 uint64_t COFFObjectFile::getSectionIndex(DataRefImpl Sec) const { in getSectionIndex()
288 uint64_t COFFObjectFile::getSectionSize(DataRefImpl Ref) const { in getSectionSize()
293 COFFObjectFile::getSectionContents(DataRefImpl Ref) const { in getSectionContents()
301 uint64_t COFFObjectFile::getSectionAlignment(DataRefImpl Ref) const { in getSectionAlignment()
306 bool COFFObjectFile::isSectionCompressed(DataRefImpl Sec) const { in isSectionCompressed()
310 bool COFFObjectFile::isSectionText(DataRefImpl Ref) const { in isSectionText()
315 bool COFFObjectFile::isSectionData(DataRefImpl Ref) const { in isSectionData()
320 bool COFFObjectFile::isSectionBSS(DataRefImpl Ref) const { in isSectionBSS()
330 bool COFFObjectFile::isDebugSection(DataRefImpl Ref) const { in isDebugSection()
348 bool COFFObjectFile::isSectionVirtual(DataRefImpl Ref) const { in isSectionVirtual()
395 relocation_iterator COFFObjectFile::section_rel_begin(DataRefImpl Ref) const { in section_rel_begin()
400 DataRefImpl Ret; in section_rel_begin()
405 relocation_iterator COFFObjectFile::section_rel_end(DataRefImpl Ref) const { in section_rel_end()
410 DataRefImpl Ret; in section_rel_end()
976 DataRefImpl Ret; in symbol_begin()
983 DataRefImpl Ret; in symbol_end()
1029 DataRefImpl Ret; in section_begin()
1035 DataRefImpl Ret; in section_end()
1243 const coff_relocation *COFFObjectFile::toRel(DataRefImpl Rel) const { in toRel()
1247 void COFFObjectFile::moveRelocationNext(DataRefImpl &Rel) const { in moveRelocationNext()
1252 uint64_t COFFObjectFile::getRelocationOffset(DataRefImpl Rel) const { in getRelocationOffset()
1257 symbol_iterator COFFObjectFile::getRelocationSymbol(DataRefImpl Rel) const { in getRelocationSymbol()
1259 DataRefImpl Ref; in getRelocationSymbol()
1271 uint64_t COFFObjectFile::getRelocationType(DataRefImpl Rel) const { in getRelocationType()
1281 COFFSymbolRef COFFObjectFile::getCOFFSymbol(const DataRefImpl &Ref) const { in getCOFFSymbol()
1405 DataRefImpl Rel, SmallVectorImpl<char> &Result) const { in getRelocationTypeName()