Home
last modified time | relevance | path

Searched defs:UnwindState (Results 1 – 1 of 1) sorted by relevance

/llvm-project/llvm/tools/llvm-profgen/
H A DPerfReader.h228 struct UnwindState { struct
230 const ProfiledBinary *Binary;
232 struct ProfiledFrame {
269 UnwindState(const PerfSample *Sample, const ProfiledBinary *Binary) in UnwindState() argument
275 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 …]