Home
last modified time | relevance | path

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

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