Searched refs:WasmTag (Results 1 – 6 of 6) sorted by relevance
47 struct WasmTag;98 using llvm::wasm::WasmTag;
143 ArrayRef<wasm::WasmTag> tags() const { return Tags; } in tags()234 wasm::WasmTag &getDefinedTag(uint32_t Index);278 std::vector<wasm::WasmTag> Tags;
78 InputTag(const WasmSignature &s, const WasmTag &t, ObjFile *f) in InputTag()
517 for (const WasmTag &t : wasmObj->tags()) in parse()
124 struct WasmTag { struct
752 wasm::WasmTag &Tag = Tags[TagIndex]; in parseLinkingSectionSymtab()1238 wasm::WasmTag Tag; in parseTagSection()1382 wasm::WasmTag &WasmObjectFile::getDefinedTag(uint32_t Index) { in getDefinedTag()