Home
last modified time | relevance | path

Searched defs:log (Results 126 – 150 of 347) sorted by relevance

12345678910>>...14

/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DDiagnosticManager.cpp18 void DiagnosticManager::Dump(Log *log) { in Dump()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanCallUserExpression.cpp69 Log *log = GetLog(LLDBLog::Step); in MischiefManaged() local
H A DPlatform.cpp276 Log *log = GetLog(LLDBLog::Object); in Platform() local
509 Log *log = GetLog(LLDBLog::Platform); in Install() local
619 Log *log = GetLog(LLDBLog::Platform); in SetWorkingDirectory() local
736 Log *log = GetLog(LLDBLog::Platform); in SetRemoteWorkingDirectory() local
1002 Log *log = GetLog(LLDBLog::Platform); in LaunchProcess() local
1055 Log *log = GetLog(LLDBLog::Platform); in KillProcess() local
1069 Log *log = GetLog(LLDBLog::Platform); in DebugProcess() local
1186 Log *log = GetLog(LLDBLog::Platform); in PutFile() local
1645 Log *log = GetLog(LLDBLog::Platform); in CallLocateModuleCallbackIfSet() local
1744 Log *log = GetLog(LLDBLog::Platform); in GetCachedSharedModule() local
H A DThreadPlanBase.cpp77 Log *log = GetLog(LLDBLog::Step); in ShouldStop() local
H A DRegisterContextUnwind.cpp115 Log *log = GetLog(LLDBLog::Unwind); in InitializeZerothFrame() local
312 Log *log = GetLog(LLDBLog::Unwind); in InitializeNonZerothFrame() local
1264 Log *log = GetLog(LLDBLog::Unwind); in SavedLocationForRegister() local
2362 Log *log = GetLog(LLDBLog::Unwind); in UnwindLogMsg() local
2379 Log *log = GetLog(LLDBLog::Unwind); in UnwindLogMsgVerbose() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp190 Log *log = GetLog(LLDBLog::JITLoader); in SetJITBreakpoint() local
222 Log *log = GetLog(LLDBLog::JITLoader); in JITDebugBreakpointHit() local
286 Log *log = GetLog(LLDBLog::JITLoader); in ReadJITDescriptorImpl() local
/freebsd/contrib/llvm-project/llvm/lib/Remarks/
H A DYAMLRemarkParser.h38 void log(raw_ostream &OS) const override { OS << Message; } in log() function
/freebsd/crypto/openssl/crypto/ct/
H A Dct_prn.c73 const CTLOG *log = NULL; in SCT_print() local
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/Stages/
H A DStage.h96 void log(raw_ostream &OS) const override { OS << "Stream is paused"; } in log() function
/freebsd/contrib/llvm-project/lld/Common/
H A DErrorHandler.cpp61 void lld::log(const Twine &msg) { errorHandler().log(msg); } in log() function in lld
224 void ErrorHandler::log(const Twine &msg) { in log() function in ErrorHandler
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCClassDescriptorV2.cpp377 Log *log = GetLog(LLDBLog::Types); in Read() local
403 Log *log = GetLog(LLDBLog::Types); in Read() local
430 Log *log = GetLog(LLDBLog::Types); in GetMethodList() local
700 Log *log = GetLog(LLDBLog::Types); in fill() local
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DFunction.cpp134 Log *log = GetLog(LLDBLog::Step); in GetLoadAddress() local
164 Log *log = GetLog(LLDBLog::Step); in ParseSymbolFileAndResolve() local
221 Log *log = GetLog(LLDBLog::Step); in GetCallee() local
324 Log *log = GetLog(LLDBLog::Step); in GetCallEdges() local
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DLLVMRemarkStreamer.h59 void log(raw_ostream &OS) const override { OS << Msg; } in log() function
/freebsd/lib/msun/src/
H A De_log.c85 log(double x) in log() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp412 Log *log(GetLog(GDBRLog::Process)); in GetRemoteQSupported() local
645 Log *log = GetLog(GDBRLog::Memory); in ReadMemoryTags() local
1196 Log *log = GetLog(GDBRLog::Process); in GetHostInfo() local
2098 Log *log(GetLog(GDBRLog::Process | GDBRLog::Packets)); in GetCurrentProcessInfo() local
2784 Log *log = GetLog(LLDBLog::Breakpoints); in SendGDBStoppointTypePacket() local
3559 Log *log = GetLog(GDBRLog::Process); in SendTraceSupported() local
3585 Log *log = GetLog(GDBRLog::Process); in SendTraceStop() local
3620 Log *log = GetLog(GDBRLog::Process); in SendTraceStart() local
3655 Log *log = GetLog(GDBRLog::Process); in SendTraceGetState() local
3689 Log *log = GetLog(GDBRLog::Process); in SendTraceGetBinaryData() local
[all …]
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp176 Log *log = GetLog(LLDBLog::Process); in NoOpMonitorCallback() local
200 Log *log = GetLog(LLDBLog::Process); in SetUpPtyRedirection() local
/freebsd/contrib/arm-optimized-routines/pl/math/
H A Dsv_log_2u5.c29 svfloat64_t SV_NAME_D1 (log) (svfloat64_t x, const svbool_t pg) in SV_NAME_D1() argument
H A Dsv_logf_3u4.c46 svfloat32_t SV_NAME_F1 (log) (svfloat32_t x, const svbool_t pg) in SV_NAME_F1() argument
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangFunctionCaller.cpp184 Log *log = GetLog(LLDBLog::Expressions); in CompileFunction() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/OpenBSD/
H A DPlatformOpenBSD.cpp44 Log *log = GetLog(LLDBLog::Platform); in CreateInstance() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp963 Log *log = GetLog(LLDBLog::Process); in ParseAutoEnableOptions() local
1068 Log *log = GetLog(LLDBLog::Process); in HandleArrivalOfStructuredData() local
1214 Log *log = GetLog(LLDBLog::Process); in ModulesDidLoad() local
1463 Log *log = GetLog(LLDBLog::Process); in InitCompletionHookCallback() local
1564 Log *log = GetLog(LLDBLog::Process); in AddInitCompletionHook() local
1763 Log *log = GetLog(LLDBLog::Process); in EnableNow() local
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_log.c356 void osm_log_msg_box(IN osm_log_t * log, osm_log_level_t level, in osm_log_msg_box()
383 void osm_log_msg_box_v2(IN osm_log_t * log, osm_log_level_t level, in osm_log_msg_box_v2()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DModule.h783 void LogMessage(Log *log, const char *format, Args &&...args) { in LogMessage()
788 void LogMessageVerboseBacktrace(Log *log, const char *format, in LogMessageVerboseBacktrace()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugAranges.cpp44 Log *log = GetLog(DWARFLog::DebugInfo); in extract() local
/freebsd/contrib/opencsd/decoder/source/mem_acc/
H A Dtrc_mem_acc_cache.cpp151 void TrcMemAccCache::setErrorLog(ITraceErrorLog *log) in setErrorLog()

12345678910>>...14