Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DLogging.h37 #define LIBLLDB_LOG_SYMBOLS (1u << 20) macro
52 LIBLLDB_LOG_STATE | LIBLLDB_LOG_SYMBOLS | LIBLLDB_LOG_TARGET | \
/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DLogging.cpp42 {{"symbol"}, {"log symbol related issues and warnings"}, LIBLLDB_LOG_SYMBOLS},
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.cpp173 Log *log = GetLogIfAllCategoriesSet(LIBLLDB_LOG_SYMBOLS); in AddSymbols()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DBlock.cpp312 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_SYMBOLS)); in AddRange()
H A DSymbolContext.cpp500 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_SYMBOLS)); in GetParentOfInlinedScope()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp265 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_SYMBOLS)); in Parse()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp3988 Log *log = GetLogIfAllCategoriesSet(LIBLLDB_LOG_SYMBOLS); in ResolveKernelName()