Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DWasm.h29 const uint32_t WasmMetadataVersion = 0x2; variable
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DWasm.h30 const uint32_t WasmMetadataVersion = 0x2; variable
/external/llvm-project/lld/wasm/
DSyntheticSections.cpp434 writeUleb128(os, WasmMetadataVersion, "Version"); in writeBody()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DWasmObjectFile.cpp399 if (LinkingData.Version != wasm::WasmMetadataVersion) { in parseLinkingSection()
402 " (Expected: " + Twine(wasm::WasmMetadataVersion) + ")", in parseLinkingSection()
/external/llvm-project/llvm/lib/Object/
DWasmObjectFile.cpp427 if (LinkingData.Version != wasm::WasmMetadataVersion) { in parseLinkingSection()
430 " (Expected: " + Twine(wasm::WasmMetadataVersion) + ")", in parseLinkingSection()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DWasmObjectWriter.cpp935 encodeULEB128(wasm::WasmMetadataVersion, W.OS); in writeLinkingMetaDataSection()
/external/llvm-project/llvm/lib/MC/
DWasmObjectWriter.cpp1041 encodeULEB128(wasm::WasmMetadataVersion, W->OS); in writeLinkingMetaDataSection()