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

References

lib/Transforms/Instrumentation/HWAddressSanitizer.cpp
 1167   emitPrologue(EntryIRB,
 1174         ClGenerateTagsWithCalls ? nullptr : getStackBaseTag(EntryIRB);
 1226   if (EntryIRB.GetInsertBlock() != &F.getEntryBlock()) {
 1228     for (auto II = EntryIRB.GetInsertBlock()->begin(),
 1229               IE = EntryIRB.GetInsertBlock()->end();