Searched refs:GetDebugInfoSize (Results 1 – 14 of 14) sorted by relevance
240 uint64_t SymbolFileCommon::GetDebugInfoSize() { in GetDebugInfoSize() function in SymbolFileCommon248 return section_list->GetDebugInfoSize(); in GetDebugInfoSize()
552 uint64_t SymbolFileOnDemand::GetDebugInfoSize() { in GetDebugInfoSize() function in SymbolFileOnDemand556 return m_sym_file_impl->GetDebugInfoSize(); in GetDebugInfoSize()
370 virtual uint64_t GetDebugInfoSize() = 0;485 uint64_t GetDebugInfoSize() override;
189 uint64_t GetDebugInfoSize() override;
665 uint64_t SectionList::GetDebugInfoSize() const { in GetDebugInfoSize() function in SectionList670 debug_info_size += sub_sections.GetDebugInfoSize(); in GetDebugInfoSize()
96 uint64_t GetDebugInfoSize() const;
153 uint64_t GetDebugInfoSize() override;
928 uint64_t SymbolFileBreakpad::GetDebugInfoSize() { in GetDebugInfoSize() function in SymbolFileBreakpad
245 module_stat.debug_info_size = sym_file->GetDebugInfoSize(); in ReportStatistics()
152 size_t GetDebugInfoSize() const;
251 m_die_array.reserve(GetDebugInfoSize() / 24); in ExtractDIEsRWLocked()433 size_t DWARFUnit::GetDebugInfoSize() const { in GetDebugInfoSize() function in DWARFUnit
80 uint64_t GetDebugInfoSize() override;
2145 uint64_t SymbolFileNativePDB::GetDebugInfoSize() { in GetDebugInfoSize() function in SymbolFileNativePDB
370 static uint64_t GetDebugInfoSize(lldb::SBModule module) { in GetDebugInfoSize() function410 uint64_t debug_info = GetDebugInfoSize(module); in CreateModule()