Searched refs:GetRangeAtIndex (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/source/API/ |
| H A D | SBBlock.cpp | 201 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 D | ThreadPlanStepOut.cpp | 507 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 D | Block.h | 344 bool GetRangeAtIndex(uint32_t range_idx, AddressRange &range);
|
| /freebsd/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | CompileUnit.cpp | 394 sibling_block->GetRangeAtIndex(0, call_site_line.range)) { in ResolveSymbolContext()
|
| H A D | SymbolContext.cpp | 352 return inline_block->GetRangeAtIndex(range_idx, range); in GetAddressRange() 354 return block->GetRangeAtIndex(range_idx, range); in GetAddressRange()
|
| H A D | Block.cpp | 294 bool Block::GetRangeAtIndex(uint32_t range_idx, AddressRange &range) { in GetRangeAtIndex() function in Block
|
| H A D | Function.cpp | 427 m_block.GetRangeAtIndex(idx, range); in GetDescription()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | SymbolFilePDB.cpp | 1004 if (!block->GetRangeAtIndex(i, range)) in ParseVariableForPDBData()
|