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