Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMsgPackWriter.h115 void writeMapSize(uint32_t Size);
/freebsd-13.1/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DMsgPackWriter.cpp157 void Writer::writeMapSize(uint32_t Size) { in writeMapSize() function in Writer
H A DMsgPackDocument.cpp261 MPWriter.writeMapSize(Node.getMap().size()); in writeToBlob()