Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/IPO/
DWholeProgramDevirt.cpp325 struct VTableSlot { struct
334 template <> struct DenseMapInfo<VTableSlot> {
335 static VTableSlot getEmptyKey() { in getEmptyKey()
339 static VTableSlot getTombstoneKey() { in getTombstoneKey()
343 static unsigned getHashValue(const VTableSlot &I) { in getHashValue()
347 static bool isEqual(const VTableSlot &LHS, in isEqual()
348 const VTableSlot &RHS) { in isEqual()
563 MapVector<VTableSlot, VTableSlotInfo> CallSlots;
627 WholeProgramDevirtResolution *Res, VTableSlot Slot);
641 std::string getGlobalName(VTableSlot Slot, ArrayRef<uint64_t> Args,
[all …]