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

References

lib/Transforms/Instrumentation/AddressSanitizer.cpp
 3112     LocalStackBase = createPHI(IRB, NoFakeStack, AllocaValue, Term, FakeStack);
 3114     IRB.CreateStore(LocalStackBase, LocalStackBaseAlloca);
 3120     LocalStackBase =
 3122     LocalStackBaseAlloca = LocalStackBase;
 3131         IRB.CreateAdd(LocalStackBase, ConstantInt::get(IntptrTy, Desc.Offset)),
 3138   Value *BasePlus0 = IRB.CreateIntToPtr(LocalStackBase, IntptrPtrTy);
 3143       IRB.CreateAdd(LocalStackBase,
 3153       IRB.CreateAdd(LocalStackBase,
 3161   Value *ShadowBase = ASan.memToShadow(LocalStackBase, IRB);