Home
last modified time | relevance | path

Searched refs:GetLR (Results 1 – 5 of 5) sorted by relevance

/base/hiviewdfx/faultloggerd/tools/process_dump/
Ddfx_regs.h39 virtual uintptr_t GetLR() const = 0;
55 uintptr_t GetLR() const override;
67 uintptr_t GetLR() const override;
79 uintptr_t GetLR() const override;
Ddfx_regs_arm.cpp117 uintptr_t DfxRegsArm::GetLR() const in GetLR() function in OHOS::HiviewDFX::DfxRegsArm
Ddfx_regs_x86_64.cpp108 uintptr_t DfxRegsX86_64::GetLR() const in GetLR() function in OHOS::HiviewDFX::DfxRegsX86_64
Ddfx_regs_arm64.cpp161 uintptr_t DfxRegsArm64::GetLR() const in GetLR() function in OHOS::HiviewDFX::DfxRegsArm64
Ddfx_unwind_remote.cpp367 createFrame(1, regs->GetLR()); in UnwindThreadFallback()