Home
last modified time | relevance | path

Searched refs:current_address (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lldb/source/Target/
H A DThreadPlanStepThrough.cpp100 lldb::addr_t current_address = GetThread().GetRegisterContext()->GetPC(0); in LookForPlanToStepThroughFromCurrentPC() local
105 current_address, s.GetData()); in LookForPlanToStepThroughFromCurrentPC()
109 current_address); in LookForPlanToStepThroughFromCurrentPC()
H A DThreadPlanRunToAddress.cpp193 lldb::addr_t current_address = GetThread().GetRegisterContext()->GetPC(); in AtOurAddress() local
197 if (m_addresses[i] == current_address) { in AtOurAddress()
/llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.cpp112 Address current_address = current_frame->GetFrameCodeAddress(); in DeterminePtrauthFailure() local
130 GetPtrauthInstructionInfo(target, arch, current_address); in DeterminePtrauthFailure()
153 uint64_t current_pc = current_address.GetLoadAddress(&target); in DeterminePtrauthFailure()
161 GetPtrauthInstructionInfo(target, arch, current_address); in DeterminePtrauthFailure()
165 DescribeAddressBriefly(strm, current_address, target); in DeterminePtrauthFailure()
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dlinetable-eh.cpp40 uint64_t current_address = GetContext()->GetIt(); in bar() local