Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DFormat.h217 class FormattedBytes {
231 FormattedBytes(ArrayRef<uint8_t> B, uint32_t IL, std::optional<uint64_t> O,
241 inline FormattedBytes
246 return FormattedBytes(Bytes, IndentLevel, FirstByteOffset, NumPerLine,
250 inline FormattedBytes
255 return FormattedBytes(Bytes, IndentLevel, FirstByteOffset, NumPerLine,
H A Draw_ostream.h37 class FormattedBytes; variable
320 raw_ostream &operator<<(const FormattedBytes &);
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A Draw_ostream.cpp402 raw_ostream &raw_ostream::operator<<(const FormattedBytes &FB) { in operator <<()