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

References

lib/Transforms/Instrumentation/AddressSanitizer.cpp
 2891   if (CopyInsertPoint == ASan.LocalDynamicShadow) {
 2893     CopyInsertPoint = CopyInsertPoint->getNextNode();
 2893     CopyInsertPoint = CopyInsertPoint->getNextNode();
 2894     assert(CopyInsertPoint);
 2896   IRBuilder<> IRB(CopyInsertPoint);