Searched defs:GlobalSection (Results 1 – 2 of 2) sorted by relevance
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;
299 uint32_t GlobalSection = 0; variable