Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbolFileOnDemand.h181 uint64_t GetDebugInfoSize(bool load_all_debug_info = false) override;
227 bool load_all_debug_info = false) override {
229 load_all_debug_info);
H A DSymbolFile.h410 virtual uint64_t GetDebugInfoSize(bool load_all_debug_info = false) = 0;
474 bool load_all_debug_info = false) {
569 uint64_t GetDebugInfoSize(bool load_all_debug_info = false) override;
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDwo.h50 uint64_t GetDebugInfoSize(bool load_all_debug_info = false) override;
H A DSymbolFileDWARFDwo.cpp88 uint64_t SymbolFileDWARFDwo::GetDebugInfoSize(bool load_all_debug_info) { in GetDebugInfoSize() argument
H A DSymbolFileDWARF.h188 uint64_t GetDebugInfoSize(bool load_all_debug_info = false) override;
283 bool load_all_debug_info = false) override;
H A DDWARFUnit.h213 SymbolFileDWARFDwo *GetDwoSymbolFile(bool load_all_debug_info = true);
H A DSymbolFileDWARFDebugMap.h136 bool load_all_debug_info = false) override;
H A DDWARFUnit.cpp973 SymbolFileDWARFDwo *DWARFUnit::GetDwoSymbolFile(bool load_all_debug_info) { in GetDwoSymbolFile() argument
974 if (load_all_debug_info) in GetDwoSymbolFile()
H A DSymbolFileDWARF.cpp2647 uint64_t SymbolFileDWARF::GetDebugInfoSize(bool load_all_debug_info) { in GetDebugInfoSize() argument
2662 SymbolFileDWARFDwo *dwo = cu->GetDwoSymbolFile(load_all_debug_info); in GetDebugInfoSize()
4143 bool load_all_debug_info) { in GetSeparateDebugInfo() argument
4186 SymbolFile *dwo_symfile = dwarf_cu->GetDwoSymbolFile(load_all_debug_info); in GetSeparateDebugInfo()
H A DSymbolFileDWARFDebugMap.cpp1282 bool load_all_debug_info) { in GetSeparateDebugInfo() argument
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolFileOnDemand.cpp538 uint64_t SymbolFileOnDemand::GetDebugInfoSize(bool load_all_debug_info) { in GetDebugInfoSize() argument
542 return m_sym_file_impl->GetDebugInfoSize(load_all_debug_info); in GetDebugInfoSize()
H A DSymbolFile.cpp230 uint64_t SymbolFileCommon::GetDebugInfoSize(bool load_all_debug_info) { in GetDebugInfoSize() argument
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStatistics.cpp296 const bool load_all_debug_info = options.GetLoadAllDebugInfo(); in ReportStatistics() local
375 sym_file->GetDebugInfoSize(load_all_debug_info); in ReportStatistics()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.h143 uint64_t GetDebugInfoSize(bool load_all_debug_info = false) override;
H A DSymbolFileBreakpad.cpp914 uint64_t SymbolFileBreakpad::GetDebugInfoSize(bool load_all_debug_info) { in GetDebugInfoSize() argument
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.h80 uint64_t GetDebugInfoSize(bool load_all_debug_info = false) override;
H A DSymbolFileNativePDB.cpp2178 uint64_t SymbolFileNativePDB::GetDebugInfoSize(bool load_all_debug_info) { in GetDebugInfoSize() argument
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp1416 bool load_all_debug_info) { in GetSeparateDebugInfoList() argument
1421 load_all_debug_info)) { in GetSeparateDebugInfoList()