Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/Object/
H A DMachO.h44 class DiceRef {
49 DiceRef() = default;
50 DiceRef(DataRefImpl DiceP, const ObjectFile *Owner);
52 bool operator==(const DiceRef &Other) const;
53 bool operator<(const DiceRef &Other) const;
64 using dice_iterator = content_iterator<DiceRef>;
869 inline DiceRef::DiceRef(DataRefImpl DiceP, const ObjectFile *Owner) in DiceRef() function
872 inline bool DiceRef::operator==(const DiceRef &Other) const {
876 inline bool DiceRef::operator<(const DiceRef &Other) const {
880 inline void DiceRef::moveNext() { in moveNext()
[all …]
/openbsd/gnu/llvm/llvm/lib/Object/
H A DMachOObjectFile.cpp2897 return dice_iterator(DiceRef(DRI, this)); in begin_dices()
2901 return dice_iterator(DiceRef(DRI, this)); in begin_dices()
2907 return dice_iterator(DiceRef(DRI, this)); in end_dices()
2912 return dice_iterator(DiceRef(DRI, this)); in end_dices()
/openbsd/gnu/llvm/llvm/tools/llvm-objdump/
H A DMachODump.cpp198 typedef std::pair<uint64_t, DiceRef> DiceTableEntry;
357 Dice.push_back(std::make_pair(PC, DiceRef())); in DumpAndSkipDataInCode()