Home
last modified time | relevance | path

Searched refs:WASM_LIMITS_FLAG_HAS_MAX (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DWasm.h219 WASM_LIMITS_FLAG_HAS_MAX = 0x1, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DWasmDumper.cpp195 if (Memory.Flags & wasm::WASM_LIMITS_FLAG_HAS_MAX) { in printSections()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/
Dyaml2wasm.cpp84 if (Lim.Flags & wasm::WASM_LIMITS_FLAG_HAS_MAX) in writeLimits()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DWasmYAML.cpp290 if (!IO.outputting() || Limits.Flags & wasm::WASM_LIMITS_FLAG_HAS_MAX) in mapping()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DWasmObjectFile.cpp194 if (Result.Flags & wasm::WASM_LIMITS_FLAG_HAS_MAX) in readLimits()