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

References

lib/Transforms/Instrumentation/AddressSanitizer.cpp
 3054   LLVM_DEBUG(dbgs() << DescriptionString << " --- " << L.FrameSize << "\n");
 3055   uint64_t LocalStackSize = L.FrameSize;
 3069       DoDynamicAlloca ? nullptr : createAllocaForLayout(IRB, L, false);
 3108         DoDynamicAlloca ? createAllocaForLayout(IRBIf, L, true) : StaticAlloca;
 3121         DoDynamicAlloca ? createAllocaForLayout(IRB, L, true) : StaticAlloca;
 3158   const auto &ShadowAfterScope = GetShadowBytesAfterScope(SVD, L);
 3167     const auto &ShadowInScope = GetShadowBytes(SVD, L);
 3172       assert(Desc.Offset % L.Granularity == 0);
 3173       size_t Begin = Desc.Offset / L.Granularity;
 3174       size_t End = Begin + (APC.Size + L.Granularity - 1) / L.Granularity;
 3174       size_t End = Begin + (APC.Size + L.Granularity - 1) / L.Granularity;
 3212         ShadowAfterReturn.resize(ClassSize / L.Granularity,