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.cpp108 StackFrameRecognizerManager::GetRecognizerForFrame(StackFrameSP frame) { in GetRecognizerForFrame() function in StackFrameRecognizerManager
150 auto recognizer = GetRecognizerForFrame(frame); in RecognizeFrame()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrameRecognizer.h123 lldb::StackFrameRecognizerSP GetRecognizerForFrame(lldb::StackFrameSP frame);
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectFrame.cpp1078 .GetRecognizerForFrame(frame_sp); in DoExecute()