Lines Matching defs:GUID
739 DenseMap<GlobalValue::GUID, unsigned> GUIDMap;
792 int getGUIDSlot(GlobalValue::GUID GUID);
826 /// GUID map iterators.
827 using guid_iterator = DenseMap<GlobalValue::GUID, unsigned>::iterator;
848 void CreateGUIDSlot(GlobalValue::GUID GUID);
1094 // Iterate through all the GUID in the index and create slots for them.
1261 int SlotTracker::getGUIDSlot(GlobalValue::GUID GUID) {
1265 // Find the GUID in the map
1266 guid_iterator I = GUIDMap.find(GUID);
1353 /// Create a new slot for the specified GUID
1354 void SlotTracker::CreateGUIDSlot(GlobalValue::GUID GUID) {
1355 GUIDMap[GUID] = GUIDNext++;
2705 DenseMap<const GlobalValueSummary *, GlobalValue::GUID> SummaryToGUIDMap;
3062 auto GUID = GlobalList.first;
3064 SummaryToGUIDMap[Summary.get()] = GUID;
3069 auto GUID = GlobalList.first;
3071 printSummaryInfo(Machine.getGUIDSlot(GUID), VI);
3084 auto GUID = GlobalValue::getGUID(TId.first);
3088 Out << ") ; guid = " << GUID << "\n";
3482 for (auto &GUID : TIDInfo.TypeTests) {
3483 auto TidIter = TheIndex->typeIds().equal_range(GUID);
3486 Out << GUID;
3489 // Print all type id that correspond to this GUID.
3521 auto TidIter = TheIndex->typeIds().equal_range(VFId.GUID);
3524 Out << "guid: " << VFId.GUID;
3529 // Print all type id that correspond to this GUID.