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

References

lib/MC/WasmObjectWriter.cpp
  280     DataLocations.clear();
  576     const wasm::WasmDataReference &Ref = DataLocations[Sym];
 1363       DataLocations[&WS] = Ref;
 1421       assert(DataLocations.count(ResolvedSym) > 0);
 1423           DataLocations.find(ResolvedSym)->second;
 1424       DataLocations[&WS] = Ref;
 1466       assert(DataLocations.count(&WS) > 0);
 1467       Info.DataRef = DataLocations.find(&WS)->second;