Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp201 typedef std::pair<uint64_t, DiceRef> DiceTableEntry; typedef
202 typedef std::vector<DiceTableEntry> DiceTable;
211 static bool compareDiceTableEntries(const DiceTableEntry &i, in compareDiceTableEntries()
212 const DiceTableEntry &j) { in compareDiceTableEntries()