Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp356 struct VTableSlot { struct
365 template <> struct DenseMapInfo<VTableSlot> {
366 static VTableSlot getEmptyKey() { in getEmptyKey()
370 static VTableSlot getTombstoneKey() { in getTombstoneKey()
374 static unsigned getHashValue(const VTableSlot &I) { in getHashValue()
378 static bool isEqual(const VTableSlot &LHS, in isEqual()
379 const VTableSlot &RHS) { in isEqual()
592 MapVector<VTableSlot, VTableSlotInfo> CallSlots;
660 WholeProgramDevirtResolution *Res, VTableSlot Slot);
674 std::string getGlobalName(VTableSlot Slot, ArrayRef<uint64_t> Args,
[all …]