Searched refs:FormattedBytes (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
| H A D | Format.h | 215 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 D | raw_ostream.h | 36 class FormattedBytes; variable 306 raw_ostream &operator<<(const FormattedBytes &);
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/ |
| H A D | raw_ostream.cpp | 409 raw_ostream &raw_ostream::operator<<(const FormattedBytes &FB) { in operator <<()
|