Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/API/
H A DSBBlock.cpp201 if (m_opaque_ptr->GetRangeAtIndex(idx, range)) { in GetRangeStartAddress()
214 if (m_opaque_ptr->GetRangeAtIndex(idx, range)) { in GetRangeEndAddress()
/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/lldb/include/lldb/Symbol/
H A DBlock.h356 bool GetRangeAtIndex(uint32_t range_idx, AddressRange &range);
/openbsd/gnu/llvm/lldb/source/Symbol/
H A DSymbolContext.cpp392 return inline_block->GetRangeAtIndex(range_idx, range); in GetAddressRange()
394 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
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp1014 if (!block->GetRangeAtIndex(i, range)) in ParseVariableForPDBData()