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

References

lib/Transforms/Instrumentation/AddressSanitizer.cpp
 2995   IRBuilder<> IRB(InsBefore);
 3001   auto InsBeforeB = InsBefore->getParent();
 3005       AI->moveBefore(InsBefore);
 3008   if (LocalEscapeCall) LocalEscapeCall->moveBefore(InsBefore);
 3089         SplitBlockAndInsertIfThen(UseAfterReturnIsEnabled, InsBefore, false);
 3097     IRB.SetInsertPoint(InsBefore);
 3104     Term = SplitBlockAndInsertIfThen(NoFakeStack, InsBefore, false);
 3110     IRB.SetInsertPoint(InsBefore);