Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DELFNixPlatform.cpp748 DenseSet<jitlink::Block *> AlreadyLiveBlocks; in preserveInitSections()
752 Sym->getSize() == B.getSize() && !AlreadyLiveBlocks.count(&B)) { in preserveInitSections()
754 AlreadyLiveBlocks.insert(&B); in preserveInitSections()
760 if (!AlreadyLiveBlocks.count(B)) in registerInitSections()
734 DenseSet<jitlink::Block *> AlreadyLiveBlocks; preserveInitSections() local
H A DMachOPlatform.cpp1014 DenseSet<jitlink::Block *> AlreadyLiveBlocks; in preserveImportantSections() local
1018 Sym->getSize() == B.getSize() && !AlreadyLiveBlocks.count(&B)) { in preserveImportantSections()
1020 AlreadyLiveBlocks.insert(&B); in preserveImportantSections()
1026 if (!AlreadyLiveBlocks.count(B)) in preserveImportantSections()