Home
last modified time | relevance | path

Searched refs:GetFrameCodeAddress (Results 1 – 20 of 20) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DStackFrame.cpp180 const Address &StackFrame::GetFrameCodeAddress() { in GetFrameCodeAddress() function in StackFrame
285 GetFrameCodeAddress(); in GetSymbolContext()
291 Address lookup_addr(GetFrameCodeAddress()); in GetSymbolContext()
1311 pc_range.GetBaseAddress() = GetFrameCodeAddress(); in GuessValueForAddress()
1688 if (GetFrameCodeAddress().GetFileAddress() < in GuessValueForRegisterAndOffset()
1690 GetFrameCodeAddress().GetFileAddress() - in GuessValueForRegisterAndOffset()
1716 GetFrameCodeAddress()); in GuessValueForRegisterAndOffset()
1823 GetFrameCodeAddress().GetLoadAddress(target)); in Dump()
1830 GetFrameCodeAddress(), show_fullpaths, show_module, in Dump()
1937 pc_range.GetBaseAddress() = GetFrameCodeAddress(); in GetStatus()
H A DThreadPlanStepThrough.cpp54 m_backstop_addr = return_frame_sp->GetFrameCodeAddress().GetLoadAddress( in ThreadPlanStepThrough()
H A DStackFrameRecognizer.cpp102 Address current_addr = frame->GetFrameCodeAddress(); in GetRecognizerForFrame()
H A DThreadPlanStepOverRange.cpp228 Address cur_address = frame_sp->GetFrameCodeAddress(); in ShouldStop()
H A DThreadPlanStepOut.cpp103 Address return_address(return_frame_sp->GetFrameCodeAddress()); in ThreadPlanStepOut()
H A DStackFrameList.cpp504 Address curr_frame_address(unwind_frame_sp->GetFrameCodeAddress()); in GetFramesUpTo()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DUnwindMacOSXFrameBackchain.cpp134 if (first_frame->GetFrameCodeAddress() == in GetStackFrameData_i386()
225 if (first_frame->GetFrameCodeAddress() == in GetStackFrameData_x86_64()
H A DHistoryUnwind.cpp43 addr_t pc = frame->GetFrameCodeAddress().GetLoadAddress( in DoCreateRegisterContextForFrame()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectDisassemble.cpp382 range.GetBaseAddress() = frame->GetFrameCodeAddress(); in DoExecute()
477 range.GetBaseAddress() = frame->GetFrameCodeAddress(); in DoExecute()
523 range.GetBaseAddress() = frame->GetFrameCodeAddress(); in DoExecute()
H A DCommandObjectThread.cpp681 Address pc_address = frame->GetFrameCodeAddress(); in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DUserExpression.cpp65 m_address = frame_sp->GetFrameCodeAddress(); in InstallContext()
87 frame_sp->GetFrameCodeAddress(), in LockAndCheckContext()
H A DDWARFExpression.cpp3315 addr_t pc_file_addr = frame.GetFrameCodeAddress().GetFileAddress(); in GetOpAndEndOffsets()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DStackFrame.h140 const Address &GetFrameCodeAddress();
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DMainThreadCheckerRuntime.cpp120 Address addr = frame->GetFrameCodeAddress(); in RetrieveReportData()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DVariable.cpp247 frame->GetFrameCodeAddress().GetLoadAddress(target_sp.get())); in LocationIsValidForFrame()
319 addr_t file_address = frame->GetFrameCodeAddress().GetFileAddress(); in IsInScope()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DUBSanRuntime.cpp157 thread_sp->GetStackFrameAtIndex(I)->GetFrameCodeAddress(); in RetrieveReportData()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DDisassembler.cpp397 pc_addr_ptr = &frame->GetFrameCodeAddress(); in PrintInstructions()
659 range.GetBaseAddress() = frame->GetFrameCodeAddress(); in Disassemble()
H A DFormatEntity.cpp1432 const Address &pc_addr = frame->GetFrameCodeAddress(); in Format()
1787 frame->GetFrameCodeAddress(), false, in Format()
H A DIOHandler.cpp3779 frame->GetFrameCodeAddress().GetOpcodeLoadAddress( in WindowDelegateDraw()
4140 pc_address = frame_sp->GetFrameCodeAddress(); in WindowDelegateDraw()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBFrame.cpp418 addr = frame->GetFrameCodeAddress().GetOpcodeLoadAddress( in GetPC()
549 sb_addr.SetAddress(&frame->GetFrameCodeAddress()); in GetPCAddress()