Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DFormat.h215 class FormattedBytes {
228 FormattedBytes(ArrayRef<uint8_t> B, uint32_t IL, std::optional<uint64_t> O,
238 inline FormattedBytes
243 return FormattedBytes(Bytes, IndentLevel, FirstByteOffset, NumPerLine,
247 inline FormattedBytes
252 return FormattedBytes(Bytes, IndentLevel, FirstByteOffset, NumPerLine,
H A Draw_ostream.h36 class FormattedBytes; variable
306 raw_ostream &operator<<(const FormattedBytes &);
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A Draw_ostream.cpp409 raw_ostream &raw_ostream::operator<<(const FormattedBytes &FB) { in operator <<()