reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/Instrumentation/AddressSanitizer.cpp
 3091     IRBIf.SetCurrentDebugLocation(EntryDebugLocation);
 3095         IRBIf.CreateCall(AsanStackMallocFunc[StackMallocIdx],
 3105     IRBIf.SetInsertPoint(Term);
 3106     IRBIf.SetCurrentDebugLocation(EntryDebugLocation);
 3108         DoDynamicAlloca ? createAllocaForLayout(IRBIf, L, true) : StaticAlloca;