Home
last modified time | relevance | path

Searched refs:writeExt (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMsgPackWriter.h121 void writeExt(int8_t Type, MemoryBufferRef Buffer);
/freebsd-src/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DMsgPackWriter.cpp175 void Writer::writeExt(int8_t Type, MemoryBufferRef Buffer) { in writeExt() function in Writer