Searched refs:include_inlined_functions (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DLineEntry.h116 /// When \b include_inlined_functions is \b true inlined functions with
124 /// @param[in] include_inlined_functions
130 GetSameLineContiguousAddressRange(bool include_inlined_functions) const;
/freebsd-12-stable/contrib/llvm-project/lldb/source/Symbol/
H A DLineEntry.cpp194 bool include_inlined_functions) const {
200 if (include_inlined_functions)
227 if (include_inlined_functions && next_line_sc.block &&
/freebsd-12-stable/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepRange.cpp128 const bool include_inlined_functions = local
131 include_inlined_functions));
147 const bool include_inlined_functions = local
150 include_inlined_functions));
H A DThreadPlanStepOut.cpp113 const bool include_inlined_functions = false; local
115 include_inlined_functions);
H A DThread.cpp1377 const bool include_inlined_functions = true; local
1379 line_entry.GetSameLineContiguousAddressRange(include_inlined_functions);
1412 const bool include_inlined_functions = false; local
1415 line_entry.GetSameLineContiguousAddressRange(include_inlined_functions),

Completed in 124 milliseconds