Searched defs:GlobalSection (Results 1 – 6 of 6) sorted by relevance
326 struct GlobalSection : Section { struct327 GlobalSection() : Section(wasm::WASM_SEC_GLOBAL) {} in GlobalSection() argument329 static bool classof(const Section *S) { in classof()333 std::vector<Global> Globals;
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;
165 class GlobalSection : public Section class168 GlobalSection(Parsed& result) : m_result(result), m_got_core() in GlobalSection() function in ParserPrivate::GlobalSection
196 GlobalSection() : SyntheticSection(llvm::wasm::WASM_SEC_GLOBAL) {} in GlobalSection() function
290 uint32_t GlobalSection = 0; variable
302 uint32_t GlobalSection = 0; variable