Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/include/lld/Common/
H A DLLVM.h47 struct WasmTag;
98 using llvm::wasm::WasmTag;
/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DWasm.h143 ArrayRef<wasm::WasmTag> tags() const { return Tags; } in tags()
234 wasm::WasmTag &getDefinedTag(uint32_t Index);
278 std::vector<wasm::WasmTag> Tags;
/openbsd-src/gnu/llvm/lld/wasm/
H A DInputElement.h78 InputTag(const WasmSignature &s, const WasmTag &t, ObjFile *f) in InputTag()
H A DInputFiles.cpp517 for (const WasmTag &t : wasmObj->tags()) in parse()
/openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DWasm.h124 struct WasmTag { struct
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DWasmObjectFile.cpp752 wasm::WasmTag &Tag = Tags[TagIndex]; in parseLinkingSectionSymtab()
1238 wasm::WasmTag Tag; in parseTagSection()
1382 wasm::WasmTag &WasmObjectFile::getDefinedTag(uint32_t Index) { in getDefinedTag()