Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-profgen/
H A DPerfReader.h227 struct UnwindState { struct
229 const ProfiledBinary *Binary;
231 struct ProfiledFrame {
268 UnwindState(const PerfSample *Sample, const ProfiledBinary *Binary) in UnwindState() argument
274 bool validateInitialState() { in validateInitialState()
292 void checkStateConsistency() { in checkStateConsistency()
297 void setInvalid() { Invalid = true; } in setInvalid()
298 bool hasNextLBR() const { return LBRIndex < LBRStack.size(); } in hasNextLBR()
299 uint64_t getCurrentLBRSource() const { return LBRStack[LBRIndex].Source; } in getCurrentLBRSource()
300 uint64_t getCurrentLBRTarget() const { return LBRStack[LBRIndex].Target; } in getCurrentLBRTarget()
[all …]