Home
last modified time | relevance | path

Searched refs:QuotedCString (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lldb/unittests/Utility/
DStreamTest.cpp221 TEST_F(StreamTest, QuotedCString) { in TEST_F() argument
222 s.QuotedCString("foo"); in TEST_F()
226 s.QuotedCString("ba r"); in TEST_F()
230 s.QuotedCString(" "); in TEST_F()
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFFormValue.cpp356 s.QuotedCString(AsCString()); in Dump()
404 s.QuotedCString(dbg_str); in Dump()
/external/llvm-project/lldb/include/lldb/Utility/
DStream.h323 void QuotedCString(const char *cstr, const char *format = "\"%s\"");
/external/llvm-project/lldb/source/Utility/
DStream.cpp75 void Stream::QuotedCString(const char *cstr, const char *format) { in QuotedCString() function in Stream