Lines Matching refs:log

149   Log *log = GetLog(DWARFLog::DebugInfo);  in ParseLLVMLineTable()  local
157 log, std::move(e), in ParseLLVMLineTable()
162 LLDB_LOG_ERROR(log, line_table.takeError(), in ParseLLVMLineTable()
173 Log *log = GetLog(DWARFLog::DebugInfo); in ParseLLVMLineTablePrologue() local
182 LLDB_LOG_ERROR(log, std::move(e), in ParseLLVMLineTablePrologue()
188 LLDB_LOG_ERROR(log, std::move(error), in ParseLLVMLineTablePrologue()
506 Log *log = GetLog(DWARFLog::DebugInfo); in InitializeObject() local
542 LLDB_LOG_ERROR(log, index_or.takeError(), in InitializeObject()
700 Log *log = GetLog(DWARFLog::DebugInfo); in DebugAbbrev() local
701 LLDB_LOG_ERROR(log, std::move(error), in DebugAbbrev()
1139 Log *log = GetLog(DWARFLog::DebugInfo); in GetTypeUnitSupportFiles() local
1140 LLDB_LOG_ERROR(log, std::move(error), in GetTypeUnitSupportFiles()
1554 Log *log = GetLog(DWARFLog::DebugInfo); in ResolveTypeUID() local
1555 if (log) in ResolveTypeUID()
1557 log, "SymbolFileDWARF::ResolveTypeUID (die = {0:x16}) {1} '{2}'", in ResolveTypeUID()
1565 if (log) { in ResolveTypeUID()
1571 if (log) in ResolveTypeUID()
1573 log, in ResolveTypeUID()
1643 Log *log = GetLog(DWARFLog::DebugInfo | DWARFLog::TypeCompletion); in CompleteType() local
1644 if (log) in CompleteType()
1646 log, "{0:x8}: {1} '{2}' resolving forward declaration...", in CompleteType()
1872 Log *log = GetLog(LLDBLog::Symbols); in GetDwoSymbolFileForCompileUnit() local
1873 LLDB_LOGF(log, in GetDwoSymbolFileForCompileUnit()
2316 Log *log = GetLog(DWARFLog::Lookups); in DeclContextMatchesThisSymbolFile() local
2318 if (log) in DeclContextMatchesThisSymbolFile()
2320 log, "Valid namespace does not match symbol file"); in DeclContextMatchesThisSymbolFile()
2329 Log *log = GetLog(DWARFLog::Lookups); in FindGlobalVariables() local
2331 if (log) in FindGlobalVariables()
2333 log, in FindGlobalVariables()
2403 if (log && num_matches > 0) { in FindGlobalVariables()
2405 log, in FindGlobalVariables()
2417 Log *log = GetLog(DWARFLog::Lookups); in FindGlobalVariables() local
2419 if (log) { in FindGlobalVariables()
2421 log, in FindGlobalVariables()
2535 Log *log = GetLog(DWARFLog::Lookups); in FindFunctions() local
2537 if (log) { in FindFunctions()
2539 log, in FindFunctions()
2587 if (log && num_matches > 0) { in FindFunctions()
2589 log, in FindFunctions()
2603 Log *log = GetLog(DWARFLog::Lookups); in FindFunctions() local
2605 if (log) { in FindFunctions()
2607 log, "SymbolFileDWARF::FindFunctions (regex=\"{0}\", sc_list)", in FindFunctions()
2797 Log *log = GetLog(DWARFLog::Lookups); in FindNamespace() local
2799 if (log) { in FindNamespace()
2801 log, "SymbolFileDWARF::FindNamespace (sc, name=\"{0}\")", in FindNamespace()
2822 if (log && namespace_decl_ctx) { in FindNamespace()
2824 log, in FindNamespace()
3105 Log *log = GetLog(DWARFLog::TypeCompletion | DWARFLog::Lookups); in FindDefinitionTypeForDWARFDeclContext() local
3106 if (log) { in FindDefinitionTypeForDWARFDeclContext()
3108 log, in FindDefinitionTypeForDWARFDeclContext()
3155 if (log) { in FindDefinitionTypeForDWARFDeclContext()
3157 log, in FindDefinitionTypeForDWARFDeclContext()
3167 if (log) { in FindDefinitionTypeForDWARFDeclContext()
3170 log, in FindDefinitionTypeForDWARFDeclContext()
4070 Log *log = GetLog(LLDBLog::Step); in CollectCallEdges() local
4071 LLDB_LOG(log, "CollectCallEdges: Found call site info in {0}", in CollectCallEdges()
4098 LLDB_LOG(log, "CollectCallEdges: Could not extract TAG_call_site form"); in CollectCallEdges()
4111 LLDB_LOG(log, "CollectCallEdges: Invalid call origin in {0}", in CollectCallEdges()
4136 LLDB_LOG(log, in CollectCallEdges()
4150 LLDB_LOG(log, "CollectCallEdges: call site without any call target"); in CollectCallEdges()
4166 LLDB_LOG(log, "CollectCallEdges: No caller address"); in CollectCallEdges()
4180 LLDB_LOG(log, in CollectCallEdges()
4188 if (log) { in CollectCallEdges()
4192 LLDB_LOG(log, "CollectCallEdges: Found indirect call target: {0}", in CollectCallEdges()
4200 if (log && parameters.size()) { in CollectCallEdges()
4207 LLDB_LOG(log, "CollectCallEdges: \tparam: {0} => {1}", in CollectCallEdges()