Searched refs:Log (Results 76 - 100 of 246) sorted by relevance

12345678910

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DUnwindLLDB.cpp18 #include "lldb/Utility/Log.h"
105 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_UNWIND));
123 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_UNWIND));
320 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_UNWIND));
/freebsd-12-stable/contrib/llvm-project/lldb/source/Symbol/
H A DClangASTImporter.cpp15 #include "lldb/Utility/Log.h"
49 Log *log =
77 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_EXPRESSIONS));
170 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_EXPRESSIONS));
295 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_EXPRESSIONS));
318 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_EXPRESSIONS));
550 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_EXPRESSIONS));
643 Log *log = lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_EXPRESSIONS);
822 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_EXPRESSIONS));
835 Log *lo
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Expression/
H A DDiagnosticManager.h136 void Dump(Log *log);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp42 #include "lldb/Utility/Log.h"
245 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_EXPRESSIONS));
322 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_EXPRESSIONS));
642 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_EXPRESSIONS));
747 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_EXPRESSIONS));
777 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_EXPRESSIONS));
880 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_EXPRESSIONS));
1037 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_EXPRESSIONS));
1354 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_EXPRESSIONS));
1484 Log *lo
[all...]
H A DIRForTarget.cpp36 #include "lldb/Utility/Log.h"
168 lldb_private::Log *log(
416 lldb_private::Log *log(
554 lldb_private::Log *log(
767 lldb_private::Log *log(
893 lldb_private::Log *log(
928 lldb_private::Log *log(
1044 lldb_private::Log *log(
1072 lldb_private::Log *log(
1143 lldb_private::Log *lo
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp26 #include "lldb/Utility/Log.h"
167 Log *log = GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PLATFORM);
253 Log *log = GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PLATFORM);
270 Log *log = GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PLATFORM);
369 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_PLATFORM));
599 Log *log = GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PLATFORM);
610 Log *log = GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PLATFORM);
622 Log *log = GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PLATFORM);
670 Log *log = GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PLATFORM);
681 Log *lo
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationHistory.cpp14 #include "lldb/Utility/Log.h"
80 void GDBRemoteCommunicationHistory::Dump(Log *log) const {
H A DThreadGDBRemote.h57 void Dump(Log *log, uint32_t index);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanBase.cpp19 #include "lldb/Utility/Log.h"
76 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_STEP));
H A DProcess.cpp64 #include "lldb/Utility/Log.h"
496 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_OBJECT));
544 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_OBJECT));
700 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS));
727 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS));
1000 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS));
1022 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS));
1043 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS));
1062 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS));
1096 Log *lo
[all...]
H A DThreadPlanTracer.cpp28 #include "lldb/Utility/Log.h"
54 void ThreadPlanTracer::Log() { function in class:ThreadPlanTracer
122 void ThreadPlanAssemblyTracer::Log() { function in class:ThreadPlanAssemblyTracer
/freebsd-12-stable/contrib/llvm-project/lldb/source/Utility/
H A DReproducerInstrumentation.cpp47 Log *log = GetLogIfAllCategoriesSet(LIBLLDB_LOG_API);
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerUtil.h90 inline uint32_t Log(uint32_t X) { return 32 - Clz(X) - 1; } function in namespace:fuzzer
/freebsd-12-stable/contrib/googletest/googlemock/src/
H A Dgmock-internal-utils.cc123 // Protects global resources (stdout in particular) used by Log().
149 GTEST_API_ void Log(LogSeverity severity, const std::string& message, function in namespace:testing::internal
H A Dgmock-spec-builders.cc73 Log(severity, s.str(), 0);
251 Log(kWarning, ss.str(), -1); // -1 means "don't print stack trace".
284 Log(kInfo, msg, stack_frames_to_skip);
287 Log(kWarning,
440 // and Log() in this function.
478 Log(kInfo, loc.str() + ss.str(), 2);
/freebsd-12-stable/cddl/usr.sbin/zfsd/
H A Dcase_file.h210 void Log();
H A Dzfsd.cc145 exp.Log();
338 (*event++)->Log(LOG_INFO);
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DModuleList.h36 class Log;
182 void LogUUIDAndPaths(Log *log, const char *prefix_cstr);
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DDataExtractor.h24 class Log;
165 /// Dumps the binary data as \a type objects to stream \a s (or to Log() if
193 lldb::offset_t PutToLog(Log *log, lldb::offset_t offset,
/freebsd-12-stable/contrib/llvm-project/lldb/source/Expression/
H A DLLVMUserExpression.cpp33 #include "lldb/Utility/Log.h"
70 Log *log(lldb_private::GetLogIfAnyCategoriesSet(LIBLLDB_LOG_EXPRESSIONS |
246 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_EXPRESSIONS));
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Windows-DYLD/
H A DDynamicLoaderWindowsDYLD.cpp20 #include "lldb/Utility/Log.h"
124 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_DYNAMIC_LOADER));
154 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_DYNAMIC_LOADER));
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp23 #include "lldb/Utility/Log.h"
41 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_PLATFORM));
240 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_PLATFORM));
306 // Log file actions.
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
H A DGraphWriter.cpp116 raw_string_ostream Log(LogBuffer);
124 Log << " Tried '" << Name << "'\n";
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.cpp17 #include "lldb/Utility/Log.h"
36 Log *log(GetLogIfAllCategoriesSet(
76 Log *log(GetLogIfAllCategoriesSet(
98 Log *log(GetLogIfAllCategoriesSet(
411 Log *log(GetLogIfAllCategoriesSet(
544 Log *log(GetLogIfAllCategoriesSet(
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.cpp24 #include "lldb/Utility/Log.h"
73 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_UNWIND));
364 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_UNWIND));
396 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_UNWIND));
477 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_UNWIND));
503 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_UNWIND));

Completed in 216 milliseconds

12345678910