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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachO.h41 /// DiceRef - This is a value type class that represents a single
43 class DiceRef { class in namespace:llvm::object
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>;
681 /// DiceRef
682 inline DiceRef::DiceRef(DataRefImp function in class:llvm::object::DiceRef
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp2771 return dice_iterator(DiceRef(DRI, this));
2775 return dice_iterator(DiceRef(DRI, this));
2781 return dice_iterator(DiceRef(DRI, this));
2786 return dice_iterator(DiceRef(DRI, this));
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp244 typedef std::pair<uint64_t, DiceRef> DiceTableEntry;
400 Dice.push_back(std::make_pair(PC, DiceRef()));

Completed in 322 milliseconds