Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DMachO.h43 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() function
686 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 …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DMachOObjectFile.cpp2799 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()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DMachODump.cpp183 typedef std::pair<uint64_t, DiceRef> DiceTableEntry;
338 Dice.push_back(std::make_pair(PC, DiceRef())); in DumpAndSkipDataInCode()