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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DEHFrameSupport.cpp38 DenseMap<Block *, LinkGraph::SplitBlockCache> Caches; local
43 Caches[B] = LinkGraph::SplitBlockCache::value_type();
45 Caches[&Sym->getBlock()]->push_back(Sym);
47 llvm::sort(*Caches[B], [](const Symbol *LHS, const Symbol *RHS) {
52 // Iterate over blocks (we do this by iterating over Caches entries rather
55 for (auto &KV : Caches) {

Completed in 143 milliseconds