Home
last modified time | relevance | path

Searched refs:ExportsGUID (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp177 std::vector<uint64_t> ExportsGUID; in computeLTOCacheKey() local
178 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()