Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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>;
827 inline DiceRef::DiceRef(DataRefImpl DiceP, const ObjectFile *Owner) in DiceRef() function
830 inline bool DiceRef::operator==(const DiceRef &Other) const {
834 inline bool DiceRef::operator<(const DiceRef &Other) const {
838 inline void DiceRef::moveNext() { in moveNext()
[all …]
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DMachORewriteInstance.cpp174 explicit DataInCodeRegion(DiceRef D) { in DataInCodeRegion()
/llvm-project-15.0.7/llvm/lib/Object/
H A DMachOObjectFile.cpp2853 return dice_iterator(DiceRef(DRI, this)); in begin_dices()
2857 return dice_iterator(DiceRef(DRI, this)); in begin_dices()
2863 return dice_iterator(DiceRef(DRI, this)); in end_dices()
2868 return dice_iterator(DiceRef(DRI, this)); in end_dices()
/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A DMachODump.cpp185 typedef std::pair<uint64_t, DiceRef> DiceTableEntry;
344 Dice.push_back(std::make_pair(PC, DiceRef())); in DumpAndSkipDataInCode()