Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.cpp337 std::vector<const GlobalValue*> HashGVs; in emitPartition() local
338 HashGVs.reserve(GVsToExtract->size()); in emitPartition()
340 HashGVs.push_back(GV); in emitPartition()
341 llvm::sort(HashGVs, [](const GlobalValue *LHS, const GlobalValue *RHS) { in emitPartition()
345 for (const auto *GV : HashGVs) { in emitPartition()