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