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

References

lib/Transforms/Instrumentation/AddressSanitizer.cpp
 1670                      AddrLong);
 1673                      {AddrLong, ConstantInt::get(IRB.getInt32Ty(), Exp)});
 1680     AddrLong = IRB.CreateAnd(AddrLong, ~kMyriadCacheBitMask32);
 1680     AddrLong = IRB.CreateAnd(AddrLong, ~kMyriadCacheBitMask32);
 1682     Value *Tag = IRB.CreateLShr(AddrLong, kMyriadTagShift);
 1698   Value *ShadowPtr = memToShadow(AddrLong, IRB);
 1715     Value *Cmp2 = createSlowPathCmp(IRB, AddrLong, ShadowValue, TypeSize);
 1729   Instruction *Crash = generateCrashCode(CrashTerm, AddrLong, IsWrite,