reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/llvm-readobj/WasmDumper.cpp
   81   W.printHex("Version", Obj->getHeader().Version);
   89   const wasm::WasmRelocation &WasmReloc = Obj->getWasmRelocation(Reloc);
   93   if (SI != Obj->symbol_end())
   94     SymName = unwrapOrError(Obj->getFileName(), SI->getName());
  135   for (const SectionRef &Section : Obj->sections()) {
  137     StringRef Name = unwrapOrError(Obj->getFileName(), Section.getName());
  161   for (const SymbolRef &Symbol : Obj->symbols())
  167   for (const SectionRef &Section : Obj->sections()) {
  168     const WasmSection &WasmSec = Obj->getWasmSection(Section);
  177         const wasm::WasmLinkingData &LinkingData = Obj->linkingData();
  187       for (const WasmSegment &Segment : Obj->dataSegments()) {
  200       for (const wasm::WasmLimits &Memory : Obj->memories()) {
  224   WasmSymbol Symbol = Obj->getWasmSymbol(Sym.getRawDataRefImpl());