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