Home
last modified time | relevance | path

Searched defs:GetLoadDebugInfoEnabled (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbolFileOnDemand.h52 bool GetLoadDebugInfoEnabled() override { return m_debug_info_enabled; } in GetLoadDebugInfoEnabled() function
H A DSymbolFile.h135 virtual bool GetLoadDebugInfoEnabled() { return true; } in GetLoadDebugInfoEnabled() function