Searched refs:GetDebugInfoSize (Results 1 – 14 of 14) sorted by relevance
241 uint64_t SymbolFileCommon::GetDebugInfoSize() { in GetDebugInfoSize() function in SymbolFileCommon249 return section_list->GetDebugInfoSize(); in GetDebugInfoSize()
540 uint64_t SymbolFileOnDemand::GetDebugInfoSize() { in GetDebugInfoSize() function in SymbolFileOnDemand544 return m_sym_file_impl->GetDebugInfoSize(); in GetDebugInfoSize()
325 virtual uint64_t GetDebugInfoSize() = 0;423 uint64_t GetDebugInfoSize() override;
186 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;
926 uint64_t SymbolFileBreakpad::GetDebugInfoSize() { in GetDebugInfoSize() function in SymbolFileBreakpad
223 module_stat.debug_info_size = sym_file->GetDebugInfoSize(); in ReportStatistics()
151 size_t GetDebugInfoSize() const;
232 m_die_array.reserve(GetDebugInfoSize() / 24); in ExtractDIEsRWLocked()414 size_t DWARFUnit::GetDebugInfoSize() const { in GetDebugInfoSize() function in DWARFUnit
79 uint64_t GetDebugInfoSize() override;
1964 uint64_t SymbolFileNativePDB::GetDebugInfoSize() { in GetDebugInfoSize() function in SymbolFileNativePDB
367 static uint64_t GetDebugInfoSize(lldb::SBModule module) { in GetDebugInfoSize() function407 uint64_t debug_info = GetDebugInfoSize(module); in CreateModule()