Searched refs:NameSectionKindCode (Results 1 – 3 of 3) sorted by relevance
74 enum NameSectionKindCode : uint8_t { kModule = 0, kFunction = 1, kLocal = 2 }; enum
819 if (name_type == NameSectionKindCode::kModule) { in DecodeNameSection()1646 if (name_type != NameSectionKindCode::kFunction) { in DecodeFunctionNames()1681 if (name_type != NameSectionKindCode::kLocal) { in DecodeLocalNames()
537 buffer.write_u8(NameSectionKindCode::kFunction); in WriteTo()