Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DLogging.h34 #define LIBLLDB_LOG_SYMBOLS (1u << 20) macro
50 LIBLLDB_LOG_STATE | LIBLLDB_LOG_SYMBOLS | LIBLLDB_LOG_TARGET | \
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DLogging.cpp42 {{"symbol"}, {"log symbol related issues and warnings"}, LIBLLDB_LOG_SYMBOLS},
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.cpp318 Log *log = GetLogIfAllCategoriesSet(LIBLLDB_LOG_SYMBOLS); in AddSymbols()
449 Log *log = GetLogIfAllCategoriesSet(LIBLLDB_LOG_SYMBOLS); in ParseCFIUnwindRow()
558 Log *log = GetLogIfAllCategoriesSet(LIBLLDB_LOG_SYMBOLS); in ParseWinUnwindPlan()
662 Log *log = GetLogIfAllCategoriesSet(LIBLLDB_LOG_SYMBOLS); in ParseFileRecords()
683 Log *log = GetLogIfAllCategoriesSet(LIBLLDB_LOG_SYMBOLS); in ParseCUData()
758 Log *log = GetLogIfAllCategoriesSet(LIBLLDB_LOG_SYMBOLS); in ParseUnwindData()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp310 LLDB_LOG_ERROR(lldb_private::GetLogIfAnyCategoriesSet(LIBLLDB_LOG_SYMBOLS), in ParseCompileUnitFunctionForPDBFunc()
560 LLDB_LOG_ERROR(lldb_private::GetLogIfAnyCategoriesSet(LIBLLDB_LOG_SYMBOLS), in ResolveTypeUID()
597 LLDB_LOG_ERROR(lldb_private::GetLogIfAnyCategoriesSet(LIBLLDB_LOG_SYMBOLS), in CompleteType()
619 LLDB_LOG_ERROR(lldb_private::GetLogIfAnyCategoriesSet(LIBLLDB_LOG_SYMBOLS), in GetDeclForUID()
649 LLDB_LOG_ERROR(lldb_private::GetLogIfAnyCategoriesSet(LIBLLDB_LOG_SYMBOLS), in GetDeclContextForUID()
679 LLDB_LOG_ERROR(lldb_private::GetLogIfAnyCategoriesSet(LIBLLDB_LOG_SYMBOLS), in GetDeclContextContainingUID()
708 LLDB_LOG_ERROR(lldb_private::GetLogIfAnyCategoriesSet(LIBLLDB_LOG_SYMBOLS), in ParseDeclsForContext()
1449 LLDB_LOG_ERROR(lldb_private::GetLogIfAnyCategoriesSet(LIBLLDB_LOG_SYMBOLS), in DumpClangAST()
1662 LLDB_LOG_ERROR(lldb_private::GetLogIfAnyCategoriesSet(LIBLLDB_LOG_SYMBOLS), in GetPDBAstParser()
1682 LLDB_LOG_ERROR(lldb_private::GetLogIfAnyCategoriesSet(LIBLLDB_LOG_SYMBOLS), in FindNamespace()
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DBlock.cpp327 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_SYMBOLS)); in AddRange()
H A DType.cpp539 lldb_private::GetLogIfAnyCategoriesSet(LIBLLDB_LOG_SYMBOLS), in ResolveCompilerType()
H A DSymbolContext.cpp481 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_SYMBOLS)); in GetParentOfInlinedScope()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp780 LLDB_LOG_ERROR(lldb_private::GetLogIfAnyCategoriesSet(LIBLLDB_LOG_SYMBOLS), in ParseFunction()
2011 LLDB_LOG_ERROR(lldb_private::GetLogIfAnyCategoriesSet(LIBLLDB_LOG_SYMBOLS), in DeclContextMatchesThisSymbolFile()
2787 lldb_private::GetLogIfAnyCategoriesSet(LIBLLDB_LOG_SYMBOLS), in FindDefinitionTypeForDWARFDeclContext()
2885 LLDB_LOG_ERROR(lldb_private::GetLogIfAnyCategoriesSet(LIBLLDB_LOG_SYMBOLS), in ParseType()
3834 LLDB_LOG_ERROR(lldb_private::GetLogIfAnyCategoriesSet(LIBLLDB_LOG_SYMBOLS), in GetDWARFParser()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp310 LLDB_LOG_ERROR(lldb_private::GetLogIfAnyCategoriesSet(LIBLLDB_LOG_SYMBOLS), in InitializeObject()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp239 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_SYMBOLS)); in Parse()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp3878 Log *log = GetLogIfAllCategoriesSet(LIBLLDB_LOG_SYMBOLS); in ResolveKernelName()