Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DFormat.h215 class FormattedBytes {
228 FormattedBytes(ArrayRef<uint8_t> B, uint32_t IL, Optional<uint64_t> O,
238 inline FormattedBytes
242 return FormattedBytes(Bytes, IndentLevel, FirstByteOffset, NumPerLine,
246 inline FormattedBytes
251 return FormattedBytes(Bytes, IndentLevel, FirstByteOffset, NumPerLine,
H A Draw_ostream.h34 class FormattedBytes; variable
286 raw_ostream &operator<<(const FormattedBytes &);
/netbsd/external/apache2/llvm/dist/llvm/lib/Support/
H A Draw_ostream.cpp403 raw_ostream &raw_ostream::operator<<(const FormattedBytes &FB) { in operator <<()