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.cpp167 std::vector<uint64_t> ExportsGUID; in computeLTOCacheKey() local
168 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()