Home
last modified time | relevance | path

Searched refs:DiceRef (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachO.h45 class DiceRef {
50 DiceRef() = default;
51 DiceRef(DataRefImpl DiceP, const ObjectFile *Owner);
53 bool operator==(const DiceRef &Other) const;
54 bool operator<(const DiceRef &Other) const;
65 using dice_iterator = content_iterator<DiceRef>;
881 inline DiceRef::DiceRef(DataRefImpl DiceP, const ObjectFile *Owner) in DiceRef() function
884 inline bool DiceRef::operator==(const DiceRef &Other) const {
888 inline bool DiceRef::operator<(const DiceRef &Other) const {
892 inline void DiceRef::moveNext() { in moveNext()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp2903 return dice_iterator(DiceRef(DRI, this)); in begin_dices()
2907 return dice_iterator(DiceRef(DRI, this)); in begin_dices()
2913 return dice_iterator(DiceRef(DRI, this)); in end_dices()
2918 return dice_iterator(DiceRef(DRI, this)); in end_dices()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp201 typedef std::pair<uint64_t, DiceRef> DiceTableEntry;
327 Dice.push_back(std::make_pair(PC, DiceRef())); in DumpAndSkipDataInCode()