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

References

lib/MC/WasmObjectWriter.cpp
  277     WasmIndices.clear();
  559     assert(WasmIndices.count(RelEntry.Symbol) > 0 && "symbol not found in wasm index space");
  560     return WasmIndices[RelEntry.Symbol];
 1167         assert(WasmIndices.count(&WS) == 0);
 1168         WasmIndices[&WS] = NumFunctionImports++;
 1179         assert(WasmIndices.count(&WS) == 0);
 1180         WasmIndices[&WS] = NumGlobalImports++;
 1192         assert(WasmIndices.count(&WS) == 0);
 1193         WasmIndices[&WS] = NumEventImports++;
 1262         WasmIndices[cast<MCSymbolWasm>(Begin)] = CustomSections.size();
 1319         WasmIndices[&WS] = Index;
 1329         Index = WasmIndices.find(&WS)->second;
 1373                         << WasmIndices.find(&WS)->second << "\n");
 1383         assert(WasmIndices.count(&WS) == 0);
 1384         WasmIndices[&WS] = Index;
 1388         assert(WasmIndices.count(&WS) > 0);
 1390       LLVM_DEBUG(dbgs() << "  -> event index: " << WasmIndices.find(&WS)->second
 1415       assert(WasmIndices.count(ResolvedSym) > 0);
 1416       uint32_t WasmIndex = WasmIndices.find(ResolvedSym)->second;
 1417       assert(WasmIndices.count(&WS) == 0);
 1418       WasmIndices[&WS] = WasmIndex;
 1463       assert(WasmIndices.count(&WS) > 0);
 1464       Info.ElementIndex = WasmIndices.find(&WS)->second;
 1483       uint32_t FunctionIndex = WasmIndices.find(&WS)->second;