Home
last modified time | relevance | path

Searched refs:writeMapSize (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DMsgPackWriter.h116 void writeMapSize(uint32_t Size);
/openbsd-src/gnu/llvm/llvm/lib/BinaryFormat/
H A DMsgPackWriter.cpp159 void Writer::writeMapSize(uint32_t Size) { in writeMapSize() function in Writer
H A DMsgPackDocument.cpp261 MPWriter.writeMapSize(Node.getMap().size()); in writeToBlob()