Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp1373 auto NewDebugLoc = OI->getDebugLoc(); in insertWarningFn() local
1376 if (NewDebugLoc && NewDebugLoc != IRB.getCurrentDebugLocation()) { in insertWarningFn()
1380 IRBOrigin.SetCurrentDebugLocation(NewDebugLoc); in insertWarningFn()