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

/external/llvm/include/llvm/Object/
H A DMachO.h27 /// DiceRef - This is a value type class that represents a single
29 class DiceRef { class in namespace:llvm::object
34 DiceRef() : OwningObject(nullptr) { } function in class:llvm::object::DiceRef
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;
470 /// DiceRef
471 inline DiceRef::DiceRef(DataRefImp function in class:llvm::object::DiceRef
[all...]

Completed in 378 milliseconds