Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolver.cpp280 llvm::SmallDenseSet<Block *, 8> blocks_with_breakpoints; in SetSCMatchesByLine() local
282 assert(!blocks_with_breakpoints.count(first->block)); in SetSCMatchesByLine()
283 blocks_with_breakpoints.insert(first->block); in SetSCMatchesByLine()
287 return blocks_with_breakpoints.count(sc.block); in SetSCMatchesByLine()