Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.cpp334 std::vector<const GlobalValue*> HashGVs; in emitPartition() local
335 HashGVs.reserve(GVsToExtract->size()); in emitPartition()
337 HashGVs.push_back(GV); in emitPartition()
338 llvm::sort(HashGVs, [](const GlobalValue *LHS, const GlobalValue *RHS) { in emitPartition()
342 for (auto *GV : HashGVs) { in emitPartition()