Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepOut.cpp507 if (inlined_block->GetRangeAtIndex(0, inline_range)) { in QueueInlinedStepPlan()
532 if (inlined_block->GetRangeAtIndex(i, inline_range)) in QueueInlinedStepPlan()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DBlock.h344 bool GetRangeAtIndex(uint32_t range_idx, AddressRange &range);
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompileUnit.cpp394 sibling_block->GetRangeAtIndex(0, call_site_line.range)) { in ResolveSymbolContext()
H A DSymbolContext.cpp352 return inline_block->GetRangeAtIndex(range_idx, range); in GetAddressRange()
354 return block->GetRangeAtIndex(range_idx, range); in GetAddressRange()
H A DBlock.cpp294 bool Block::GetRangeAtIndex(uint32_t range_idx, AddressRange &range) { in GetRangeAtIndex() function in Block
H A DFunction.cpp427 m_block.GetRangeAtIndex(idx, range); in GetDescription()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp1004 if (!block->GetRangeAtIndex(i, range)) in ParseVariableForPDBData()