Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/lldb/include/lldb/Target/
HDRegisterContextUnwind.h73 bool BehavesLikeZerothFrame() const override;
HDRegisterContext.h239 virtual bool BehavesLikeZerothFrame() const { in BehavesLikeZerothFrame() function
/freebsd-head/contrib/llvm-project/lldb/source/Target/
HDUnwindLLDB.cpp428 } else if (m_frames[idx]->reg_ctx_lldb_sp->BehavesLikeZerothFrame()) { in DoGetFrameInfoAtIndex()
HDRegisterContext.cpp141 if (!BehavesLikeZerothFrame() && pc != 0) in GetPCForSymbolication()
HDRegisterContextUnwind.cpp734 bool RegisterContextUnwind::BehavesLikeZerothFrame() const { in BehavesLikeZerothFrame() function in RegisterContextUnwind
1404 BehavesLikeZerothFrame()) { in SavedLocationForRegister()