Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp2876 int StackMallocIdx = -1; in processStaticAllocas() local
2979 StackMallocIdx = StackMallocSizeClass(LocalStackSize); in processStaticAllocas()
2980 assert(StackMallocIdx <= kMaxAsanStackMallocSizeClass); in processStaticAllocas()
2982 IRBIf.CreateCall(AsanStackMallocFunc[StackMallocIdx], in processStaticAllocas()
3081 assert(StackMallocIdx >= 0); in processStaticAllocas()
3098 if (StackMallocIdx <= 4) { in processStaticAllocas()
3099 int ClassSize = kMinStackMallocSize << StackMallocIdx; in processStaticAllocas()
3115 AsanStackFreeFunc[StackMallocIdx], in processStaticAllocas()