Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/LTO/
DLTO.cpp144 std::vector<uint64_t> ExportsGUID; in computeLTOCacheKey() local
145 ExportsGUID.reserve(ExportList.size()); in computeLTOCacheKey()
148 ExportsGUID.push_back(GUID); in computeLTOCacheKey()
152 llvm::sort(ExportsGUID); in computeLTOCacheKey()
153 for (uint64_t GUID : ExportsGUID) { in computeLTOCacheKey()