Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DLogging.h38 #define LIBLLDB_LOG_MODULES (1u << 21) macro
/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DLogging.cpp34 …activities such as when modules are created, destroyed, replaced, and more"}, LIBLLDB_LOG_MODULES},
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DModuleCache.cpp84 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_MODULES)); in DeleteExistingModule()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DModule.cpp139 LIBLLDB_LOG_MODULES)); in Module()
237 LIBLLDB_LOG_MODULES)); in Module()
269 LIBLLDB_LOG_MODULES)); in ~Module()
H A DModuleList.cpp814 Log *log(lldb_private::GetLogIfAnyCategoriesSet(LIBLLDB_LOG_MODULES)); in GetSharedModule()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp635 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_MODULES)); in GetModuleSpecifications()
1172 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_MODULES)); in RefineModuleDetailsFromNote()
1548 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_MODULES)); in GetSectionHeaderInfo()
1866 lldb_private::Log *Log = GetLogIfAllCategoriesSet(LIBLLDB_LOG_MODULES);
2734 lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_MODULES); in ApplyRelocations()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp341 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_MODULES)); in ReadModuleList()