Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/obj2yaml/
Dwasm2yaml.cpp361 Seg.MemoryIndex = Segment.Data.MemoryIndex; in dump()
/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/llvm-project/llvm/include/llvm/BinaryFormat/
DWasm.h149 uint32_t MemoryIndex; // present if InitFlags & WASM_SEGMENT_HAS_MEMINDEX member
/external/llvm-project/llvm/lib/ObjectYAML/
DWasmYAML.cpp451 IO.mapRequired("MemoryIndex", Segment.MemoryIndex); in mapping()
453 Segment.MemoryIndex = 0; in mapping()
DWasmEmitter.cpp517 encodeULEB128(Segment.MemoryIndex, OS); in writeSectionContent()
/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/llvm-project/llvm/include/llvm/ObjectYAML/
DWasmYAML.h120 uint32_t MemoryIndex; member
/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()
/external/llvm-project/llvm/lib/Object/
DWasmObjectFile.cpp1361 Segment.Data.MemoryIndex = (Segment.Data.InitFlags & wasm::WASM_SEGMENT_HAS_MEMINDEX) in parseDataSection()