Lines Matching refs:DataRefImpl

102 const coff_symbol_type *COFFObjectFile::toSymb(DataRefImpl Ref) const {  in toSymb()
119 const coff_section *COFFObjectFile::toSec(DataRefImpl Ref) const { in toSec()
136 void COFFObjectFile::moveSymbolNext(DataRefImpl &Ref) const { in moveSymbolNext()
151 Expected<StringRef> COFFObjectFile::getSymbolName(DataRefImpl Ref) const { in getSymbolName()
155 uint64_t COFFObjectFile::getSymbolValueImpl(DataRefImpl Ref) const { in getSymbolValueImpl()
159 uint32_t COFFObjectFile::getSymbolAlignment(DataRefImpl Ref) const { in getSymbolAlignment()
166 Expected<uint64_t> COFFObjectFile::getSymbolAddress(DataRefImpl Ref) const { in getSymbolAddress()
187 Expected<SymbolRef::Type> COFFObjectFile::getSymbolType(DataRefImpl Ref) const { in getSymbolType()
210 Expected<uint32_t> COFFObjectFile::getSymbolFlags(DataRefImpl Ref) const { in getSymbolFlags()
241 uint64_t COFFObjectFile::getCommonSymbolSizeImpl(DataRefImpl Ref) const { in getCommonSymbolSizeImpl()
247 COFFObjectFile::getSymbolSection(DataRefImpl Ref) const { in getSymbolSection()
254 DataRefImpl Ret; in getSymbolSection()
264 void COFFObjectFile::moveSectionNext(DataRefImpl &Ref) const { in moveSectionNext()
270 Expected<StringRef> COFFObjectFile::getSectionName(DataRefImpl Ref) const { in getSectionName()
275 uint64_t COFFObjectFile::getSectionAddress(DataRefImpl Ref) const { in getSectionAddress()
285 uint64_t COFFObjectFile::getSectionIndex(DataRefImpl Sec) const { in getSectionIndex()
289 uint64_t COFFObjectFile::getSectionSize(DataRefImpl Ref) const { in getSectionSize()
294 COFFObjectFile::getSectionContents(DataRefImpl Ref) const { in getSectionContents()
302 uint64_t COFFObjectFile::getSectionAlignment(DataRefImpl Ref) const { in getSectionAlignment()
307 bool COFFObjectFile::isSectionCompressed(DataRefImpl Sec) const { in isSectionCompressed()
311 bool COFFObjectFile::isSectionText(DataRefImpl Ref) const { in isSectionText()
316 bool COFFObjectFile::isSectionData(DataRefImpl Ref) const { in isSectionData()
321 bool COFFObjectFile::isSectionBSS(DataRefImpl Ref) const { in isSectionBSS()
331 bool COFFObjectFile::isDebugSection(DataRefImpl Ref) const { in isDebugSection()
349 bool COFFObjectFile::isSectionVirtual(DataRefImpl Ref) const { in isSectionVirtual()
396 relocation_iterator COFFObjectFile::section_rel_begin(DataRefImpl Ref) const { in section_rel_begin()
401 DataRefImpl Ret; in section_rel_begin()
406 relocation_iterator COFFObjectFile::section_rel_end(DataRefImpl Ref) const { in section_rel_end()
411 DataRefImpl Ret; in section_rel_end()
929 DataRefImpl Ret; in symbol_begin()
936 DataRefImpl Ret; in symbol_end()
982 DataRefImpl Ret; in section_begin()
988 DataRefImpl Ret; in section_end()
1203 const coff_relocation *COFFObjectFile::toRel(DataRefImpl Rel) const { in toRel()
1207 void COFFObjectFile::moveRelocationNext(DataRefImpl &Rel) const { in moveRelocationNext()
1212 uint64_t COFFObjectFile::getRelocationOffset(DataRefImpl Rel) const { in getRelocationOffset()
1217 symbol_iterator COFFObjectFile::getRelocationSymbol(DataRefImpl Rel) const { in getRelocationSymbol()
1219 DataRefImpl Ref; in getRelocationSymbol()
1231 uint64_t COFFObjectFile::getRelocationType(DataRefImpl Rel) const { in getRelocationType()
1241 COFFSymbolRef COFFObjectFile::getCOFFSymbol(const DataRefImpl &Ref) const { in getCOFFSymbol()
1365 DataRefImpl Rel, SmallVectorImpl<char> &Result) const { in getRelocationTypeName()