Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrameRecognizer.h109 lldb::RegularExpressionSP module,
110 lldb::RegularExpressionSP symbol,
132 lldb::RegularExpressionSP module_regexp;
134 lldb::RegularExpressionSP symbol_regexp;
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DStackFrameRecognizer.cpp54 module, RegularExpressionSP(), symbols, in AddRecognizer()
55 RegularExpressionSP(), first_instruction_only}); in AddRecognizer()
59 StackFrameRecognizerSP recognizer, RegularExpressionSP module, in AddRecognizer()
60 RegularExpressionSP symbol, bool first_instruction_only) { in AddRecognizer()
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectFrame.cpp918 RegularExpressionSP(new RegularExpression(m_options.m_module)); in DoExecute()
920 RegularExpressionSP(new RegularExpression(m_options.m_symbols.front())); in DoExecute()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h388 typedef std::shared_ptr<lldb_private::RegularExpression> RegularExpressionSP; typedef