Home
last modified time | relevance | path

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

/external/llvm-project/lldb/unittests/Symbol/
DTestLineEntry.cpp79 bool include_inlined_functions = false; in TEST_F() local
81 line_entry->GetSameLineContiguousAddressRange(include_inlined_functions); in TEST_F()
88 bool include_inlined_functions = true; in TEST_F() local
90 line_entry->GetSameLineContiguousAddressRange(include_inlined_functions); in TEST_F()
97 bool include_inlined_functions = true; in TEST_F() local
99 line_entry->GetSameLineContiguousAddressRange(include_inlined_functions); in TEST_F()
/external/llvm-project/lldb/source/Symbol/
DLineEntry.cpp194 bool include_inlined_functions) const { in GetSameLineContiguousAddressRange()
200 if (include_inlined_functions) in GetSameLineContiguousAddressRange()
227 if (include_inlined_functions && next_line_sc.block && in GetSameLineContiguousAddressRange()
/external/llvm-project/lldb/source/Target/
DThreadPlanStepRange.cpp126 const bool include_inlined_functions = in InRange() local
129 include_inlined_functions)); in InRange()
145 const bool include_inlined_functions = in InRange() local
148 include_inlined_functions)); in InRange()
DThreadPlanStepOut.cpp111 const bool include_inlined_functions = false; in ThreadPlanStepOut() local
113 include_inlined_functions); in ThreadPlanStepOut()
DThread.cpp1278 const bool include_inlined_functions = true; in QueueThreadPlanForStepOverRange() local
1280 line_entry.GetSameLineContiguousAddressRange(include_inlined_functions); in QueueThreadPlanForStepOverRange()
1313 const bool include_inlined_functions = false; in QueueThreadPlanForStepInRange() local
1316 line_entry.GetSameLineContiguousAddressRange(include_inlined_functions), in QueueThreadPlanForStepInRange()
/external/llvm-project/lldb/include/lldb/Symbol/
DLineEntry.h130 GetSameLineContiguousAddressRange(bool include_inlined_functions) const;
/external/llvm-project/lldb/tools/lldb-test/
Dlldb-test.cpp431 const bool include_inlined_functions = false; in findFunctions() local
433 le.GetSameLineContiguousAddressRange(include_inlined_functions) in findFunctions()
485 const bool include_inlined_functions = false; in findBlocks() local
486 auto addr = le.GetSameLineContiguousAddressRange(include_inlined_functions) in findBlocks()