Searched refs:ExportsGUID (Results 1 – 1 of 1) sorted by relevance
167 std::vector<uint64_t> ExportsGUID; in computeLTOCacheKey() local168 ExportsGUID.reserve(ExportList.size()); in computeLTOCacheKey()170 ExportsGUID.push_back(VI.getGUID()); in computeLTOCacheKey()173 llvm::sort(ExportsGUID); in computeLTOCacheKey()174 for (auto GUID : ExportsGUID) in computeLTOCacheKey()