Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DWasm.h142 uint32_t MemoryIndex; // present if InitFlags & WASM_SEGMENT_HAS_MEMINDEX member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DWasmYAML.cpp444 IO.mapRequired("MemoryIndex", Segment.MemoryIndex); in mapping()
446 Segment.MemoryIndex = 0; in mapping()
DWasmEmitter.cpp495 encodeULEB128(Segment.MemoryIndex, OS); in writeSectionContent()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DWasmYAML.h117 uint32_t MemoryIndex; member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DWasmObjectFile.cpp1213 Segment.Data.MemoryIndex = (Segment.Data.InitFlags & wasm::WASM_SEGMENT_HAS_MEMINDEX) in parseDataSection()