Home
last modified time | relevance | path

Searched refs:GetRangeAtIndex (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBBlock.cpp172 if (m_opaque_ptr->GetRangeAtIndex(idx, range)) { in GetRangeStartAddress()
183 if (m_opaque_ptr->GetRangeAtIndex(idx, range)) { in GetRangeEndAddress()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlanStepOut.cpp445 if (inlined_block->GetRangeAtIndex(0, inline_range)) { in QueueInlinedStepPlan()
469 if (inlined_block->GetRangeAtIndex(i, inline_range)) in QueueInlinedStepPlan()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DBlock.h410 bool GetRangeAtIndex(uint32_t range_idx, AddressRange &range);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DSymbolContext.cpp411 return inline_block->GetRangeAtIndex(range_idx, range); in GetAddressRange()
413 return block->GetRangeAtIndex(range_idx, range); in GetAddressRange()
H A DBlock.cpp277 bool Block::GetRangeAtIndex(uint32_t range_idx, AddressRange &range) { in GetRangeAtIndex() function in Block