Home
last modified time | relevance | path

Searched refs:WasmTag (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lld/include/lld/Common/
H A DLLVM.h47 struct WasmTag;
98 using llvm::wasm::WasmTag;
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasm.h149 ArrayRef<wasm::WasmTag> tags() const { return Tags; } in tags()
243 wasm::WasmTag &getDefinedTag(uint32_t Index);
287 std::vector<wasm::WasmTag> Tags;
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h360 struct WasmTag { struct
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp859 wasm::WasmTag &Tag = Tags[TagIndex]; in parseLinkingSectionSymtab()
1394 wasm::WasmTag Tag; in parseTagSection()
1580 wasm::WasmTag &WasmObjectFile::getDefinedTag(uint32_t Index) { in getDefinedTag()