Searched defs:UnwindState (Results 1 – 1 of 1) sorted by relevance
116 struct UnwindState { struct127 UnwindState(const HybridSample &Sample) in UnwindState() argument132 bool validateInitialState() { in validateInitialState()147 void checkStateConsistency() { in checkStateConsistency()152 std::string getExpandedContextStr() const { in getExpandedContextStr()155 const ProfiledBinary *getBinary() const { return Binary; } in getBinary()156 bool hasNextLBR() const { return LBRIndex < LBRStack.size(); } in hasNextLBR()157 uint64_t getCurrentLBRSource() const { return LBRStack[LBRIndex].Source; } in getCurrentLBRSource()158 uint64_t getCurrentLBRTarget() const { return LBRStack[LBRIndex].Target; } in getCurrentLBRTarget()159 const LBREntry &getCurrentLBR() const { return LBRStack[LBRIndex]; } in getCurrentLBR()[all …]