Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMachOPlatform.cpp770 DenseSet<jitlink::Block *> AlreadyLiveBlocks; in preserveInitSections() local
774 Sym->getSize() == B.getSize() && !AlreadyLiveBlocks.count(&B)) { in preserveInitSections()
776 AlreadyLiveBlocks.insert(&B); in preserveInitSections()
782 if (!AlreadyLiveBlocks.count(B)) in preserveInitSections()