Home
last modified time | relevance | path

Searched refs:StackMallocIdx (Results 1 – 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
HDAddressSanitizer.cpp2991 int StackMallocIdx = -1; in processStaticAllocas() local
3092 StackMallocIdx = StackMallocSizeClass(LocalStackSize); in processStaticAllocas()
3093 assert(StackMallocIdx <= kMaxAsanStackMallocSizeClass); in processStaticAllocas()
3095 IRBIf.CreateCall(AsanStackMallocFunc[StackMallocIdx], in processStaticAllocas()
3189 assert(StackMallocIdx >= 0); in processStaticAllocas()
3206 if (StackMallocIdx <= 4) { in processStaticAllocas()
3207 int ClassSize = kMinStackMallocSize << StackMallocIdx; in processStaticAllocas()
3223 AsanStackFreeFunc[StackMallocIdx], in processStaticAllocas()