Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DSymbolFile.cpp240 uint64_t SymbolFileCommon::GetDebugInfoSize() { in GetDebugInfoSize() function in SymbolFileCommon
248 return section_list->GetDebugInfoSize(); in GetDebugInfoSize()
H A DSymbolFileOnDemand.cpp552 uint64_t SymbolFileOnDemand::GetDebugInfoSize() { in GetDebugInfoSize() function in SymbolFileOnDemand
556 return m_sym_file_impl->GetDebugInfoSize(); in GetDebugInfoSize()
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DSymbolFile.h370 virtual uint64_t GetDebugInfoSize() = 0;
485 uint64_t GetDebugInfoSize() override;
H A DSymbolFileOnDemand.h189 uint64_t GetDebugInfoSize() override;
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DSection.h96 uint64_t GetDebugInfoSize() const;
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.h153 uint64_t GetDebugInfoSize() override;
H A DSymbolFileBreakpad.cpp928 uint64_t SymbolFileBreakpad::GetDebugInfoSize() { in GetDebugInfoSize() function in SymbolFileBreakpad
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DStatistics.cpp245 module_stat.debug_info_size = sym_file->GetDebugInfoSize(); in ReportStatistics()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.h152 size_t GetDebugInfoSize() const;
H A DDWARFUnit.cpp251 m_die_array.reserve(GetDebugInfoSize() / 24); in ExtractDIEsRWLocked()
433 size_t DWARFUnit::GetDebugInfoSize() const { in GetDebugInfoSize() function in DWARFUnit
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.h80 uint64_t GetDebugInfoSize() override;
H A DSymbolFileNativePDB.cpp2145 uint64_t SymbolFileNativePDB::GetDebugInfoSize() { in GetDebugInfoSize() function in SymbolFileNativePDB
/openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/
H A DJSONUtils.cpp370 static uint64_t GetDebugInfoSize(lldb::SBModule module) { in GetDebugInfoSize() function
410 uint64_t debug_info = GetDebugInfoSize(module); in CreateModule()