Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DWasm.h48 struct WasmLimits { struct
56 WasmLimits Limits; argument
90 WasmLimits Memory;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DWasm.h130 ArrayRef<wasm::WasmLimits> memories() const { return Memories; } in memories()
246 std::vector<wasm::WasmLimits> Memories;
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Dwasm2yaml.cpp44 static WasmYAML::Limits make_limits(const wasm::WasmLimits &Limits) { in make_limits()
208 for (const wasm::WasmLimits &Memory : Obj.memories()) { in dump()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DWasmDumper.cpp192 for (const wasm::WasmLimits &Memory : Obj->memories()) { in printSections()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DWasmObjectFile.cpp190 static wasm::WasmLimits readLimits(WasmObjectFile::ReadContext &Ctx) { in readLimits()
191 wasm::WasmLimits Result; in readLimits()