Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DWasm.h30 const uint32_t WasmMetadataVersion = 0x2; variable
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DWasmObjectFile.cpp520 if (LinkingData.Version != wasm::WasmMetadataVersion) { in parseLinkingSection()
523 " (Expected: " + Twine(wasm::WasmMetadataVersion) + ")", in parseLinkingSection()
/openbsd-src/gnu/llvm/lld/wasm/
H A DSyntheticSections.cpp617 writeUleb128(os, WasmMetadataVersion, "Version"); in writeBody()
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DWasmObjectWriter.cpp1160 encodeULEB128(wasm::WasmMetadataVersion, W->OS); in writeLinkingMetaDataSection()