Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrameRecognizer.cpp142 StackFrameRecognizerManager::GetRecognizerForFrame(StackFrameSP frame) { in GetRecognizerForFrame() function in StackFrameRecognizerManager
188 auto recognizer = GetRecognizerForFrame(frame); in RecognizeFrame()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrameRecognizer.h139 lldb::StackFrameRecognizerSP GetRecognizerForFrame(lldb::StackFrameSP frame);
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectFrame.cpp1181 GetTarget().GetFrameRecognizerManager().GetRecognizerForFrame(frame_sp); in DoExecute()