Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DFormat.h206 class FormattedBytes {
219 FormattedBytes(ArrayRef<uint8_t> B, uint32_t IL, Optional<uint64_t> O,
229 inline FormattedBytes
233 return FormattedBytes(Bytes, IndentLevel, FirstByteOffset, NumPerLine,
237 inline FormattedBytes
242 return FormattedBytes(Bytes, IndentLevel, FirstByteOffset, NumPerLine,
Draw_ostream.h32 class FormattedBytes; variable
236 raw_ostream &operator<<(const FormattedBytes &);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DFormat.h215 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,
Draw_ostream.h32 class FormattedBytes; variable
242 raw_ostream &operator<<(const FormattedBytes &);
/external/swiftshader/third_party/llvm-subzero/lib/Support/
Draw_ostream.cpp362 raw_ostream &raw_ostream::operator<<(const FormattedBytes &FB) { in operator <<()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
Draw_ostream.cpp383 raw_ostream &raw_ostream::operator<<(const FormattedBytes &FB) { in operator <<()