Searched refs:Log (Results 151 - 175 of 246) sorted by relevance

12345678910

/freebsd-12-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverName.cpp20 #include "lldb/Utility/Log.h"
36 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_BREAKPOINTS));
262 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_BREAKPOINTS));
H A DBreakpointResolverFileLine.cpp15 #include "lldb/Utility/Log.h"
131 Log * log = GetLogIfAllCategoriesSet(LIBLLDB_LOG_BREAKPOINTS);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Host/common/
H A DHost.cpp61 #include "lldb/Utility/Log.h"
165 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS));
303 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_HOST));
305 // Log to log channel. This allows testcases to grep for log output.
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.cpp32 #include "lldb/Utility/Log.h"
107 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PLATFORM));
164 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PLATFORM));
H A DGDBRemoteCommunicationReplayServer.cpp128 Log *log(ProcessGDBRemoteLog::GetLogIfAllCategoriesSet(GDBR_LOG_PROCESS));
H A DGDBRemoteCommunicationClient.cpp27 #include "lldb/Utility/Log.h"
437 Log *log(
522 if (Log *log = ProcessGDBRemoteLog::GetLogIfAnyCategoryIsSet(
661 Log *log(ProcessGDBRemoteLog::GetLogIfAnyCategoryIsSet(GDBR_LOG_PROCESS |
1127 Log *log(ProcessGDBRemoteLog::GetLogIfAnyCategoryIsSet(GDBR_LOG_PROCESS));
2005 Log *log(ProcessGDBRemoteLog::GetLogIfAnyCategoryIsSet(GDBR_LOG_PROCESS |
2685 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_BREAKPOINTS));
2787 Log *log(ProcessGDBRemoteLog::GetLogIfAnyCategoryIsSet(GDBR_LOG_PROCESS |
3329 Log *log(ProcessGDBRemoteLog::GetLogIfAllCategoriesSet(GDBR_LOG_PROCESS));
3372 Log *lo
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-gdbserver.cpp119 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PROCESS));
405 case 'l': // Set Log File
410 case 'c': // Log Channels
484 Log *log(lldb_private::GetLogIfAnyCategoriesSet(GDBR_LOG_PROCESS));
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DAlignment.h64 uint8_t Log; member in struct:llvm::Align::LogValue
107 constexpr Align(LogValue CA) : ShiftValue(CA.Log) {}
/freebsd-12-stable/lib/libdevdctl/
H A Devent.cc111 exp.Log();
238 Event::Log(int priority) const function in class:DevdCtl::Event
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1594 Value *Log = nullptr;
1596 Log = ConstantFP::get(Ty, std::log2(BaseF->convertToFloat()));
1598 Log = ConstantFP::get(Ty, std::log2(BaseF->convertToDouble()));
1600 if (Log) {
1601 Value *FMul = B.CreateFMul(Log, Expo, "mul");
1861 Value *LibCallSimplifier::optimizeLog(CallInst *Log, IRBuilder<> &B) {
1862 Function *LogFn = Log->getCalledFunction();
1866 Module *Mod = Log->getModule();
1867 Type *Ty = Log->getType();
1871 Ret = optimizeUnaryDoubleFP(Log,
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlan.h488 m_tracer_sp->Log();
/freebsd-12-stable/contrib/llvm-project/lldb/source/Expression/
H A DIRMemoryMap.cpp16 #include "lldb/Utility/Log.h"
291 lldb_private::Log *log(
479 if (lldb_private::Log *log =
577 if (lldb_private::Log *log =
708 if (lldb_private::Log *log =
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-ppc64/
H A DABISysV_ppc64.cpp31 #include "lldb/Utility/Log.h"
81 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_EXPRESSIONS));
479 Log *m_log =
556 Log *m_log = lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_EXPRESSIONS);
934 Log *log = lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_EXPRESSIONS);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptx86ABIFixups.cpp23 #include "lldb/Utility/Log.h"
88 Log *log(
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp25 #include "lldb/Utility/Log.h"
43 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_PLATFORM));
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_arm.h135 static void LogDBGRegisters(lldb_private::Log *log, const DBG &dbg);
H A DRegisterContextDarwin_arm64.h102 static void LogDBGRegisters(lldb_private::Log *log, const DBG &dbg);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DAppleDWARFIndex.cpp106 Log *log = LogChannelDWARF::GetLogIfAny(DWARF_LOG_TYPE_COMPLETION |
H A DDWARFASTParserClang.h166 lldb_private::Log *log);
H A DSymbolFileDWARF.cpp165 Log *log = LogChannelDWARF::GetLogIfAll(DWARF_LOG_DEBUG_INFO);
454 Log *log = LogChannelDWARF::GetLogIfAll(DWARF_LOG_DEBUG_INFO);
611 Log *log = LogChannelDWARF::GetLogIfAll(DWARF_LOG_DEBUG_INFO);
903 Log *log = LogChannelDWARF::GetLogIfAll(DWARF_LOG_DEBUG_INFO);
1348 Log *log(LogChannelDWARF::GetLogIfAll(DWARF_LOG_DEBUG_INFO));
1439 Log *log(LogChannelDWARF::GetLogIfAny(DWARF_LOG_DEBUG_INFO |
1799 Log *log = LogChannelDWARF::GetLogIfAll(DWARF_LOG_DEBUG_INFO);
2060 Log *log(LogChannelDWARF::GetLogIfAll(DWARF_LOG_LOOKUPS));
2073 Log *log(LogChannelDWARF::GetLogIfAll(DWARF_LOG_LOOKUPS));
2181 Log *lo
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/source/Symbol/
H A DCxxModuleHandler.cpp12 #include "lldb/Utility/Log.h"
178 Log *log = lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_EXPRESSIONS);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanRunToAddress.cpp14 #include "lldb/Utility/Log.h"
173 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_STEP));
H A DThreadPlanStepUntil.cpp17 #include "lldb/Utility/Log.h"
328 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_STEP));
/freebsd-12-stable/contrib/llvm-project/lldb/source/Utility/
H A DStringList.cpp11 #include "lldb/Utility/Log.h"
226 void StringList::LogDump(Log *log, const char *name) {
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp52 #include "lldb/Utility/Log.h"
1211 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_PROCESS));
1294 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PROCESS | LIBLLDB_LOG_TYPES));
1415 Log *type_log = GetLogIfAllCategoriesSet(LIBLLDB_LOG_TYPES);
1494 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_TYPES));
1556 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PROCESS | LIBLLDB_LOG_TYPES));
1712 Log *type_log = GetLogIfAllCategoriesSet(LIBLLDB_LOG_TYPES);
1798 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PROCESS | LIBLLDB_LOG_TYPES));
1866 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PROCESS | LIBLLDB_LOG_TYPES));
2053 Log *lo
[all...]

Completed in 324 milliseconds

12345678910