Home
last modified time | relevance | path

Searched refs:GetLoadDebugInfoEnabled (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DSymbolFileOnDemand.h51 bool GetLoadDebugInfoEnabled() override { return m_debug_info_enabled; } in GetLoadDebugInfoEnabled() function
H A DSymbolFile.h130 virtual bool GetLoadDebugInfoEnabled() { return true; } in GetLoadDebugInfoEnabled() function
/llvm-project-15.0.7/lldb/source/Target/
H A DStatistics.cpp238 module_stat.debug_info_enabled = sym_file->GetLoadDebugInfoEnabled() && in ReportStatistics()