Home
last modified time | relevance | path

Searched refs:debug_info_size (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStatistics.cpp64 module.try_emplace("debugInfoByteSize", (int64_t)debug_info_size); in ToJSON()
314 uint64_t debug_info_size = 0; in ReportStatistics() local
374 module_stat.debug_info_size = in ReportStatistics()
380 module_stat.debug_info_size > 0; in ReportStatistics()
385 if (module_stat.debug_info_size > 0) in ReportStatistics()
394 debug_info_size += module_stat.debug_info_size; in ReportStatistics()
429 {"totalDebugInfoByteSize", debug_info_size}, in ReportStatistics()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp672 uint64_t debug_info_size = 0; in GetDebugInfoSize() local
676 debug_info_size += sub_sections.GetDebugInfoSize(); in GetDebugInfoSize()
678 debug_info_size += section->GetFileSize(); in GetDebugInfoSize()
680 return debug_info_size; in GetDebugInfoSize()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStatistics.h147 uint64_t debug_info_size = 0; member
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp2651 uint64_t debug_info_size = SymbolFileCommon::GetDebugInfoSize(); in GetDebugInfoSize() local
2654 return debug_info_size + dwp_sp->GetDebugInfoSize(); in GetDebugInfoSize()
2664 debug_info_size += dwo->GetDebugInfoSize(); in GetDebugInfoSize()
2666 return debug_info_size; in GetDebugInfoSize()