Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Breakpoint/
DBreakpointResolver.cpp271 llvm::SmallDenseSet<Block *, 8> blocks_with_breakpoints; in SetSCMatchesByLine() local
273 assert(!blocks_with_breakpoints.count(first->block)); in SetSCMatchesByLine()
274 blocks_with_breakpoints.insert(first->block); in SetSCMatchesByLine()
278 return blocks_with_breakpoints.count(sc.block); in SetSCMatchesByLine()