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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DLogging.cpp34 {{"module"}, {"log module activities such as when modules are created, destroyed, replaced, and more"}, LIBLLDB_LOG_MODULES},
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DLogging.h35 #define LIBLLDB_LOG_MODULES (1u << 21) macro
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DMinidumpParser.cpp264 LLDB_LOG_ERROR(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_MODULES),
271 Log *log = GetLogIfAnyCategoriesSet(LIBLLDB_LOG_MODULES);
332 Log *log = GetLogIfAnyCategoriesSet(LIBLLDB_LOG_MODULES);
433 Log *log = GetLogIfAnyCategoriesSet(LIBLLDB_LOG_MODULES);
470 Log *log = GetLogIfAnyCategoriesSet(LIBLLDB_LOG_MODULES);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DModuleCache.cpp83 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_MODULES));
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp138 LIBLLDB_LOG_MODULES));
237 LIBLLDB_LOG_MODULES));
269 LIBLLDB_LOG_MODULES));
1597 LLDB_LOG(GetLogIfAllCategoriesSet(LIBLLDB_LOG_OBJECT | LIBLLDB_LOG_MODULES),
H A DModuleList.cpp753 Log *log(lldb_private::GetLogIfAnyCategoriesSet(LIBLLDB_LOG_MODULES));
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp497 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_MODULES));
1000 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_MODULES));
1367 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_MODULES));
1681 lldb_private::Log *Log = GetLogIfAllCategoriesSet(LIBLLDB_LOG_MODULES);
2619 lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_MODULES);

Completed in 204 milliseconds