Searched defs:GlobalSection (Results 1 – 5 of 5) sorted by relevance
312 struct GlobalSection : Section { struct313 GlobalSection() : Section(wasm::WASM_SEC_GLOBAL) {} in GlobalSection() argument315 static bool classof(const Section *S) { in classof()319 std::vector<Global> Globals;
346 struct GlobalSection : Section { struct347 GlobalSection() : Section(wasm::WASM_SEC_GLOBAL) {} in GlobalSection() function349 static bool classof(const Section *S) { in classof()353 std::vector<Global> Globals;
169 class GlobalSection : public Section class172 GlobalSection(Parsed& result) : m_result(result), m_got_core() in GlobalSection() function in ParserPrivate::GlobalSection
290 uint32_t GlobalSection = 0; variable
299 uint32_t GlobalSection = 0; variable