Lines Matching defs:GUID
377 // 3) There is no non-function with the same GUID (which is rare)
394 // Be conservative if a non-function has the same GUID (which is rare).
720 std::set<GlobalValue::GUID> &ExportedGUIDs;
732 std::set<GlobalValue::GUID> &ExportedGUIDs,
827 const DenseSet<GlobalValue::GUID> &DynamicExportSymbols,
882 DenseSet<GlobalValue::GUID> &VisibleToRegularObjSymbols,
896 const DenseSet<GlobalValue::GUID> &DynamicExportSymbols,
897 const DenseSet<GlobalValue::GUID> &VisibleToRegularObjSymbols) {
922 ModuleSummaryIndex &Summary, std::set<GlobalValue::GUID> &ExportedGUIDs,
1112 // and therefore the same GUID. This can happen if there isn't enough
2208 // Look up ValueInfo with the GUID in the current linkage.
2210 // If no entry is found and GUID is different from GUID computed using
2217 // 2. The GUID in ExportedSummary is computed using exported name.
2302 DenseMap<GlobalValue::GUID, TinyPtrVector<Metadata *>> MetadataByGUID;
2316 for (Metadata *MD : MetadataByGUID[VF.GUID]) {
2321 for (Metadata *MD : MetadataByGUID[VF.GUID]) {
2327 for (Metadata *MD : MetadataByGUID[VC.VFunc.GUID]) {
2335 for (Metadata *MD : MetadataByGUID[VC.VFunc.GUID]) {
2389 auto GUID =
2392 FS->addTypeTest(GUID);
2395 FS->addTypeTest(GUID);
2444 DenseMap<GlobalValue::GUID, std::vector<StringRef>> NameByGUID;
2464 for (StringRef Name : NameByGUID[VF.GUID]) {
2469 for (StringRef Name : NameByGUID[VF.GUID]) {
2475 for (StringRef Name : NameByGUID[VC.VFunc.GUID]) {
2483 for (StringRef Name : NameByGUID[VC.VFunc.GUID]) {