Searched refs:DiceRef (Results 1 – 3 of 3) sorted by relevance
43 class DiceRef {48 DiceRef() = default;49 DiceRef(DataRefImpl DiceP, const ObjectFile *Owner);51 bool operator==(const DiceRef &Other) const;52 bool operator<(const DiceRef &Other) const;63 using dice_iterator = content_iterator<DiceRef>;683 inline DiceRef::DiceRef(DataRefImpl DiceP, const ObjectFile *Owner) in DiceRef() function686 inline bool DiceRef::operator==(const DiceRef &Other) const {690 inline bool DiceRef::operator<(const DiceRef &Other) const {694 inline void DiceRef::moveNext() { in moveNext()[all …]
2799 return dice_iterator(DiceRef(DRI, this)); in begin_dices()2803 return dice_iterator(DiceRef(DRI, this)); in begin_dices()2809 return dice_iterator(DiceRef(DRI, this)); in end_dices()2814 return dice_iterator(DiceRef(DRI, this)); in end_dices()
183 typedef std::pair<uint64_t, DiceRef> DiceTableEntry;338 Dice.push_back(std::make_pair(PC, DiceRef())); in DumpAndSkipDataInCode()