Home
last modified time | relevance | path

Searched refs:log (Results 1 – 25 of 921) sorted by relevance

12345678910>>...37

/llvm-project-15.0.7/llvm/tools/llvm-rc/
H A DResourceScriptStmt.cpp29 Stmt->log(OS); in log()
48 OptStatements->log(OS); in log()
91 Item->log(OS); in log()
109 return SubItems.log(OS); in log()
114 OptStatements->log(OS); in log()
115 return Elements.log(OS); in log()
120 OptStatements->log(OS); in log()
169 OptStatements->log(OS); in log()
171 Ctl.log(OS); in log()
178 Stmt->log(OS); in log()
[all …]
/llvm-project-15.0.7/libc/test/src/math/differential_testing/
H A DBinaryOpSingleOutputDiff.h86 log << "-- My function --\n"; in run_perf_in_range()
89 log << " Ops per second : " in run_perf_in_range()
103 log << "-- Average runtime ratio --\n"; in run_perf_in_range()
108 testutils::OutputFileStream log(logFile); in run_perf()
109 log << " Performance tests with inputs in denormal range:\n"; in run_perf()
112 log << "\n Performance tests with inputs in normal range:\n"; in run_perf()
124 testutils::OutputFileStream log(logFile); in run_diff()
125 log << " Diff tests with inputs in denormal range:\n"; in run_diff()
128 /* endingBit= */ FPBits::MAX_SUBNORMAL, 1'000'001, log); in run_diff()
129 log << "\n Diff tests with inputs in normal range:\n"; in run_diff()
[all …]
H A DSingleInputSingleOutputDiff.h27 testutils::OutputFileStream log(logFile); in runDiff()
28 log << "Starting diff for values from 0 to " << UIntMax << '\n' in runDiff()
38 log << " Input: " << bits << " (" << x << ")\n" in runDiff()
51 testutils::OutputFileStream &log) { in runPerfInRange() argument
69 log << "-- My function --\n"; in runPerfInRange()
71 log << " Average runtime : " << myAverage << " ns/op \n"; in runPerfInRange()
72 log << " Ops per second : " in runPerfInRange()
87 log << "-- Average runtime ratio --\n"; in runPerfInRange()
92 testutils::OutputFileStream log(logFile); in runPerf()
95 /* endingBit= */ FPBits::MAX_SUBNORMAL, log); in runPerf()
[all …]
/llvm-project-15.0.7/lldb/source/Symbol/
H A DSymbolFileOnDemand.cpp48 Log *log = GetLog(); in ParseLanguage() local
50 if (log) { in ParseLanguage()
62 Log *log = GetLog(); in ParseXcodeSDK() local
65 if (log) { in ParseXcodeSDK()
127 Log *log = GetLog(); in ParseIsOptimized() local
129 if (log) { in ParseIsOptimized()
155 if (log) { in ParseImportedModules()
190 if (log) { in ResolveTypeUID()
224 if (log) { in GetDeclForUID()
488 if (log) { in ParseCallEdgesInFunction()
[all …]
/llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/
H A DProcessDebugger.cpp75 Log *log = GetLog(WindowsLog::Process); in DetachProcess() local
185 log, in AttachProcess()
194 LLDB_LOG(log, in AttachProcess()
272 LLDB_LOG(log, "error: {0}", error); in ReadMemory()
304 LLDB_LOG(log, "error: {0}", error); in WriteMemory()
418 LLDB_LOG(log, in GetMemoryRegionInfo()
460 LLDB_LOGV(log, in GetMemoryRegionInfo()
492 LLDB_LOG(log, in OnDebugException()
507 log, in OnDebugException()
542 LLDB_LOG(log, in OnDebuggerError()
[all …]
H A DDebuggerThread.cpp51 Log *log = GetLog(WindowsLog::Process); in DebugLaunch() local
68 Log *log = GetLog(WindowsLog::Process); in DebugAttach() local
69 LLDB_LOG(log, "attaching to '{0}'", pid); in DebugAttach()
90 Log *log = GetLog(WindowsLog::Process); in DebuggerThreadLaunchRoutine() local
117 Log *log = GetLog(WindowsLog::Process); in DebuggerThreadAttachRoutine() local
140 Log *log = GetLog(WindowsLog::Process); in StopDebugging() local
161 LLDB_LOG(log, in StopDebugging()
165 LLDB_LOG(log, in StopDebugging()
232 Log *log = GetLog(WindowsLog::Event); in DebugLoop() local
473 Log *log = GetLog(WindowsLog::Event); in HandleLoadDllEvent() local
[all …]
/llvm-project-15.0.7/libc/AOR_v20.02/math/test/testcases/directed/
H A Dlog.tst1 ; Directed test cases for log
7 func=log op1=7ff80000.00000001 result=7ff80000.00000001 errno=0
8 func=log op1=fff80000.00000001 result=7ff80000.00000001 errno=0
9 func=log op1=7ff00000.00000001 result=7ff80000.00000001 errno=0 status=i
10 func=log op1=fff00000.00000001 result=7ff80000.00000001 errno=0 status=i
11 func=log op1=7ff00000.00000000 result=7ff00000.00000000 errno=0
13 func=log op1=7fefffff.ffffffff result=40862e42.fefa39ef.354 errno=0
15 func=log op1=3ff00000.00000000 result=00000000.00000000 errno=0
19 func=log op1=00000000.00000001 result=c0874385.446d71c3.639 errno=0
21 func=log op1=40000000.00000000 result=3fe62e42.fefa39ef.358 errno=0
[all …]
/llvm-project-15.0.7/llvm/test/Transforms/InstCombine/
H A Dlog-pow.ll11 %log = call fast double @log(double %pow)
12 ret double %log
23 ret float %log
44 %log = call fast double @log(double %pow)
45 ret double %log
56 ret float %log
66 ret double %log
75 %log = call fast <2 x float> @llvm.log.v2f32(<2 x float> %exp)
86 ret float %log
96 %log = call fast double @log(double %exp)
[all …]
/llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/
H A DNativeRegisterContextDBReg_arm64.cpp33 Log *log = GetLog(LLDBLog::Breakpoints); in NumSupportedHardwareBreakpoints() local
36 LLDB_LOG_ERROR(log, std::move(error), in NumSupportedHardwareBreakpoints()
54 log, std::move(error), in SetHardwareBreakpoint()
98 log, std::move(error), in SetHardwareBreakpoint()
109 LLDB_LOG(log, "hw_idx: {0}", hw_idx); in ClearHardwareBreakpoint()
115 log, std::move(error), in ClearHardwareBreakpoint()
138 log, std::move(error), in ClearHardwareBreakpoint()
231 log, std::move(error), in SetHardwareWatchpoint()
306 log, std::move(error), in SetHardwareWatchpoint()
323 log, std::move(error), in ClearHardwareWatchpoint()
[all …]
/llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/
H A DSingleStepCheck.cpp68 Log *log = GetLog(POSIXLog::Thread); in WorkaroundNeeded() local
81 LLDB_LOG(log, "failed to get available cpus: {0}", in WorkaroundNeeded()
90 LLDB_LOG(log, "waitpid() failed (status = {0:x}): {1}", status, in WorkaroundNeeded()
104 LLDB_LOG(log, "failed to switch to cpu {0}: {1}", cpu, in WorkaroundNeeded()
113 LLDB_LOG(log, "single step failed: {0}", error); in WorkaroundNeeded()
133 LLDB_LOG(log, in WorkaroundNeeded()
147 Log *log = GetLog(POSIXLog::Thread); in Get() local
151 LLDB_LOG(log, "workaround for thread {0} not needed", tid); in Get()
174 LLDB_LOG(log, "workaround for thread {0} prepared", tid); in Get()
179 Log *log = GetLog(POSIXLog::Thread); in ~SingleStepWorkaround() local
[all …]
H A DNativeProcessLinux.cpp98 LLDB_LOG(log, in ProcessVmReadvSupported()
102 LLDB_LOG(log, in ProcessVmReadvSupported()
113 if (!log) in MaybeLogLaunchInfo()
148 if (!log) in PtraceDisplayBytes()
441 LLDB_LOG(log, in MonitorCallback()
503 LLDB_LOG(log, in WaitForCloneNotification()
514 LLDB_LOG(log, in WaitForCloneNotification()
590 LLDB_LOG(log, in MonitorSIGTRAP()
692 log, in MonitorSIGTRAP()
765 LLDB_LOG(log, in MonitorSignal()
[all …]
/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/llgdb-tests/
H A Dasan-deque.cpp19 static void __attribute__((noinline, optnone)) escape(log_t &log) { in escape() argument
21 sink = &log; in escape()
25 log_t log; in main() local
26 log.push_back(1234); in main()
27 log.push_back(56789); in main()
28 escape(log); in main()
30 while (!log.empty()) { in main()
31 auto record = log.front(); in main()
32 log.pop_front(); in main()
33 escape(log); in main()
/llvm-project-15.0.7/third-party/benchmark/src/
H A Dlog.h30 LogType& operator<<(LogType& log, Tp const& value) {
31 if (log.out_) {
32 *log.out_ << value;
34 return log;
38 if (log.out_) {
39 *log.out_ << m;
41 return log;
50 static LogType log(nullptr); in GetNullLogInstance()
51 return log; in GetNullLogInstance()
55 static LogType log(&std::clog); in GetErrorLogInstance()
[all …]
/llvm-project-15.0.7/lldb/source/Target/
H A DThreadPlan.cpp80 Log *log = GetLog(LLDBLog::Step); in ShouldReportStop() local
120 Log *log = GetLog(LLDBLog::Step); in WillResume() local
122 if (log) { in WillResume()
129 log, in WillResume()
199 Log *log = GetLog(LLDBLog::Thread); in ValidatePlan()
200 if (log) in ValidatePlan()
216 if (log) in ShouldStop()
232 if (log) in WillStop()
248 if (log) in DoPlanExplainsStop()
266 if (log) in MischiefManaged()
[all …]
H A DThreadPlanCallFunction.cpp81 if (log && log->GetVerbose()) in ConstructorSetup()
154 if (log && log->GetVerbose()) { in ReportRegisterState()
158 log->PutCString(message); in ReportRegisterState()
180 LLDB_LOGF(log, in DoTakedown()
192 LLDB_LOGF(log, in DoTakedown()
201 LLDB_LOGF(log, in DoTakedown()
208 if (log && log->GetVerbose()) in DoTakedown()
212 LLDB_LOGF(log, in DoTakedown()
269 LLDB_LOG(log, in DoPlanExplainsStop()
298 LLDB_LOGF(log, in DoPlanExplainsStop()
[all …]
/llvm-project-15.0.7/lld/test/COFF/
H A Dentry-inference.test2 # RUN: not lld-link /out:%t.exe %t.obj > %t.log 2>&1
3 # RUN: FileCheck -check-prefix=MAIN %s < %t.log
5 # RUN: FileCheck -check-prefix=MAIN %s < %t.log
10 # RUN: FileCheck -check-prefix=MAIN %s < %t.log
13 # RUN: not lld-link /out:%t.exe %t.obj > %t.log 2>&1
14 # RUN: FileCheck -check-prefix=WMAIN %s < %t.log
16 # RUN: FileCheck -check-prefix=WMAIN %s < %t.log
19 # RUN: not lld-link /out:%t.exe %t.obj > %t.log 2>&1
20 # RUN: FileCheck -check-prefix=WINMAIN %s < %t.log
22 # RUN: FileCheck -check-prefix=WINMAIN %s < %t.log
[all …]
H A Dicf-simple.test3 # RUN: /verbose %t.obj > %t.log 2>&1
4 # RUN: FileCheck -check-prefix=ICF %s < %t.log
10 # RUN: /verbose /opt:noicf %t.obj > %t.log 2>&1
11 # RUN: FileCheck -check-prefix=NOICF %s < %t.log
14 # RUN: FileCheck -check-prefix=NOICF %s < %t.log
19 # RUN: FileCheck -check-prefix=ICF %s < %t.log
24 # RUN: FileCheck -check-prefix=NOICF %s < %t.log
29 # RUN: FileCheck -check-prefix=NOICF %s < %t.log
34 # RUN: FileCheck -check-prefix=NOICF %s < %t.log
39 # RUN: FileCheck -check-prefix=ICF %s < %t.log
[all …]
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.cpp35 Log *log(GetLog( in FindExternalVisibleDeclsByName() local
38 if (log) { in FindExternalVisibleDeclsByName()
75 LLDB_LOGF(log, in CompleteType()
91 if (log) { in CompleteType()
105 if (log) { in CompleteType()
398 Log *log( in FinishDecl() local
505 LLDB_LOG(log, in FinishDecl()
514 if (log) { in FinishDecl()
516 log, in FinishDecl()
529 Log *log( in FindDecls() local
[all …]
/llvm-project-15.0.7/libunwind/src/
H A DDwarfInstructions.hpp356 if (log) in evaluateExpression()
364 if (log) { in evaluateExpression()
379 if (log) in evaluateExpression()
387 if (log) in evaluateExpression()
396 if (log) in evaluateExpression()
405 if (log) in evaluateExpression()
414 if (log) in evaluateExpression()
423 if (log) in evaluateExpression()
432 if (log) in evaluateExpression()
441 if (log) in evaluateExpression()
[all …]
/llvm-project-15.0.7/lldb/source/Expression/
H A DIRInterpreter.cpp333 if (log) { in MakeArgument()
651 if (log) { in Interpret()
717 log, in Interpret()
802 if (log) { in Interpret()
865 if (log) { in Interpret()
963 if (log) { in Interpret()
1024 if (log) { in Interpret()
1111 if (log) { in Interpret()
1134 if (log) { in Interpret()
1156 if (log) { in Interpret()
[all …]
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTResultSynthesizer.cpp57 Log *log = GetLog(LLDBLog::Expressions); in TransformTopLevelDecl() local
60 if (log && log->GetVerbose()) { in TransformTopLevelDecl()
116 Log *log = GetLog(LLDBLog::Expressions); in SynthesizeFunctionResult() local
126 if (log && log->GetVerbose()) { in SynthesizeFunctionResult()
142 if (log && log->GetVerbose()) { in SynthesizeFunctionResult()
158 Log *log = GetLog(LLDBLog::Expressions); in SynthesizeObjCMethodResult() local
166 if (log && log->GetVerbose()) { in SynthesizeObjCMethodResult()
186 if (log && log->GetVerbose()) { in SynthesizeObjCMethodResult()
223 Log *log = GetLog(LLDBLog::Expressions); in SynthesizeBodyResult() local
323 if (log) { in SynthesizeBodyResult()
[all …]
H A DIRForTarget.cpp241 if (log) { in CreateResultVariable()
315 if (log) { in CreateResultVariable()
574 LLDB_LOG(log, in RewriteObjCConstStrings()
594 LLDB_LOG(log, in RewriteObjCConstStrings()
620 LLDB_LOG(log, in RewriteObjCConstStrings()
701 LLDB_LOG(log, in RewriteObjCConstStrings()
1205 LLDB_LOG(log, in MaybeHandleVariable()
1599 LLDB_LOG(log, "Element arrangement:"); in ReplaceVariables()
1789 if (log) { in runOnModule()
1844 if (log && log->GetVerbose()) { in runOnModule()
[all …]
H A DClangASTSource.cpp284 if (log) { in CompleteType()
313 LLDB_LOG(log, in CompleteType()
404 if (log) { in FindExternalLexicalDecls()
470 if (log) { in FindExternalLexicalDecls()
526 if (log) { in FindExternalVisibleDecls()
563 if (log && log->GetVerbose()) in FindExternalVisibleDecls()
978 LLDB_LOG(log, in FindObjCMethodDecls()
1268 LLDB_LOG(log, in FindObjCPropertyAndIvarDecls()
1277 LLDB_LOG(log, in FindObjCPropertyAndIvarDecls()
1568 if (log) { in layoutRecordType()
[all …]
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp468 if (log) { in InitializeDelegate()
823 log, in PrepareStopReplyPacketForThread()
1099 if (log) { in ProcessStateChanged()
2346 log, in Handle_H()
2419 log, in Handle_I()
2480 log, in Handle_memory_read()
2560 log, in Handle__M()
2609 log, in Handle__m()
2637 log, in Handle_M()
2724 log, in Handle_qMemoryRegionInfoSupported()
[all …]
/llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp95 LLDB_LOGF(log, in DidAttach()
129 LLDB_LOGF(log, in DidAttach()
142 if (log) { in DidAttach()
219 log, in ProbeEntry()
226 LLDB_LOGF(log, in ProbeEntry()
301 LLDB_LOG(log, in SetRendezvousBreakpoint()
357 log, in SetRendezvousBreakpoint()
368 LLDB_LOG(log, in SetRendezvousBreakpoint()
399 LLDB_LOGF(log, in RendezvousBreakpointHit()
651 log, in LoadAllCurrentModules()
[all …]

12345678910>>...37