Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/
H A DLTO.cpp147 std::vector<uint64_t> ExportsGUID; in computeLTOCacheKey() local
148 ExportsGUID.reserve(ExportList.size()); in computeLTOCacheKey()
151 ExportsGUID.push_back(GUID); in computeLTOCacheKey()
155 llvm::sort(ExportsGUID); in computeLTOCacheKey()
156 for (uint64_t GUID : ExportsGUID) { in computeLTOCacheKey()