Searched defs:UnwindState (Results 1 – 1 of 1) sorted by relevance
228 struct UnwindState { struct230 const ProfiledBinary *Binary;232 struct ProfiledFrame {269 UnwindState(const PerfSample *Sample, const ProfiledBinary *Binary) in UnwindState() argument275 bool validateInitialState() { in validateInitialState()293 void checkStateConsistency() { in checkStateConsistency()298 void setInvalid() { Invalid = true; } in setInvalid()299 bool hasNextLBR() const { return LBRIndex < LBRStack.size(); } in hasNextLBR()300 uint64_t getCurrentLBRSource() const { return LBRStack[LBRIndex].Source; } in getCurrentLBRSource()301 uint64_t getCurrentLBRTarget() const { return LBRStack[LBRIndex].Target; } in getCurrentLBRTarget()[all …]