Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/LTO/
H A DLTO.cpp151 std::vector<uint64_t> ExportsGUID; in computeLTOCacheKey() local
152 ExportsGUID.reserve(ExportList.size()); in computeLTOCacheKey()
155 ExportsGUID.push_back(GUID); in computeLTOCacheKey()
159 llvm::sort(ExportsGUID); in computeLTOCacheKey()
160 for (uint64_t GUID : ExportsGUID) { in computeLTOCacheKey()