reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
468 if (Func.Index != ExpectedIndex) { 469 reportError("unexpected function index: " + Twine(Func.Index));lib/ObjectYAML/WasmYAML.cpp
309 IO.mapRequired("Index", Function.Index);
tools/obj2yaml/wasm2yaml.cpp 326 Function.Index = Func.Index;