Lines Matching defs:VTableSlot

322 struct VTableSlot {
331 template <> struct DenseMapInfo<VTableSlot> {
332 static VTableSlot getEmptyKey() {
336 static VTableSlot getTombstoneKey() {
340 static unsigned getHashValue(const VTableSlot &I) {
344 static bool isEqual(const VTableSlot &LHS,
345 const VTableSlot &RHS) {
447 // Call site information collected for a specific VTableSlot and possibly a list
503 // Call site information collected for a specific VTableSlot.
561 MapVector<VTableSlot, VTableSlotInfo> CallSlots;
629 WholeProgramDevirtResolution *Res, VTableSlot Slot);
643 std::string getGlobalName(VTableSlot Slot, ArrayRef<uint64_t> Args,
651 void exportGlobal(VTableSlot Slot, ArrayRef<uint64_t> Args, StringRef Name,
653 void exportConstant(VTableSlot Slot, ArrayRef<uint64_t> Args, StringRef Name,
658 Constant *importGlobal(VTableSlot Slot, ArrayRef<uint64_t> Args,
660 Constant *importConstant(VTableSlot Slot, ArrayRef<uint64_t> Args,
672 VTableSlot Slot, ArrayRef<uint64_t> Args);
678 WholeProgramDevirtResolution *Res, VTableSlot Slot);
683 void importResolution(VTableSlot Slot, VTableSlotInfo &SlotInfo);
1395 WholeProgramDevirtResolution *Res, VTableSlot Slot) {
1610 std::string DevirtModule::getGlobalName(VTableSlot Slot,
1627 void DevirtModule::exportGlobal(VTableSlot Slot, ArrayRef<uint64_t> Args,
1634 void DevirtModule::exportConstant(VTableSlot Slot, ArrayRef<uint64_t> Args,
1647 Constant *DevirtModule::importGlobal(VTableSlot Slot, ArrayRef<uint64_t> Args,
1657 Constant *DevirtModule::importConstant(VTableSlot Slot, ArrayRef<uint64_t> Args,
1712 VTableSlot Slot, ArrayRef<uint64_t> Args) {
1784 WholeProgramDevirtResolution *Res, VTableSlot Slot) {
2116 void DevirtModule::importResolution(VTableSlot Slot, VTableSlotInfo &SlotInfo) {