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 DRegisterContext.h239 virtual bool BehavesLikeZerothFrame() const {
229 virtual bool BehavesLikeZerothFrame() const { BehavesLikeZerothFrame() function
H A DRegisterContextUnwind.h73 bool BehavesLikeZerothFrame() const override;
/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 GetPCForSymbolication()
H A DRegisterContextUnwind.cpp727 bool RegisterContextUnwind::BehavesLikeZerothFrame() const { in BehavesLikeZerothFrame() function in RegisterContextUnwind
1427 if (BehavesLikeZerothFrame()) { in GetAbstractRegisterLocation()
1542 if (!BehavesLikeZerothFrame() && in SavedLocationForRegister()