Searched refs:LogDump (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStringList.h113 virtual void LogDump(Log *log, const char *name = nullptr);
116 // dump it with the semantics of the `LogDump` method.
118 static void LogDump(Log *log, T s_iterable, const char *name = nullptr) { function in class:lldb_private::StringList
126 l.LogDump(log, name);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DStringList.cpp226 void StringList::LogDump(Log *log, const char *name) { function in class:StringList
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp409 StringList::LogDump(log, opts.FeaturesAsWritten, "FeaturesAsWritten");
410 StringList::LogDump(log, opts.Features, "Features");

Completed in 102 milliseconds