Searched defs:UnwindState (Results 1 – 1 of 1) sorted by relevance
201 struct UnwindState { struct203 const ProfiledBinary *Binary;205 struct ProfiledFrame {237 UnwindState(const HybridSample *Sample) in UnwindState() argument243 bool validateInitialState() { in validateInitialState()258 void checkStateConsistency() { in checkStateConsistency()263 const ProfiledBinary *getBinary() const { return Binary; } in getBinary()264 bool hasNextLBR() const { return LBRIndex < LBRStack.size(); } in hasNextLBR()265 uint64_t getCurrentLBRSource() const { return LBRStack[LBRIndex].Source; } in getCurrentLBRSource()266 uint64_t getCurrentLBRTarget() const { return LBRStack[LBRIndex].Target; } in getCurrentLBRTarget()[all …]