Searched refs:ImportedGUIDs (Results 1 – 1 of 1) sorted by relevance
206 std::vector<std::pair<uint64_t, uint8_t>> ImportedGUIDs; in computeLTOCacheKey() local213 ImportedGUIDs.clear(); in computeLTOCacheKey()215 ImportedGUIDs.push_back(std::make_pair(Fn, ImportType)); in computeLTOCacheKey()216 llvm::sort(ImportedGUIDs); in computeLTOCacheKey()217 for (auto &[GUID, Type] : ImportedGUIDs) { in computeLTOCacheKey()