Searched refs:EntryDebugLocation (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1577 DebugLoc EntryDebugLocation = getFunctionEntryDebugLocation(F); local
1582 IRB.SetCurrentDebugLocation(EntryDebugLocation);
1605 MyAlloca->setDebugLoc(EntryDebugLocation);
1626 IRBIf.SetCurrentDebugLocation(EntryDebugLocation);
1632 IRB.SetCurrentDebugLocation(EntryDebugLocation);

Completed in 137 milliseconds