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

References

lib/Transforms/Instrumentation/AddressSanitizer.cpp
 3099     FakeStack = createPHI(IRB, UseAfterReturnIsEnabled, FakeStackValue, Term,
 3103         IRB.CreateICmpEQ(FakeStack, Constant::getNullValue(IntptrTy));
 3112     LocalStackBase = createPHI(IRB, NoFakeStack, AllocaValue, Term, FakeStack);
 3119     FakeStack = ConstantInt::get(IntptrTy, 0);
 3205           IRBRet.CreateICmpNE(FakeStack, Constant::getNullValue(IntptrTy));
 3217             FakeStack,
 3228             {FakeStack, ConstantInt::get(IntptrTy, LocalStackSize)});