Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Symbol/
H A DSymbolFileOnDemand.cpp341 SetLoadDebugInfoEnabled(); in FindGlobalVariables()
372 SetLoadDebugInfoEnabled(); in FindFunctions()
403 SetLoadDebugInfoEnabled(); in FindFunctions()
561 void SymbolFileOnDemand::SetLoadDebugInfoEnabled() { in SetLoadDebugInfoEnabled() function in SymbolFileOnDemand
H A DCompileUnit.cpp291 GetModule()->GetSymbolFile()->SetLoadDebugInfoEnabled(); in ResolveSymbolContext()
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DSymbolFileOnDemand.h53 void SetLoadDebugInfoEnabled() override;
H A DSymbolFile.h135 virtual void SetLoadDebugInfoEnabled() {} in SetLoadDebugInfoEnabled() function
/llvm-project-15.0.7/lldb/source/Core/
H A DModule.cpp474 symfile->SetLoadDebugInfoEnabled(); in ResolveSymbolContextForAddress()