reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
191 encodeULEB128(Info.ElementIndex, SubSection.getStream()); 205 encodeULEB128(Info.ElementIndex, SubSection.getStream());lib/ObjectYAML/WasmYAML.cpp
491 IO.mapRequired("Function", Info.ElementIndex); 493 IO.mapRequired("Global", Info.ElementIndex); 495 IO.mapRequired("Event", Info.ElementIndex); 503 IO.mapRequired("Section", Info.ElementIndex);tools/obj2yaml/wasm2yaml.cpp
120 Info.ElementIndex = Symbol.ElementIndex; 123 Info.ElementIndex = Symbol.ElementIndex;