Searched refs:FORMAT_LOG (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/source/DataFormatters/ |
| H A D | FormatManager.cpp | 626 #define FORMAT_LOG(Message) "[%s] " Message, FormatterKind<ImplSP> macro 637 LLDB_LOGF(log, FORMAT_LOG("Search failed. Giving language a chance.")); in Get() 643 LLDB_LOGF(log, FORMAT_LOG("Language search success. Returning.")); in Get() 649 LLDB_LOGF(log, FORMAT_LOG("Search failed. Giving hardcoded a chance.")); in Get() 658 LLDB_LOGF(log, "\n\n" FORMAT_LOG("Looking into cache for type %s"), in GetCached() 662 LLDB_LOGF(log, FORMAT_LOG("Cache search success. Returning.")); in GetCached() 669 LLDB_LOGF(log, FORMAT_LOG("Cache search failed. Going normal route")); in GetCached() 674 LLDB_LOGF(log, FORMAT_LOG("Caching %p for type %s"), in GetCached() 684 #undef FORMAT_LOG
|