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.cpp351 SetLoadDebugInfoEnabled(); in FindGlobalVariables()
382 SetLoadDebugInfoEnabled(); in FindFunctions()
415 SetLoadDebugInfoEnabled(); in FindFunctions()
558 void SymbolFileOnDemand::SetLoadDebugInfoEnabled() { in SetLoadDebugInfoEnabled() function in SymbolFileOnDemand
H A DCompileUnit.cpp285 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.cpp476 symfile->SetLoadDebugInfoEnabled(); in ResolveSymbolContextForAddress()