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

References

lib/MC/WasmObjectWriter.cpp
 1315         Index = NumFunctionImports + Functions.size();
 1319         WasmIndices[&WS] = Index;
 1325               WasmComdatEntry{wasm::WASM_COMDAT_FUNCTION, Index});
 1329         Index = WasmIndices.find(&WS)->second;
 1332       LLVM_DEBUG(dbgs() << "  -> function index: " << Index << "\n");