Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp311 struct VTableSlot { struct
320 template <> struct DenseMapInfo<VTableSlot> {
321 static VTableSlot getEmptyKey() { in getEmptyKey()
325 static VTableSlot getTombstoneKey() { in getTombstoneKey()
329 static unsigned getHashValue(const VTableSlot &I) { in getHashValue()
333 static bool isEqual(const VTableSlot &LHS, in isEqual()
334 const VTableSlot &RHS) { in isEqual()
519 MapVector<VTableSlot, VTableSlotInfo> CallSlots;
576 WholeProgramDevirtResolution *Res, VTableSlot Slot);
590 std::string getGlobalName(VTableSlot Slot, ArrayRef<uint64_t> Args,
[all …]