Searched defs:GlobalSection (Results 1 – 2 of 2) sorted by relevance
255 struct GlobalSection : Section { struct256 GlobalSection() : Section(wasm::WASM_SEC_GLOBAL) {} in GlobalSection() argument258 static bool classof(const Section *S) { in classof()262 std::vector<Global> Globals;
262 uint32_t GlobalSection = 0; variable