Home
last modified time | relevance | path

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

/external/llvm-project/lldb/unittests/Symbol/
DTestLineEntry.cpp81 line_entry->GetSameLineContiguousAddressRange(include_inlined_functions); in TEST_F()
90 line_entry->GetSameLineContiguousAddressRange(include_inlined_functions); in TEST_F()
99 line_entry->GetSameLineContiguousAddressRange(include_inlined_functions); in TEST_F()
/external/llvm-project/lldb/include/lldb/Symbol/
DLineEntry.h130 GetSameLineContiguousAddressRange(bool include_inlined_functions) const;
/external/llvm-project/lldb/source/Target/
DThreadPlanStepRange.cpp128 AddRange(m_addr_context.line_entry.GetSameLineContiguousAddressRange( in InRange()
147 AddRange(m_addr_context.line_entry.GetSameLineContiguousAddressRange( in InRange()
DThreadPlanStepOut.cpp112 range = return_address_sc.line_entry.GetSameLineContiguousAddressRange( in ThreadPlanStepOut()
DThread.cpp1280 line_entry.GetSameLineContiguousAddressRange(include_inlined_functions); in QueueThreadPlanForStepOverRange()
1316 line_entry.GetSameLineContiguousAddressRange(include_inlined_functions), in QueueThreadPlanForStepInRange()
/external/llvm-project/lldb/source/Symbol/
DLineEntry.cpp193 AddressRange LineEntry::GetSameLineContiguousAddressRange( in GetSameLineContiguousAddressRange() function in LineEntry
/external/llvm-project/lldb/tools/lldb-test/
Dlldb-test.cpp433 le.GetSameLineContiguousAddressRange(include_inlined_functions) in findFunctions()
486 auto addr = le.GetSameLineContiguousAddressRange(include_inlined_functions) in findBlocks()