Searched refs:GetDebugInfoSize (Results 1 – 13 of 13) sorted by relevance
230 uint64_t SymbolFileCommon::GetDebugInfoSize() { in GetDebugInfoSize() function in SymbolFileCommon238 return section_list->GetDebugInfoSize(); in GetDebugInfoSize()
538 uint64_t SymbolFileOnDemand::GetDebugInfoSize() { in GetDebugInfoSize() function in SymbolFileOnDemand542 return m_sym_file_impl->GetDebugInfoSize(); in GetDebugInfoSize()
394 virtual uint64_t GetDebugInfoSize() = 0;537 uint64_t GetDebugInfoSize() override;
181 uint64_t GetDebugInfoSize() override;
671 uint64_t SectionList::GetDebugInfoSize() const { in GetDebugInfoSize() function in SectionList676 debug_info_size += sub_sections.GetDebugInfoSize(); in GetDebugInfoSize()
144 uint64_t GetDebugInfoSize() override;
921 uint64_t SymbolFileBreakpad::GetDebugInfoSize() { in GetDebugInfoSize() function in SymbolFileBreakpad
97 uint64_t GetDebugInfoSize() const;
245 module_stat.debug_info_size = sym_file->GetDebugInfoSize(); in ReportStatistics()
158 size_t GetDebugInfoSize() const;
253 m_die_array.reserve(GetDebugInfoSize() / 24); in ExtractDIEsRWLocked()436 size_t DWARFUnit::GetDebugInfoSize() const { in GetDebugInfoSize() function in DWARFUnit
80 uint64_t GetDebugInfoSize() override;
2159 uint64_t SymbolFileNativePDB::GetDebugInfoSize() { in GetDebugInfoSize() function in SymbolFileNativePDB