Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/obj2yaml/
H A Dwasm2yaml.cpp372 Seg.MemoryIndex = Segment.Data.MemoryIndex; in dump()
/openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DWasm.h164 uint32_t MemoryIndex; member
/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/
H A DWasmYAML.cpp463 IO.mapRequired("MemoryIndex", Segment.MemoryIndex); in mapping()
465 Segment.MemoryIndex = 0; in mapping()
H A DWasmEmitter.cpp552 encodeULEB128(Segment.MemoryIndex, OS); in writeSectionContent()
/openbsd-src/gnu/llvm/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h126 uint32_t MemoryIndex; member
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DWasmObjectFile.cpp1512 Segment.Data.MemoryIndex = in parseDataSection()