HomeSort by relevance Sort by last modified time
    Searched refs:DiceRef (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/Object/
MachO.h 27 /// DiceRef - This is a value type class that represents a single
29 class DiceRef {
34 DiceRef() : OwningObject(nullptr) { }
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;
466 /// DiceRef
467 inline DiceRef::DiceRef(DataRefImpl DiceP, const ObjectFile *Owner
    [all...]
  /external/llvm/lib/Object/
MachOObjectFile.cpp     [all...]
  /external/llvm/tools/llvm-objdump/
MachODump.cpp 183 typedef std::pair<uint64_t, DiceRef> DiceTableEntry;
    [all...]

Completed in 801 milliseconds