Home
last modified time | relevance | path

Searched refs:load_all_debug_info (Results 1 – 15 of 15) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
HDSymbolFileDWARFDwo.h50 uint64_t GetDebugInfoSize(bool load_all_debug_info = false) override;
HDSymbolFileDWARFDwo.cpp88 uint64_t SymbolFileDWARFDwo::GetDebugInfoSize(bool load_all_debug_info) { in GetDebugInfoSize() argument
HDDWARFUnit.h196 SymbolFileDWARFDwo *GetDwoSymbolFile(bool load_all_debug_info = true);
HDDWARFUnit.cpp899 SymbolFileDWARFDwo *DWARFUnit::GetDwoSymbolFile(bool load_all_debug_info) { in GetDwoSymbolFile() argument
900 if (load_all_debug_info) in GetDwoSymbolFile()
HDSymbolFileDWARF.h189 uint64_t GetDebugInfoSize(bool load_all_debug_info = false) override;
HDSymbolFileDWARF.cpp2712 uint64_t SymbolFileDWARF::GetDebugInfoSize(bool load_all_debug_info) { in GetDebugInfoSize() argument
2727 SymbolFileDWARFDwo *dwo = cu->GetDwoSymbolFile(load_all_debug_info); in GetDebugInfoSize()
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
HDSymbolFile.h402 virtual uint64_t GetDebugInfoSize(bool load_all_debug_info = false) = 0;
545 uint64_t GetDebugInfoSize(bool load_all_debug_info = false) override;
HDSymbolFileOnDemand.h181 uint64_t GetDebugInfoSize(bool load_all_debug_info = false) override;
/freebsd-14-stable/contrib/llvm-project/lldb/source/Target/
HDStatistics.cpp230 const bool load_all_debug_info = options.GetLoadAllDebugInfo(); in ReportStatistics() local
291 sym_file->GetDebugInfoSize(load_all_debug_info); in ReportStatistics()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Symbol/
HDSymbolFileOnDemand.cpp537 uint64_t SymbolFileOnDemand::GetDebugInfoSize(bool load_all_debug_info) { in GetDebugInfoSize() argument
541 return m_sym_file_impl->GetDebugInfoSize(load_all_debug_info); in GetDebugInfoSize()
HDSymbolFile.cpp230 uint64_t SymbolFileCommon::GetDebugInfoSize(bool load_all_debug_info) { in GetDebugInfoSize() argument
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
HDSymbolFileBreakpad.h143 uint64_t GetDebugInfoSize(bool load_all_debug_info = false) override;
HDSymbolFileBreakpad.cpp921 uint64_t SymbolFileBreakpad::GetDebugInfoSize(bool load_all_debug_info) { in GetDebugInfoSize() argument
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
HDSymbolFileNativePDB.h80 uint64_t GetDebugInfoSize(bool load_all_debug_info = false) override;
HDSymbolFileNativePDB.cpp2159 uint64_t SymbolFileNativePDB::GetDebugInfoSize(bool load_all_debug_info) { in GetDebugInfoSize() argument