Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DStackFrameRecognizer.h117 bool RemoveRecognizerWithID(uint32_t recognizer_id);
/llvm-project-15.0.7/lldb/source/Target/
H A DStackFrameRecognizer.cpp89 bool StackFrameRecognizerManager::RemoveRecognizerWithID( in RemoveRecognizerWithID() function in StackFrameRecognizerManager
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectFrame.cpp995 .RemoveRecognizerWithID(recognizer_id)) { in DoExecute()