Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrameRecognizer.cpp52 llvm::ArrayRef<ConstString> symbols, bool first_instruction_only) { in AddRecognizer() argument
55 RegularExpressionSP(), first_instruction_only}); in AddRecognizer()
60 RegularExpressionSP symbol, bool first_instruction_only) { in AddRecognizer() argument
63 symbol, first_instruction_only}); in AddRecognizer()
139 if (entry.first_instruction_only) in GetRecognizerForFrame()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrameRecognizer.h107 bool first_instruction_only = true);
112 bool first_instruction_only = true);
136 bool first_instruction_only; member