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

References

tools/obj2yaml/wasm2yaml.cpp
  192       S = dumpCustomSection(WasmSec);
  207       S = std::move(TypeSec);
  238       S = std::move(ImportSec);
  246       S = std::move(FuncSec);
  254       S = std::move(TableSec);
  262       S = std::move(MemorySec);
  275       S = std::move(GlobalSec);
  287       S = std::move(EventSec);
  293       S = std::move(StartSec);
  305       S = std::move(ExportSec);
  319       S = std::move(ElemSec);
  336       S = std::move(CodeSec);
  350       S = std::move(DataSec);
  356       S = std::move(DataCountSec);
  369       S->Relocations.push_back(R);
  371     Y->Sections.push_back(std::move(S));