Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp159 std::vector<uint64_t> ExportsGUID; in computeLTOCacheKey() local
160 ExportsGUID.reserve(ExportList.size()); in computeLTOCacheKey()
163 ExportsGUID.push_back(GUID); in computeLTOCacheKey()
167 llvm::sort(ExportsGUID); in computeLTOCacheKey()
168 for (uint64_t GUID : ExportsGUID) { in computeLTOCacheKey()