Lines Matching refs:DataRefImpl

1779 void WasmObjectFile::moveSymbolNext(DataRefImpl &Symb) const { Symb.d.b++; }  in moveSymbolNext()
1781 Expected<uint32_t> WasmObjectFile::getSymbolFlags(DataRefImpl Symb) const { in getSymbolFlags()
1800 DataRefImpl Ref; in symbol_begin()
1807 DataRefImpl Ref; in symbol_end()
1813 const WasmSymbol &WasmObjectFile::getWasmSymbol(const DataRefImpl &Symb) const { in getWasmSymbol()
1821 Expected<StringRef> WasmObjectFile::getSymbolName(DataRefImpl Symb) const { in getSymbolName()
1825 Expected<uint64_t> WasmObjectFile::getSymbolAddress(DataRefImpl Symb) const { in getSymbolAddress()
1876 uint64_t WasmObjectFile::getSymbolValueImpl(DataRefImpl Symb) const { in getSymbolValueImpl()
1880 uint32_t WasmObjectFile::getSymbolAlignment(DataRefImpl Symb) const { in getSymbolAlignment()
1885 uint64_t WasmObjectFile::getCommonSymbolSizeImpl(DataRefImpl Symb) const { in getCommonSymbolSizeImpl()
1891 WasmObjectFile::getSymbolType(DataRefImpl Symb) const { in getSymbolType()
1914 WasmObjectFile::getSymbolSection(DataRefImpl Symb) const { in getSymbolSection()
1919 DataRefImpl Ref; in getSymbolSection()
1964 void WasmObjectFile::moveSectionNext(DataRefImpl &Sec) const { Sec.d.a++; } in moveSectionNext()
1966 Expected<StringRef> WasmObjectFile::getSectionName(DataRefImpl Sec) const { in getSectionName()
1975 uint64_t WasmObjectFile::getSectionAddress(DataRefImpl Sec) const { in getSectionAddress()
1983 uint64_t WasmObjectFile::getSectionIndex(DataRefImpl Sec) const { in getSectionIndex()
1987 uint64_t WasmObjectFile::getSectionSize(DataRefImpl Sec) const { in getSectionSize()
1993 WasmObjectFile::getSectionContents(DataRefImpl Sec) const { in getSectionContents()
2000 uint64_t WasmObjectFile::getSectionAlignment(DataRefImpl Sec) const { in getSectionAlignment()
2004 bool WasmObjectFile::isSectionCompressed(DataRefImpl Sec) const { in isSectionCompressed()
2008 bool WasmObjectFile::isSectionText(DataRefImpl Sec) const { in isSectionText()
2012 bool WasmObjectFile::isSectionData(DataRefImpl Sec) const { in isSectionData()
2016 bool WasmObjectFile::isSectionBSS(DataRefImpl Sec) const { return false; } in isSectionBSS()
2018 bool WasmObjectFile::isSectionVirtual(DataRefImpl Sec) const { return false; } in isSectionVirtual()
2020 relocation_iterator WasmObjectFile::section_rel_begin(DataRefImpl Ref) const { in section_rel_begin()
2021 DataRefImpl RelocRef; in section_rel_begin()
2027 relocation_iterator WasmObjectFile::section_rel_end(DataRefImpl Ref) const { in section_rel_end()
2029 DataRefImpl RelocRef; in section_rel_end()
2035 void WasmObjectFile::moveRelocationNext(DataRefImpl &Rel) const { Rel.d.b++; } in moveRelocationNext()
2037 uint64_t WasmObjectFile::getRelocationOffset(DataRefImpl Ref) const { in getRelocationOffset()
2042 symbol_iterator WasmObjectFile::getRelocationSymbol(DataRefImpl Ref) const { in getRelocationSymbol()
2046 DataRefImpl Sym; in getRelocationSymbol()
2052 uint64_t WasmObjectFile::getRelocationType(DataRefImpl Ref) const { in getRelocationType()
2058 DataRefImpl Ref, SmallVectorImpl<char> &Result) const { in getRelocationTypeName()
2077 DataRefImpl Ref; in section_begin()
2083 DataRefImpl Ref; in section_end()
2106 const WasmSection &WasmObjectFile::getWasmSection(DataRefImpl Ref) const { in getWasmSection()
2122 WasmObjectFile::getWasmRelocation(DataRefImpl Ref) const { in getWasmRelocation()