Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/BinaryFormat/
DWasm.h299 WASM_LIMITS_FLAG_IS_64 = 0x4, enumerator
/external/llvm-project/lld/wasm/
DSyntheticSections.cpp143 import.Memory.Flags |= WASM_LIMITS_FLAG_IS_64; in writeBody()
240 flags |= WASM_LIMITS_FLAG_IS_64; in writeBody()
/external/llvm-project/llvm/lib/Object/
DWasmObjectFile.cpp1037 if (Im.Memory.Flags & wasm::WASM_LIMITS_FLAG_IS_64) in parseImportSection()
1112 if (Limits.Flags & wasm::WASM_LIMITS_FLAG_IS_64) in parseMemorySection()
/external/llvm-project/llvm/lib/MC/
DWasmObjectWriter.cpp1218 MemImport.Memory.Flags = is64Bit() ? wasm::WASM_LIMITS_FLAG_IS_64 in prepareImports()