Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/unittests/Symbol/
H A DTestLineEntry.cpp100 bool include_inlined_functions = false; in TEST_F() local
102 line_entry.GetSameLineContiguousAddressRange(include_inlined_functions); in TEST_F()
110 bool include_inlined_functions = true; in TEST_F() local
112 line_entry.GetSameLineContiguousAddressRange(include_inlined_functions); in TEST_F()
120 bool include_inlined_functions = true; in TEST_F() local
122 line_entry.GetSameLineContiguousAddressRange(include_inlined_functions); in TEST_F()
/llvm-project-15.0.7/lldb/source/Symbol/
H A DLineEntry.cpp193 bool include_inlined_functions) const { in GetSameLineContiguousAddressRange()
199 if (include_inlined_functions) in GetSameLineContiguousAddressRange()
226 if (include_inlined_functions && next_line_sc.block && in GetSameLineContiguousAddressRange()
/llvm-project-15.0.7/lldb/source/Target/
H A DThreadPlanStepRange.cpp127 const bool include_inlined_functions = in InRange() local
130 include_inlined_functions)); in InRange()
146 const bool include_inlined_functions = in InRange() local
149 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.cpp1265 const bool include_inlined_functions = true; in QueueThreadPlanForStepOverRange() local
1267 line_entry.GetSameLineContiguousAddressRange(include_inlined_functions); in QueueThreadPlanForStepOverRange()
1294 const bool include_inlined_functions = false; in QueueThreadPlanForStepInRange() local
1297 line_entry.GetSameLineContiguousAddressRange(include_inlined_functions), in QueueThreadPlanForStepInRange()
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DLineEntry.h130 GetSameLineContiguousAddressRange(bool include_inlined_functions) const;
/llvm-project-15.0.7/lldb/tools/lldb-test/
H A Dlldb-test.cpp436 const bool include_inlined_functions = false; in findFunctions() local
438 le.GetSameLineContiguousAddressRange(include_inlined_functions) in findFunctions()
490 const bool include_inlined_functions = false; in findBlocks() local
491 auto addr = le.GetSameLineContiguousAddressRange(include_inlined_functions) in findBlocks()