Home
last modified time | relevance | path

Searched refs:SetLoadDebugInfoEnabled (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolFileOnDemand.cpp352 SetLoadDebugInfoEnabled(); in FindGlobalVariables()
383 SetLoadDebugInfoEnabled(); in FindFunctions()
416 SetLoadDebugInfoEnabled(); in FindFunctions()
565 void SymbolFileOnDemand::SetLoadDebugInfoEnabled() { in SetLoadDebugInfoEnabled() function in SymbolFileOnDemand
H A DCompileUnit.cpp290 GetModule()->GetSymbolFile()->SetLoadDebugInfoEnabled(); in ResolveSymbolContext()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbolFileOnDemand.h54 void SetLoadDebugInfoEnabled() override;
H A DSymbolFile.h140 virtual void SetLoadDebugInfoEnabled() {} in SetLoadDebugInfoEnabled() function
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp483 symfile->SetLoadDebugInfoEnabled(); in ResolveSymbolContextForAddress()