Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DStackFrameRecognizer.cpp72 callback(entry.recognizer_id, entry.recognizer->GetName(), entry.module_regexp->GetText(), in ForEach()
109 if (entry.module_regexp) in GetRecognizerForFrame()
110 if (!entry.module_regexp->Execute(module_name.GetStringRef())) continue; in GetRecognizerForFrame()
140 RegularExpressionSP module_regexp; member