Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lld/include/lld/Common/
DLLVM.h47 struct WasmTag;
99 using llvm::wasm::WasmTag;
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Object/
DWasm.h146 ArrayRef<wasm::WasmTag> tags() const { return Tags; } in tags()
237 wasm::WasmTag &getDefinedTag(uint32_t Index);
281 std::vector<wasm::WasmTag> Tags;
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
DWasm.h110 struct WasmTag { struct
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Object/
DWasmObjectFile.cpp676 wasm::WasmTag &Tag = Tags[TagIndex]; in parseLinkingSectionSymtab()
1145 wasm::WasmTag Tag; in parseTagSection()
1290 wasm::WasmTag &WasmObjectFile::getDefinedTag(uint32_t Index) { in getDefinedTag()