Home
last modified time | relevance | path

Searched refs:GetDebugInfoSize (Results 1 – 14 of 14) sorted by relevance

/llvm-project-15.0.7/lldb/source/Symbol/
H A DSymbolFile.cpp241 uint64_t SymbolFileCommon::GetDebugInfoSize() { in GetDebugInfoSize() function in SymbolFileCommon
249 return section_list->GetDebugInfoSize(); in GetDebugInfoSize()
H A DSymbolFileOnDemand.cpp540 uint64_t SymbolFileOnDemand::GetDebugInfoSize() { in GetDebugInfoSize() function in SymbolFileOnDemand
544 return m_sym_file_impl->GetDebugInfoSize(); in GetDebugInfoSize()
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DSymbolFile.h325 virtual uint64_t GetDebugInfoSize() = 0;
423 uint64_t GetDebugInfoSize() override;
H A DSymbolFileOnDemand.h186 uint64_t GetDebugInfoSize() override;
/llvm-project-15.0.7/lldb/source/Core/
H A DSection.cpp665 uint64_t SectionList::GetDebugInfoSize() const { in GetDebugInfoSize() function in SectionList
670 debug_info_size += sub_sections.GetDebugInfoSize(); in GetDebugInfoSize()
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DSection.h96 uint64_t GetDebugInfoSize() const;
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.h153 uint64_t GetDebugInfoSize() override;
H A DSymbolFileBreakpad.cpp926 uint64_t SymbolFileBreakpad::GetDebugInfoSize() { in GetDebugInfoSize() function in SymbolFileBreakpad
/llvm-project-15.0.7/lldb/source/Target/
H A DStatistics.cpp223 module_stat.debug_info_size = sym_file->GetDebugInfoSize(); in ReportStatistics()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.h151 size_t GetDebugInfoSize() const;
H A DDWARFUnit.cpp232 m_die_array.reserve(GetDebugInfoSize() / 24); in ExtractDIEsRWLocked()
414 size_t DWARFUnit::GetDebugInfoSize() const { in GetDebugInfoSize() function in DWARFUnit
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.h79 uint64_t GetDebugInfoSize() override;
H A DSymbolFileNativePDB.cpp1964 uint64_t SymbolFileNativePDB::GetDebugInfoSize() { in GetDebugInfoSize() function in SymbolFileNativePDB
/llvm-project-15.0.7/lldb/tools/lldb-vscode/
H A DJSONUtils.cpp367 static uint64_t GetDebugInfoSize(lldb::SBModule module) { in GetDebugInfoSize() function
407 uint64_t debug_info = GetDebugInfoSize(module); in CreateModule()