reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
381 encodeULEB128(Section.FunctionTypes.size(), OS); 382 for (uint32_t FuncType : Section.FunctionTypes)lib/ObjectYAML/WasmYAML.cpp
108 IO.mapOptional("FunctionTypes", Section.FunctionTypes);
tools/obj2yaml/wasm2yaml.cpp 244 FuncSec->FunctionTypes.push_back(Func);