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

Declarations

lib/Transforms/Instrumentation/AddressSanitizer.cpp
 1105   Value *createAllocaForLayout(IRBuilder<> &IRB, const ASanStackFrameLayout &L,

References

lib/Transforms/Instrumentation/AddressSanitizer.cpp
 3069       DoDynamicAlloca ? nullptr : createAllocaForLayout(IRB, L, false);
 3108         DoDynamicAlloca ? createAllocaForLayout(IRBIf, L, true) : StaticAlloca;
 3121         DoDynamicAlloca ? createAllocaForLayout(IRB, L, true) : StaticAlloca;