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

References

lib/Transforms/Instrumentation/AddressSanitizer.cpp
  994         {IRB.CreateLoad(IntptrTy, DynamicAllocaLayout), DynamicAreaPtr});
 1000       unpoisonDynamicAllocasBeforeInst(Ret, DynamicAllocaLayout);
 2951   DynamicAllocaLayout = IRB.CreateAlloca(IntptrTy, nullptr);
 2952   IRB.CreateStore(Constant::getNullValue(IntptrTy), DynamicAllocaLayout);
 2953   DynamicAllocaLayout->setAlignment(Align(32));
 3311   IRB.CreateStore(IRB.CreatePtrToInt(NewAlloca, IntptrTy), DynamicAllocaLayout);