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

References

lib/Transforms/Instrumentation/AddressSanitizer.cpp
 3092     StackMallocIdx = StackMallocSizeClass(LocalStackSize);
 3093     assert(StackMallocIdx <= kMaxAsanStackMallocSizeClass);
 3095         IRBIf.CreateCall(AsanStackMallocFunc[StackMallocIdx],
 3193       assert(StackMallocIdx >= 0);
 3210       if (StackMallocIdx <= 4) {
 3211         int ClassSize = kMinStackMallocSize << StackMallocIdx;
 3227             AsanStackFreeFunc[StackMallocIdx],