Searched refs:DiceRef (Results 1 – 3 of 3) sorted by relevance
29 class DiceRef {34 DiceRef() : OwningObject(nullptr) { } in DiceRef() function36 DiceRef(DataRefImpl DiceP, const ObjectFile *Owner);38 bool operator==(const DiceRef &Other) const;39 bool operator<(const DiceRef &Other) const;50 typedef content_iterator<DiceRef> dice_iterator;471 inline DiceRef::DiceRef(DataRefImpl DiceP, const ObjectFile *Owner) in DiceRef() function474 inline bool DiceRef::operator==(const DiceRef &Other) const {478 inline bool DiceRef::operator<(const DiceRef &Other) const {482 inline void DiceRef::moveNext() { in moveNext()[all …]
1318 return dice_iterator(DiceRef(DRI, this)); in begin_dices()1322 return dice_iterator(DiceRef(DRI, this)); in begin_dices()1328 return dice_iterator(DiceRef(DRI, this)); in end_dices()1333 return dice_iterator(DiceRef(DRI, this)); in end_dices()
214 typedef std::pair<uint64_t, DiceRef> DiceTableEntry;6783 Dice.push_back(std::make_pair(PC, DiceRef())); in DisassembleMachO()