Home
last modified time | relevance | path

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

/llvm-project/lldb/unittests/Symbol/
H A DTestLineEntry.cpp104 line_entry.GetSameLineContiguousAddressRange(include_inlined_functions); in TEST_F()
114 line_entry.GetSameLineContiguousAddressRange(include_inlined_functions); in TEST_F()
124 line_entry.GetSameLineContiguousAddressRange(include_inlined_functions); in TEST_F()
/llvm-project/lldb/include/lldb/Symbol/
H A DLineEntry.h125 GetSameLineContiguousAddressRange(bool include_inlined_functions) const;
/llvm-project/lldb/source/Target/
H A DThreadPlanStepRange.cpp130 AddRange(m_addr_context.line_entry.GetSameLineContiguousAddressRange( in InRange()
149 AddRange(m_addr_context.line_entry.GetSameLineContiguousAddressRange( in InRange()
H A DThreadPlanStepOut.cpp113 range = return_address_sc.line_entry.GetSameLineContiguousAddressRange( in ThreadPlanStepOut()
H A DThread.cpp1294 line_entry.GetSameLineContiguousAddressRange(include_inlined_functions);
1324 line_entry.GetSameLineContiguousAddressRange(include_inlined_functions), in QueueThreadPlanForStepOutNoShouldStop()
/llvm-project/lldb/source/API/
H A DSBLineEntry.cpp76 AddressRange line_range = m_opaque_up->GetSameLineContiguousAddressRange( in GetSameLineContiguousAddressRangeEnd()
/llvm-project/lldb/source/Symbol/
H A DLineEntry.cpp182 AddressRange LineEntry::GetSameLineContiguousAddressRange( in GetSameLineContiguousAddressRange() function in LineEntry
/llvm-project/lldb/tools/lldb-test/
H A Dlldb-test.cpp499 le.GetSameLineContiguousAddressRange(include_inlined_functions) in findFunctions()
558 auto addr = le.GetSameLineContiguousAddressRange(include_inlined_functions) in findBlocks()