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