Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/API/ !
H A DSBBlock.cpp202 if (m_opaque_ptr->GetRangeAtIndex(idx, range)) { in GetRangeStartAddress()
215 if (m_opaque_ptr->GetRangeAtIndex(idx, range)) { in GetRangeEndAddress()
/src/contrib/llvm-project/lldb/source/Target/ !
H A DThreadPlanStepOut.cpp464 if (inlined_block->GetRangeAtIndex(0, inline_range)) { in QueueInlinedStepPlan()
489 if (inlined_block->GetRangeAtIndex(i, inline_range)) in QueueInlinedStepPlan()
/src/contrib/llvm-project/lldb/include/lldb/Symbol/ !
H A DBlock.h356 bool GetRangeAtIndex(uint32_t range_idx, AddressRange &range);
/src/contrib/llvm-project/lldb/source/Symbol/ !
H A DSymbolContext.cpp405 return inline_block->GetRangeAtIndex(range_idx, range); in GetAddressRange()
407 return block->GetRangeAtIndex(range_idx, range); in GetAddressRange()
H A DBlock.cpp303 bool Block::GetRangeAtIndex(uint32_t range_idx, AddressRange &range) { in GetRangeAtIndex() function in Block
/src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ !
H A DSymbolFilePDB.cpp1018 if (!block->GetRangeAtIndex(i, range)) in ParseVariableForPDBData()