Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/Object/
HDMachO.h29 class DiceRef {
34 DiceRef() : OwningObject(nullptr) { } in DiceRef() function
36 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;
450 inline DiceRef::DiceRef(DataRefImpl DiceP, const ObjectFile *Owner) in DiceRef() function
453 inline bool DiceRef::operator==(const DiceRef &Other) const {
457 inline bool DiceRef::operator<(const DiceRef &Other) const {
461 inline void DiceRef::moveNext() { in moveNext()
[all …]
/NextBSD/contrib/llvm/lib/Object/
HDMachOObjectFile.cpp1197 return dice_iterator(DiceRef(DRI, this)); in begin_dices()
1201 return dice_iterator(DiceRef(DRI, this)); in begin_dices()
1207 return dice_iterator(DiceRef(DRI, this)); in end_dices()
1212 return dice_iterator(DiceRef(DRI, this)); in end_dices()
/NextBSD/contrib/llvm/tools/llvm-objdump/
HDMachODump.cpp186 typedef std::pair<uint64_t, DiceRef> DiceTableEntry;
6226 Dice.push_back(std::make_pair(PC, DiceRef())); in DisassembleMachO()