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;
95 using llvm::wasm::WasmTag;
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasm.h150 ArrayRef<wasm::WasmTag> tags() const { return Tags; } in tags()
244 wasm::WasmTag &getDefinedTag(uint32_t Index);
288 std::vector<wasm::WasmTag> Tags;
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h373 struct WasmTag { struct
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp869 wasm::WasmTag &Tag = Tags[TagIndex]; in parseLinkingSectionSymtab()
1402 wasm::WasmTag Tag; in parseTagSection()
1593 wasm::WasmTag &WasmObjectFile::getDefinedTag(uint32_t Index) { in getDefinedTag()