Searched refs:Log (Results 201 - 225 of 246) sorted by relevance

12345678910

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DThreadElfCore.cpp14 #include "lldb/Utility/Log.h"
72 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_THREAD));
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp35 #include "lldb/Utility/Log.h"
144 Log *log) {
398 Log *log(LogChannelDWARF::GetLogIfAny(DWARF_LOG_TYPE_COMPLETION |
503 Log *log(LogChannelDWARF::GetLogIfAny(DWARF_LOG_TYPE_COMPLETION |
718 Log *log(LogChannelDWARF::GetLogIfAny(DWARF_LOG_TYPE_COMPLETION |
825 Log *log(LogChannelDWARF::GetLogIfAny(DWARF_LOG_TYPE_COMPLETION |
1387 Log *log = LogChannelDWARF::GetLogIfAll(DWARF_LOG_TYPE_COMPLETION |
2147 Log *log =
3463 Log *log =
3591 Log *lo
[all...]
H A DManualDWARFIndex.cpp95 Log *log = LogChannelDWARF::GetLogIfAll(DWARF_LOG_LOOKUPS);
H A DSymbolFileDWARFDebugMap.cpp64 Log *log(LogChannelDWARF::GetLogIfAll(DWARF_LOG_DEBUG_MAP));
291 Log *log(LogChannelDWARF::GetLogIfAll(DWARF_LOG_DEBUG_MAP));
/freebsd-12-stable/contrib/googletest/googlemock/include/gmock/internal/
H A Dgmock-internal-utils.h348 GTEST_API_ void Log(LogSeverity severity, const std::string& message,
/freebsd-12-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpoint.cpp29 #include "lldb/Utility/Log.h"
498 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_BREAKPOINTS));
662 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_BREAKPOINTS));
/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
H A DModuleList.cpp24 #include "lldb/Utility/Log.h"
579 void ModuleList::LogUUIDAndPaths(Log *log, const char *prefix_cstr) {
753 Log *log(lldb_private::GetLogIfAnyCategoriesSet(LIBLLDB_LOG_MODULES));
H A DFormatEntity.cpp46 #include "lldb/Utility/Log.h"
516 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_DATAFORMATTERS));
628 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_DATAFORMATTERS));
686 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_DATAFORMATTERS));
H A DValueObject.cpp46 #include "lldb/Utility/Log.h"
289 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_DATAFORMATTERS));
2732 void ValueObject::LogValueObject(Log *log) {
2737 void ValueObject::LogValueObject(Log *log,
/freebsd-12-stable/contrib/llvm-project/lldb/source/DataFormatters/
H A DFormatManager.cpp19 #include "lldb/Utility/Log.h"
630 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_DATAFORMATTERS));
653 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_DATAFORMATTERS));
/freebsd-12-stable/contrib/llvm-project/lldb/source/Symbol/
H A DDWARFCallFrameInfo.cpp19 #include "lldb/Utility/Log.h"
53 // Log::GlobalWarning ("PC relative pointer encoding found with
62 // Log::GlobalWarning ("text relative pointer encoding being
72 // Log::GlobalWarning ("data relative pointer encoding being
399 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_UNWIND));
529 Log *log = GetLogIfAllCategoriesSet(LIBLLDB_LOG_UNWIND);
H A DBlock.cpp16 #include "lldb/Utility/Log.h"
327 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_SYMBOLS));
H A DCompactUnwindInfo.cpp18 #include "lldb/Utility/Log.h"
185 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_UNWIND));
254 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_UNWIND));
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerLoop.cpp820 Options.LenControl * Log(TmpMaxMutationLen)) {
822 Min(MaxMutationLen, TmpMaxMutationLen + Log(TmpMaxMutationLen));
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-s390x/
H A DABISysV_s390x.cpp28 #include "lldb/Utility/Log.h"
211 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_EXPRESSIONS));
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCClassDescriptorV2.cpp13 #include "lldb/Utility/Log.h"
506 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_TYPES));
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/Darwin/
H A DNativeThreadListDarwin.cpp22 #include "lldb/Utility/Log.h"
301 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_THREAD));
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_i386.cpp12 #include "lldb/Utility/Log.h"
490 void RegisterContextDarwin_i386::LogGPR(Log *log, const char *title) {
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp33 #include "lldb/Utility/Log.h"
433 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PROCESS));
996 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PROCESS));
/freebsd-12-stable/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp19 #include "lldb/Utility/Log.h"
641 Status *error_ptr, Log *log) {
940 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_EXPRESSIONS));
2800 Log *log = GetLogIfAllCategoriesSet(LIBLLDB_LOG_EXPRESSIONS);
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h124 class Log;
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-mips/
H A DABISysV_mips.cpp28 #include "lldb/Utility/Log.h"
568 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_EXPRESSIONS));
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-mips64/
H A DABISysV_mips64.cpp28 #include "lldb/Utility/Log.h"
565 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_EXPRESSIONS));
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-ppc/
H A DABISysV_ppc.cpp28 #include "lldb/Utility/Log.h"
230 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_EXPRESSIONS));
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp30 #include "lldb/Utility/Log.h"
313 Log *log = GetLogIfAllCategoriesSet(LIBLLDB_LOG_LANGUAGE);

Completed in 388 milliseconds

12345678910