Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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;
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectFrame.cpp895 RegularExpressionSP(new RegularExpression(m_options.m_module)); in DoExecute()
897 RegularExpressionSP(new RegularExpression(m_options.m_symbols.front())); in DoExecute()
/openbsd-src/gnu/llvm/lldb/include/lldb/
H A Dlldb-forward.h373 typedef std::shared_ptr<lldb_private::RegularExpression> RegularExpressionSP; typedef