Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/include/lldb/
HDlldb-private-log.h42 #define LIBLLDB_LOG_SYMBOLS (1u << 20) macro
57 LIBLLDB_LOG_SYMBOLS |\
/trueos/contrib/llvm/tools/lldb/source/
HDlldb-log.cpp143 else if (0 == ::strncasecmp(arg, "symbol", 6)) flag_bits &= ~LIBLLDB_LOG_SYMBOLS; in DisableLog()
214 else if (0 == ::strncasecmp(arg, "symbol", 6)) flag_bits |= LIBLLDB_LOG_SYMBOLS; in EnableLog()
/trueos/contrib/llvm/tools/lldb/source/Symbol/
HDBlock.cpp398 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_SYMBOLS)); in AddRange()
HDSymbolContext.cpp495 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_SYMBOLS)); in GetParentOfInlinedScope()
/trueos/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
HDObjectFileELF.cpp176 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_SYMBOLS)); in Parse()