Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Dunwinder.h54 const std::shared_ptr<DfxRegs>& GetRegs() const;
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Dlibunwinder.map11 OHOS::HiviewDFX::Unwinder::GetRegs*;
H A Dunwinder.cpp155 inline const std::shared_ptr<DfxRegs>& GetRegs() const in GetRegs() function in OHOS::HiviewDFX::Unwinder::Impl
335 const std::shared_ptr<DfxRegs>& Unwinder::GetRegs() const in GetRegs() function in OHOS::HiviewDFX::Unwinder
337 return impl_->GetRegs(); in GetRegs()
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H A Dunwinder_test.cpp952 auto regs = unwinder->GetRegs();