Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrameRecognizer.h108 lldb::RegularExpressionSP module,
109 lldb::RegularExpressionSP symbol,
131 lldb::RegularExpressionSP module_regexp;
133 lldb::RegularExpressionSP symbol_regexp;
/freebsd-13.1/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-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectFrame.cpp882 RegularExpressionSP(new RegularExpression(m_options.m_module)); in DoExecute()
884 RegularExpressionSP(new RegularExpression(m_options.m_symbols.front())); in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h385 typedef std::shared_ptr<lldb_private::RegularExpression> RegularExpressionSP; typedef