reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
388 encodeULEB128(Section.Exports.size(), OS); 389 for (const WasmYAML::Export &Export : Section.Exports) {lib/ObjectYAML/WasmYAML.cpp
133 IO.mapOptional("Exports", Section.Exports);
tools/obj2yaml/wasm2yaml.cpp 303 ExportSec->Exports.push_back(Ex);