Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DWasm.h142 uint32_t MemoryIndex; // present if InitFlags & WASM_SEGMENT_HAS_MEMINDEX member
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DWasmYAML.h117 uint32_t MemoryIndex; member
/third_party/glib/gio/
Dgdesktopappinfo.c1041 typedef GHashTable MemoryIndex; typedef
1065 memory_index_add_token (MemoryIndex *mi, in memory_index_add_token()
1091 memory_index_add_string (MemoryIndex *mi, in memory_index_add_string()
1111 static MemoryIndex *
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DWasmObjectFile.cpp1213 Segment.Data.MemoryIndex = (Segment.Data.InitFlags & wasm::WASM_SEGMENT_HAS_MEMINDEX) in parseDataSection()