Searched refs:RegularExpressionSP (Results 1 – 5 of 5) sorted by relevance
108 lldb::RegularExpressionSP module,109 lldb::RegularExpressionSP symbol,131 lldb::RegularExpressionSP module_regexp;133 lldb::RegularExpressionSP symbol_regexp;
54 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()
55 RegularExpressionSP module_regex_sp = nullptr; in RegisterDummyStackFrameRecognizer()56 RegularExpressionSP symbol_regex_sp(new RegularExpression("boom")); in RegisterDummyStackFrameRecognizer()
893 RegularExpressionSP(new RegularExpression(m_options.m_module)); in DoExecute()895 RegularExpressionSP(new RegularExpression(m_options.m_symbols.front())); in DoExecute()
383 typedef std::shared_ptr<lldb_private::RegularExpression> RegularExpressionSP; typedef