Lines Matching refs:DataRefImpl

1148 void WasmObjectFile::moveSymbolNext(DataRefImpl &Symb) const { Symb.d.a++; }  in moveSymbolNext()
1150 uint32_t WasmObjectFile::getSymbolFlags(DataRefImpl Symb) const { in getSymbolFlags()
1169 DataRefImpl Ref; in symbol_begin()
1175 DataRefImpl Ref; in symbol_end()
1180 const WasmSymbol &WasmObjectFile::getWasmSymbol(const DataRefImpl &Symb) const { in getWasmSymbol()
1188 Expected<StringRef> WasmObjectFile::getSymbolName(DataRefImpl Symb) const { in getSymbolName()
1192 Expected<uint64_t> WasmObjectFile::getSymbolAddress(DataRefImpl Symb) const { in getSymbolAddress()
1216 uint64_t WasmObjectFile::getSymbolValueImpl(DataRefImpl Symb) const { in getSymbolValueImpl()
1220 uint32_t WasmObjectFile::getSymbolAlignment(DataRefImpl Symb) const { in getSymbolAlignment()
1225 uint64_t WasmObjectFile::getCommonSymbolSizeImpl(DataRefImpl Symb) const { in getCommonSymbolSizeImpl()
1231 WasmObjectFile::getSymbolType(DataRefImpl Symb) const { in getSymbolType()
1252 WasmObjectFile::getSymbolSection(DataRefImpl Symb) const { in getSymbolSection()
1257 DataRefImpl Ref; in getSymbolSection()
1280 void WasmObjectFile::moveSectionNext(DataRefImpl &Sec) const { Sec.d.a++; } in moveSectionNext()
1282 std::error_code WasmObjectFile::getSectionName(DataRefImpl Sec, in getSectionName()
1312 uint64_t WasmObjectFile::getSectionAddress(DataRefImpl Sec) const { return 0; } in getSectionAddress()
1314 uint64_t WasmObjectFile::getSectionIndex(DataRefImpl Sec) const { in getSectionIndex()
1318 uint64_t WasmObjectFile::getSectionSize(DataRefImpl Sec) const { in getSectionSize()
1323 std::error_code WasmObjectFile::getSectionContents(DataRefImpl Sec, in getSectionContents()
1333 uint64_t WasmObjectFile::getSectionAlignment(DataRefImpl Sec) const { in getSectionAlignment()
1337 bool WasmObjectFile::isSectionCompressed(DataRefImpl Sec) const { in isSectionCompressed()
1341 bool WasmObjectFile::isSectionText(DataRefImpl Sec) const { in isSectionText()
1345 bool WasmObjectFile::isSectionData(DataRefImpl Sec) const { in isSectionData()
1349 bool WasmObjectFile::isSectionBSS(DataRefImpl Sec) const { return false; } in isSectionBSS()
1351 bool WasmObjectFile::isSectionVirtual(DataRefImpl Sec) const { return false; } in isSectionVirtual()
1353 bool WasmObjectFile::isSectionBitcode(DataRefImpl Sec) const { return false; } in isSectionBitcode()
1355 relocation_iterator WasmObjectFile::section_rel_begin(DataRefImpl Ref) const { in section_rel_begin()
1356 DataRefImpl RelocRef; in section_rel_begin()
1362 relocation_iterator WasmObjectFile::section_rel_end(DataRefImpl Ref) const { in section_rel_end()
1364 DataRefImpl RelocRef; in section_rel_end()
1370 void WasmObjectFile::moveRelocationNext(DataRefImpl &Rel) const { Rel.d.b++; } in moveRelocationNext()
1372 uint64_t WasmObjectFile::getRelocationOffset(DataRefImpl Ref) const { in getRelocationOffset()
1377 symbol_iterator WasmObjectFile::getRelocationSymbol(DataRefImpl Ref) const { in getRelocationSymbol()
1381 DataRefImpl Sym; in getRelocationSymbol()
1387 uint64_t WasmObjectFile::getRelocationType(DataRefImpl Ref) const { in getRelocationType()
1393 DataRefImpl Ref, SmallVectorImpl<char> &Result) const { in getRelocationTypeName()
1412 DataRefImpl Ref; in section_begin()
1418 DataRefImpl Ref; in section_end()
1437 const WasmSection &WasmObjectFile::getWasmSection(DataRefImpl Ref) const { in getWasmSection()
1453 WasmObjectFile::getWasmRelocation(DataRefImpl Ref) const { in getWasmRelocation()