Searched defs:TagSection (Results 1 – 2 of 2) sorted by relevance
339 struct TagSection : Section { struct340 TagSection() : Section(wasm::WASM_SEC_TAG) {} in TagSection() argument342 static bool classof(const Section *S) { in classof()346 std::vector<uint32_t> TagTypes;
309 uint32_t TagSection = 0; variable