Searched refs:GetRangeAtIndex (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DBlock.h354 bool GetRangeAtIndex(uint32_t range_idx, AddressRange &range);
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
H A DSBBlock.cpp207 if (m_opaque_ptr->GetRangeAtIndex(idx, range)) {
221 if (m_opaque_ptr->GetRangeAtIndex(idx, range)) {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepOut.cpp463 if (inlined_block->GetRangeAtIndex(0, inline_range)) {
488 if (inlined_block->GetRangeAtIndex(i, inline_range))
/freebsd-13-stable/contrib/llvm-project/lldb/source/Symbol/
H A DBlock.cpp292 bool Block::GetRangeAtIndex(uint32_t range_idx, AddressRange &range) { function in class:Block
H A DSymbolContext.cpp387 return inline_block->GetRangeAtIndex(range_idx, range);
389 return block->GetRangeAtIndex(range_idx, range);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp1001 if (!block->GetRangeAtIndex(i, range))

Completed in 125 milliseconds