Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DELFNixPlatform.cpp788 DenseSet<jitlink::Block *> AlreadyLiveBlocks; in preserveInitSections() local
792 Sym->getSize() == B.getSize() && !AlreadyLiveBlocks.count(&B)) { in preserveInitSections()
794 AlreadyLiveBlocks.insert(&B); in preserveInitSections()
800 if (!AlreadyLiveBlocks.count(B)) in preserveInitSections()
H A DMachOPlatform.cpp709 DenseSet<jitlink::Block *> AlreadyLiveBlocks; in preserveInitSections() local
713 Sym->getSize() == B.getSize() && !AlreadyLiveBlocks.count(&B)) { in preserveInitSections()
715 AlreadyLiveBlocks.insert(&B); in preserveInitSections()
721 if (!AlreadyLiveBlocks.count(B)) in preserveInitSections()