Home
last modified time | relevance | path

Searched refs:m_log (Results 1 – 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-ppc64/
HDABISysV_ppc64.cpp432 LLDB_LOG(m_log, LOG_PREFIX in IsValid()
451 LLDB_LOG(m_log, LOG_PREFIX "Failed to get RegisterInfo"); in GetRawData()
457 LLDB_LOG(m_log, LOG_PREFIX "ReadRegister() failed"); in GetRawData()
465 LLDB_LOG(m_log, LOG_PREFIX "GetAsMemoryData() failed"); in GetRawData()
479 Log *m_log = member in __anonc735309b0111::ReturnValueExtractor::Register
525 LLDB_LOG(m_log, LOG_PREFIX "Complex numbers are not supported yet"); in GetValue()
556 Log *m_log = lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_EXPRESSIONS); member in __anonc735309b0111::ReturnValueExtractor
692 LLDB_LOG(m_log, LOG_PREFIX "Failed to get vr2 RegisterInfo"); in GetVectorValueObject()
700 m_log, LOG_PREFIX in GetVectorValueObject()
710 LLDB_LOG(m_log, LOG_PREFIX "Failed to get vr3 RegisterInfo"); in GetVectorValueObject()
[all …]
/freebsd-11-stable/lib/libdevdctl/
HDexception.h84 std::string m_log; variable
90 return (m_log); in GetString()
HDexception.cc64 m_log = buf; in FormatLog()
83 syslog(LOG_ERR, "%s", m_log.c_str()); in Log()
/freebsd-11-stable/cddl/usr.sbin/zfsd/
HDzfsd_exception.cc131 output << m_log << endl; in Log()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
HDClangModulesDeclVendor.cpp61 Log *m_log; member in __anon371572d90111::StoringDiagnosticConsumer
118 m_log = lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_EXPRESSIONS); in StoringDiagnosticConsumer()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
HDClangASTContext.cpp649 m_log = lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_EXPRESSIONS); in NullDiagnosticConsumer()
654 if (m_log) { in HandleDiagnostic()
658 LLDB_LOGF(m_log, "Compiler diagnostic: %s\n", diag_str.data()); in HandleDiagnostic()
667 Log *m_log; member in NullDiagnosticConsumer