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.cpp63 module.try_emplace("debugInfoByteSize", (int64_t)debug_info_size); in ToJSON()
245 uint64_t debug_info_size = 0; in ReportStatistics() local
290 module_stat.debug_info_size = in ReportStatistics()
296 module_stat.debug_info_size > 0; in ReportStatistics()
301 if (module_stat.debug_info_size > 0) in ReportStatistics()
310 debug_info_size += module_stat.debug_info_size; in ReportStatistics()
344 {"totalDebugInfoByteSize", debug_info_size}, in ReportStatistics()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp670 uint64_t debug_info_size = 0; in GetDebugInfoSize() local
674 debug_info_size += sub_sections.GetDebugInfoSize(); in GetDebugInfoSize()
676 debug_info_size += section->GetFileSize(); in GetDebugInfoSize()
678 return debug_info_size; in GetDebugInfoSize()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStatistics.h117 uint64_t debug_info_size = 0; member
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp2716 uint64_t debug_info_size = SymbolFileCommon::GetDebugInfoSize(); in GetDebugInfoSize() local
2719 return debug_info_size + dwp_sp->GetDebugInfoSize(); in GetDebugInfoSize()
2729 debug_info_size += dwo->GetDebugInfoSize(); in GetDebugInfoSize()
2731 return debug_info_size; in GetDebugInfoSize()