Searched defs:TagSection (Results 1 – 2 of 2) sorted by relevance
337 struct TagSection : Section { struct338 TagSection() : Section(wasm::WASM_SEC_TAG) {} in TagSection() argument340 static bool classof(const Section *S) { in classof()344 std::vector<uint32_t> TagTypes;
308 uint32_t TagSection = 0; variable