Home
last modified time | relevance | path

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

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