Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/DataFormatters/
H A DFormatManager.cpp618 #define FORMAT_LOG(Message) "[%s] " Message, FormatterKind<ImplSP> macro
629 LLDB_LOGF(log, FORMAT_LOG("Search failed. Giving language a chance.")); in Get()
635 LLDB_LOGF(log, FORMAT_LOG("Language search success. Returning.")); in Get()
641 LLDB_LOGF(log, FORMAT_LOG("Search failed. Giving hardcoded a chance.")); in Get()
650 LLDB_LOGF(log, "\n\n" FORMAT_LOG("Looking into cache for type %s"), in GetCached()
654 LLDB_LOGF(log, FORMAT_LOG("Cache search success. Returning.")); in GetCached()
661 LLDB_LOGF(log, FORMAT_LOG("Cache search failed. Going normal route")); in GetCached()
666 LLDB_LOGF(log, FORMAT_LOG("Caching %p for type %s"), in GetCached()
676 #undef FORMAT_LOG