Searched refs:FormattedBytes (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | Format.h | 216 class FormattedBytes { 230 FormattedBytes(ArrayRef<uint8_t> B, uint32_t IL, std::optional<uint64_t> O, 240 inline FormattedBytes 245 return FormattedBytes(Bytes, IndentLevel, FirstByteOffset, NumPerLine, 249 inline FormattedBytes 254 return FormattedBytes(Bytes, IndentLevel, FirstByteOffset, NumPerLine,
|
H A D | raw_ostream.h | 36 class FormattedBytes; variable 319 raw_ostream &operator<<(const FormattedBytes &);
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | raw_ostream.cpp | 404 raw_ostream &raw_ostream::operator<<(const FormattedBytes &FB) { in operator <<()
|