Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/
HDLogging.h42 #define LIBLLDB_LOG_SYMBOLS (1u << 20) macro
59 LIBLLDB_LOG_SYMBOLS |\
/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDLogging.cpp144 else if (0 == ::strncasecmp(arg, "symbol", 6)) flag_bits &= ~LIBLLDB_LOG_SYMBOLS; in DisableLog()
216 else if (0 == ::strncasecmp(arg, "symbol", 6)) flag_bits |= LIBLLDB_LOG_SYMBOLS; in EnableLog()
/NextBSD/contrib/llvm/tools/lldb/source/Symbol/
HDBlock.cpp396 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_SYMBOLS)); in AddRange()
HDSymbolContext.cpp572 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_SYMBOLS)); in GetParentOfInlinedScope()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
HDObjectFileELF.cpp251 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_SYMBOLS)); in Parse()