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

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

Completed in 115 milliseconds