Home
last modified time | relevance | path

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

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