Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Symbol/
DBlock.h345 bool GetRangeContainingAddress(const Address &addr, AddressRange &range);
/external/llvm-project/lldb/source/Symbol/
DBlock.cpp239 bool Block::GetRangeContainingAddress(const Address &addr, in GetRangeContainingAddress() function in Block
272 return GetRangeContainingAddress(load_address, containing_range); in GetRangeContainingLoadAddress()
DSymbolContext.cpp124 if (inlined_block->GetRangeContainingAddress(addr, block_range)) { in DumpStopContext()
466 if (curr_inlined_block->GetRangeContainingAddress(curr_frame_pc, range)) { in GetParentOfInlinedScope()
/external/llvm-project/lldb/source/Target/
DThreadPlanStepOverRange.cpp257 inlined_block->GetRangeContainingAddress(prev_address, in ShouldStop()
DStackFrameList.cpp114 if (!block_ptr->GetRangeContainingAddress(pc_as_address, containing_range) || in ResetCurrentInlinedDepth()
177 if (!container_ptr->GetRangeContainingAddress(pc_as_address, in ResetCurrentInlinedDepth()
/external/llvm-project/lldb/source/Commands/
DCommandObjectThread.cpp477 block->GetRangeContainingAddress(pc_address, block_range); in DoExecute()
/external/llvm-project/lldb/source/Core/
DFormatEntity.cpp469 if (inline_block && inline_block->GetRangeContainingAddress( in DumpAddressOffsetFromFunction()