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

References

lib/Transforms/Instrumentation/HWAddressSanitizer.cpp
 1465     if (P.first)
 1466       ThunkName += ("." + P.first->getName()).str();
 1469     bool IsLocal = P.first && (!isa<GlobalValue>(P.first) ||
 1469     bool IsLocal = P.first && (!isa<GlobalValue>(P.first) ||
 1470                                cast<GlobalValue>(P.first)->hasLocalLinkage());
 1486          P.first ? IRB.CreateBitCast(P.first, Int8PtrTy)
 1486          P.first ? IRB.CreateBitCast(P.first, Int8PtrTy)
 1493     for (Function *F : P.second)