Searched defs:GlobalSection (Results 1 – 3 of 3) sorted by relevance
312 struct GlobalSection : Section { struct313 GlobalSection() : Section(wasm::WASM_SEC_GLOBAL) {} in GlobalSection() function315 static bool classof(const Section *S) { in classof()319 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