Home
last modified time | relevance | path

Searched refs:MemorySize (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Dwasm2yaml.cpp58 DylinkSec->MemorySize = Info.MemorySize; in dumpCustomSection()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DWasm.h40 uint32_t MemorySize; // Memory size in bytes member
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h210 uint32_t MemorySize; member
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Drpcndr.d174 uint MemorySize; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DWasmEmitter.cpp160 encodeULEB128(Section.MemorySize, OS); in writeSectionContent()
H A DWasmYAML.cpp53 IO.mapRequired("MemorySize", Section.MemorySize); in sectionMapping()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DWasmObjectFile.cpp344 DylinkInfo.MemorySize = readVaruint32(Ctx); in parseDylinkSection()