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.cpp322 struct VTableSlot { struct
331 template <> struct DenseMapInfo<VTableSlot> {
332 static VTableSlot getEmptyKey() { in getEmptyKey()
336 static VTableSlot getTombstoneKey() { in getTombstoneKey()
340 static unsigned getHashValue(const VTableSlot &I) { in getHashValue()
344 static bool isEqual(const VTableSlot &LHS, in isEqual()
345 const VTableSlot &RHS) { in isEqual()
561 MapVector<VTableSlot, VTableSlotInfo> CallSlots;
629 WholeProgramDevirtResolution *Res, VTableSlot Slot);
643 std::string getGlobalName(VTableSlot Slot, ArrayRef<uint64_t> Args,
[all …]