Lines Matching refs:DataRefImpl

1623 void WasmObjectFile::moveSymbolNext(DataRefImpl &Symb) const { Symb.d.b++; }  in moveSymbolNext()
1625 Expected<uint32_t> WasmObjectFile::getSymbolFlags(DataRefImpl Symb) const { in getSymbolFlags()
1644 DataRefImpl Ref; in symbol_begin()
1651 DataRefImpl Ref; in symbol_end()
1657 const WasmSymbol &WasmObjectFile::getWasmSymbol(const DataRefImpl &Symb) const { in getWasmSymbol()
1665 Expected<StringRef> WasmObjectFile::getSymbolName(DataRefImpl Symb) const { in getSymbolName()
1669 Expected<uint64_t> WasmObjectFile::getSymbolAddress(DataRefImpl Symb) const { in getSymbolAddress()
1716 uint64_t WasmObjectFile::getSymbolValueImpl(DataRefImpl Symb) const { in getSymbolValueImpl()
1720 uint32_t WasmObjectFile::getSymbolAlignment(DataRefImpl Symb) const { in getSymbolAlignment()
1725 uint64_t WasmObjectFile::getCommonSymbolSizeImpl(DataRefImpl Symb) const { in getCommonSymbolSizeImpl()
1731 WasmObjectFile::getSymbolType(DataRefImpl Symb) const { in getSymbolType()
1754 WasmObjectFile::getSymbolSection(DataRefImpl Symb) const { in getSymbolSection()
1759 DataRefImpl Ref; in getSymbolSection()
1788 void WasmObjectFile::moveSectionNext(DataRefImpl &Sec) const { Sec.d.a++; } in moveSectionNext()
1790 Expected<StringRef> WasmObjectFile::getSectionName(DataRefImpl Sec) const { in getSectionName()
1799 uint64_t WasmObjectFile::getSectionAddress(DataRefImpl Sec) const { return 0; } in getSectionAddress()
1801 uint64_t WasmObjectFile::getSectionIndex(DataRefImpl Sec) const { in getSectionIndex()
1805 uint64_t WasmObjectFile::getSectionSize(DataRefImpl Sec) const { in getSectionSize()
1811 WasmObjectFile::getSectionContents(DataRefImpl Sec) const { in getSectionContents()
1818 uint64_t WasmObjectFile::getSectionAlignment(DataRefImpl Sec) const { in getSectionAlignment()
1822 bool WasmObjectFile::isSectionCompressed(DataRefImpl Sec) const { in isSectionCompressed()
1826 bool WasmObjectFile::isSectionText(DataRefImpl Sec) const { in isSectionText()
1830 bool WasmObjectFile::isSectionData(DataRefImpl Sec) const { in isSectionData()
1834 bool WasmObjectFile::isSectionBSS(DataRefImpl Sec) const { return false; } in isSectionBSS()
1836 bool WasmObjectFile::isSectionVirtual(DataRefImpl Sec) const { return false; } in isSectionVirtual()
1838 relocation_iterator WasmObjectFile::section_rel_begin(DataRefImpl Ref) const { in section_rel_begin()
1839 DataRefImpl RelocRef; in section_rel_begin()
1845 relocation_iterator WasmObjectFile::section_rel_end(DataRefImpl Ref) const { in section_rel_end()
1847 DataRefImpl RelocRef; in section_rel_end()
1853 void WasmObjectFile::moveRelocationNext(DataRefImpl &Rel) const { Rel.d.b++; } in moveRelocationNext()
1855 uint64_t WasmObjectFile::getRelocationOffset(DataRefImpl Ref) const { in getRelocationOffset()
1860 symbol_iterator WasmObjectFile::getRelocationSymbol(DataRefImpl Ref) const { in getRelocationSymbol()
1864 DataRefImpl Sym; in getRelocationSymbol()
1870 uint64_t WasmObjectFile::getRelocationType(DataRefImpl Ref) const { in getRelocationType()
1876 DataRefImpl Ref, SmallVectorImpl<char> &Result) const { in getRelocationTypeName()
1895 DataRefImpl Ref; in section_begin()
1901 DataRefImpl Ref; in section_end()
1924 const WasmSection &WasmObjectFile::getWasmSection(DataRefImpl Ref) const { in getWasmSection()
1940 WasmObjectFile::getWasmRelocation(DataRefImpl Ref) const { in getWasmRelocation()