Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DWasm.h30 const uint32_t WasmMetadataVersion = 0x2; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DWasmObjectFile.cpp437 if (LinkingData.Version != wasm::WasmMetadataVersion) { in parseLinkingSection()
440 " (Expected: " + Twine(wasm::WasmMetadataVersion) + ")", in parseLinkingSection()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DWasmObjectWriter.cpp1094 encodeULEB128(wasm::WasmMetadataVersion, W->OS); in writeLinkingMetaDataSection()