Home
last modified time | relevance | path

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

/freebsd/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()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DDebuggerSupportPlugin.cpp