Home
last modified time | relevance | path

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

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