Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DRegisterContextUnwind.h73 bool BehavesLikeZerothFrame() const override;
H A DRegisterContext.h239 virtual bool BehavesLikeZerothFrame() const {
229 virtual bool BehavesLikeZerothFrame() const { BehavesLikeZerothFrame() function
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DUnwindLLDB.cpp428 } else if (m_frames[idx]->reg_ctx_lldb_sp->BehavesLikeZerothFrame()) { in DoGetFrameInfoAtIndex()
H A DRegisterContext.cpp141 if (!BehavesLikeZerothFrame() && pc != 0) in SetPC()
H A DRegisterContextUnwind.cpp734 bool RegisterContextUnwind::BehavesLikeZerothFrame() const { in BehavesLikeZerothFrame() function in RegisterContextUnwind
1404 BehavesLikeZerothFrame()) { in SavedLocationForRegister()