Searched refs:ExportsGUID (Results 1 – 1 of 1) sorted by relevance
177 std::vector<uint64_t> ExportsGUID; in computeLTOCacheKey() local178 ExportsGUID.reserve(ExportList.size()); in computeLTOCacheKey()180 ExportsGUID.push_back(VI.getGUID()); in computeLTOCacheKey()183 llvm::sort(ExportsGUID); in computeLTOCacheKey()184 for (auto GUID : ExportsGUID) in computeLTOCacheKey()