Searched defs:HybridSample (Results 1 – 1 of 1) sorted by relevance
79 struct HybridSample { struct88 bool operator==(const HybridSample &Other) const { argument91 const std::list<uint64_t> &OtherCallStack = Other.CallStack;92 const SmallVector<LBREntry, 16> &OtherLBRStack = Other.LBRStack;99 for (auto Address : OtherCallStack) {123 // Reference to HybridSample.LBRStack argument