Home
last modified time | relevance | path

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

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