Home
last modified time | relevance | path

Searched refs:include_inlined_functions (Results 1 – 9 of 9) sorted by relevance

/llvm-project/lldb/unittests/Symbol/
H A DTestLineEntry.cpp102 bool include_inlined_functions = false; in TEST_F() local
104 line_entry.GetSameLineContiguousAddressRange(include_inlined_functions); in TEST_F()
112 bool include_inlined_functions = true; in TEST_F() local
114 line_entry.GetSameLineContiguousAddressRange(include_inlined_functions); in TEST_F()
122 bool include_inlined_functions = true; in TEST_F() local
124 line_entry.GetSameLineContiguousAddressRange(include_inlined_functions); in TEST_F()
/llvm-project/lldb/source/Symbol/
H A DLineEntry.cpp183 bool include_inlined_functions) const { in GetSameLineContiguousAddressRange()
189 if (include_inlined_functions) in GetSameLineContiguousAddressRange()
217 if (include_inlined_functions && next_line_sc.block && in GetSameLineContiguousAddressRange()
/llvm-project/lldb/source/Target/
H A DThreadPlanStepRange.cpp128 const bool include_inlined_functions = in InRange() local
131 include_inlined_functions)); in InRange()
147 const bool include_inlined_functions = in InRange() local
150 include_inlined_functions)); in InRange()
H A DThreadPlanStepOut.cpp112 const bool include_inlined_functions = false; in ThreadPlanStepOut() local
114 include_inlined_functions); in ThreadPlanStepOut()
H A DThread.cpp1292 const bool include_inlined_functions = true; in QueueThreadPlanForStepInRange()
1294 line_entry.GetSameLineContiguousAddressRange(include_inlined_functions);
1321 const bool include_inlined_functions = false; in QueueThreadPlanForStepOut()
1324 line_entry.GetSameLineContiguousAddressRange(include_inlined_functions), in QueueThreadPlanForStepOutNoShouldStop()
1272 const bool include_inlined_functions = true; QueueThreadPlanForStepOverRange() local
1301 const bool include_inlined_functions = false; QueueThreadPlanForStepInRange() local
/llvm-project/lldb/source/API/
H A DSBLineEntry.cpp71 bool include_inlined_functions) const { in GetSameLineContiguousAddressRangeEnd()
77 include_inlined_functions); in GetSameLineContiguousAddressRangeEnd()
/llvm-project/lldb/include/lldb/Symbol/
H A DLineEntry.h125 GetSameLineContiguousAddressRange(bool include_inlined_functions) const;
/llvm-project/lldb/include/lldb/API/
H A DSBLineEntry.h33 GetSameLineContiguousAddressRangeEnd(bool include_inlined_functions) const;
/llvm-project/lldb/tools/lldb-test/
H A Dlldb-test.cpp497 const bool include_inlined_functions = false; in findFunctions()
499 le.GetSameLineContiguousAddressRange(include_inlined_functions) in findFunctions()
557 const bool include_inlined_functions = false; in findBlocks()
558 auto addr = le.GetSameLineContiguousAddressRange(include_inlined_functions) in findBlocks()
483 const bool include_inlined_functions = false; findFunctions() local
541 const bool include_inlined_functions = false; findBlocks() local