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

References

lib/Transforms/Instrumentation/AddressSanitizer.cpp
 2935                               ConstantInt::get(IRB.getInt64Ty(), L.FrameSize),
 2938     Alloca = IRB.CreateAlloca(ArrayType::get(IRB.getInt8Ty(), L.FrameSize),
 3054   LLVM_DEBUG(dbgs() << DescriptionString << " --- " << L.FrameSize << "\n");
 3055   uint64_t LocalStackSize = L.FrameSize;
lib/Transforms/Utils/ASanStackFrameLayout.cpp
   92   Layout.FrameSize = Offset;
   93   assert((Layout.FrameSize % MinHeaderSize) == 0);
  130   SB.resize(Layout.FrameSize / Granularity, kAsanStackRightRedzoneMagic);