Searched defs:TagSection (Results 1 – 2 of 2) sorted by relevance
336 struct TagSection : Section { struct337 TagSection() : Section(wasm::WASM_SEC_TAG) {} in TagSection() function339 static bool classof(const Section *S) { in classof()343 std::vector<uint32_t> TagTypes;
298 uint32_t TagSection = 0; variable