Home
last modified time | relevance | path

Searched refs:GetRangeContainingAddress (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DBlock.h347 bool GetRangeContainingAddress(const Address &addr, AddressRange &range);
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DBlock.cpp250 bool Block::GetRangeContainingAddress(const Address &addr, in GetRangeContainingAddress() function in Block
283 return GetRangeContainingAddress(load_address, containing_range); in GetRangeContainingLoadAddress()
H A DSymbolContext.cpp127 if (inlined_block->GetRangeContainingAddress(addr, block_range)) { in DumpStopContext()
477 if (curr_inlined_block->GetRangeContainingAddress(curr_frame_pc, range)) { in GetParentOfInlinedScope()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepOverRange.cpp260 inlined_block->GetRangeContainingAddress(prev_address, in ShouldStop()
H A DStackFrameList.cpp117 if (!block_ptr->GetRangeContainingAddress(pc_as_address, containing_range) || in ResetCurrentInlinedDepth()
184 if (!container_ptr->GetRangeContainingAddress(pc_as_address, in ResetCurrentInlinedDepth()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectThread.cpp503 block->GetRangeContainingAddress(pc_address, block_range); in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp457 if (inline_block && inline_block->GetRangeContainingAddress( in DumpAddressOffsetFromFunction()