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