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

/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
H A DStackFrameRecognizer.cpp93 bool RemoveRecognizerWithID(uint32_t recognizer_id) { function in class:StackFrameRecognizerManagerImpl
193 bool StackFrameRecognizerManager::RemoveRecognizerWithID(uint32_t recognizer_id) { function in class:StackFrameRecognizerManager
194 return GetStackFrameRecognizerManagerImpl().RemoveRecognizerWithID(recognizer_id);
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrameRecognizer.h121 static bool RemoveRecognizerWithID(uint32_t recognizer_id);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectFrame.cpp996 StackFrameRecognizerManager::RemoveRecognizerWithID(recognizer_id);

Completed in 95 milliseconds