Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp3134 if (const DILocation *LifetimeLoc = APC.InsBefore->getDebugLoc().get()) { in processStaticAllocas() local
3135 if (LifetimeLoc->getFile() == FnLoc->getFile()) in processStaticAllocas()
3136 if (unsigned Line = LifetimeLoc->getLine()) in processStaticAllocas()