Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolFile.cpp230 uint64_t SymbolFileCommon::GetDebugInfoSize() { in GetDebugInfoSize() function in SymbolFileCommon
238 return section_list->GetDebugInfoSize(); in GetDebugInfoSize()
H A DSymbolFileOnDemand.cpp538 uint64_t SymbolFileOnDemand::GetDebugInfoSize() { in GetDebugInfoSize() function in SymbolFileOnDemand
542 return m_sym_file_impl->GetDebugInfoSize(); in GetDebugInfoSize()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbolFile.h394 virtual uint64_t GetDebugInfoSize() = 0;
537 uint64_t GetDebugInfoSize() override;
H A DSymbolFileOnDemand.h181 uint64_t GetDebugInfoSize() override;
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp671 uint64_t SectionList::GetDebugInfoSize() const { in GetDebugInfoSize() function in SectionList
676 debug_info_size += sub_sections.GetDebugInfoSize(); in GetDebugInfoSize()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.h144 uint64_t GetDebugInfoSize() override;
H A DSymbolFileBreakpad.cpp921 uint64_t SymbolFileBreakpad::GetDebugInfoSize() { in GetDebugInfoSize() function in SymbolFileBreakpad
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DSection.h97 uint64_t GetDebugInfoSize() const;
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DStatistics.cpp245 module_stat.debug_info_size = sym_file->GetDebugInfoSize(); in ReportStatistics()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.h158 size_t GetDebugInfoSize() const;
H A DDWARFUnit.cpp253 m_die_array.reserve(GetDebugInfoSize() / 24); in ExtractDIEsRWLocked()
436 size_t DWARFUnit::GetDebugInfoSize() const { in GetDebugInfoSize() function in DWARFUnit
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.h80 uint64_t GetDebugInfoSize() override;
H A DSymbolFileNativePDB.cpp2159 uint64_t SymbolFileNativePDB::GetDebugInfoSize() { in GetDebugInfoSize() function in SymbolFileNativePDB