Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp3279 if (const DILocation *LifetimeLoc = APC.InsBefore->getDebugLoc().get()) { in processStaticAllocas() local
3280 if (LifetimeLoc->getFile() == FnLoc->getFile()) in processStaticAllocas()
3281 if (unsigned Line = LifetimeLoc->getLine()) in processStaticAllocas()