Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/
H A DDebuggerSupportPlugin.cpp67 SmallSet<Block *, 8> PreservedBlocks; in preserveDebugSections() local
70 PreservedBlocks.insert(&Sym->getBlock()).second; in preserveDebugSections()
75 if (!PreservedBlocks.count(B)) in preserveDebugSections()