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

References

lib/MC/WasmObjectWriter.cpp
 1459     Info.Name = WS.getName();
 1460     Info.Kind = WS.getType();
 1461     Info.Flags = Flags;
 1464       Info.ElementIndex = WasmIndices.find(&WS)->second;
 1467       Info.DataRef = DataLocations.find(&WS)->second;
 1470     SymbolInfos.emplace_back(Info);