Home
last modified time | relevance | path

Searched refs:PrintfAsRawHex8 (Results 1 – 2 of 2) sorted by relevance

/external/lldb/include/lldb/Core/
DStream.h129 PrintfAsRawHex8 (const char *format, ...) __attribute__ ((format (printf, 2, 3)));
/external/lldb/source/Core/
DStream.cpp477 Stream::PrintfAsRawHex8 (const char *format, ...) in PrintfAsRawHex8() function in Stream
783 s->PrintfAsRawHex8 ("pid=%i", 12733); in UnitTest()