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.cpp66 Mangled::NamePreference symbol_mangling, bool first_instruction_only) { in AddRecognizer() argument
70 first_instruction_only, true}); in AddRecognizer()
77 bool first_instruction_only) { in AddRecognizer() argument
80 symbol, symbol_mangling, first_instruction_only, in AddRecognizer()
177 if (entry.first_instruction_only) in GetRecognizerForFrame()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrameRecognizer.h115 bool first_instruction_only = true);
125 bool first_instruction_only = true);
159 bool first_instruction_only; member