Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp1445 auto HandleLifetime = [&](IntrinsicInst *II) { in instrumentStack() local
1459 llvm::for_each(Info.LifetimeStart, HandleLifetime); in instrumentStack()
1460 llvm::for_each(Info.LifetimeEnd, HandleLifetime); in instrumentStack()