Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBBlock.cpp205 if (m_opaque_ptr->GetRangeAtIndex(idx, range)) { in GetRangeStartAddress()
219 if (m_opaque_ptr->GetRangeAtIndex(idx, range)) { in GetRangeEndAddress()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepOut.cpp463 if (inlined_block->GetRangeAtIndex(0, inline_range)) { in QueueInlinedStepPlan()
488 if (inlined_block->GetRangeAtIndex(i, inline_range)) in QueueInlinedStepPlan()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DBlock.h354 bool GetRangeAtIndex(uint32_t range_idx, AddressRange &range);
/freebsd-13.1/contrib/llvm-project/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.cpp292 bool Block::GetRangeAtIndex(uint32_t range_idx, AddressRange &range) { in GetRangeAtIndex() function in Block
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp1003 if (!block->GetRangeAtIndex(i, range)) in ParseVariableForPDBData()