Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
H A DPerfReader.h201 struct UnwindState { struct
203 const ProfiledBinary *Binary;
205 struct ProfiledFrame {
237 UnwindState(const HybridSample *Sample) in UnwindState() argument
243 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 …]