Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp3474 int StackMallocIdx = -1; in processStaticAllocas() local
3590 StackMallocIdx = StackMallocSizeClass(LocalStackSize); in processStaticAllocas()
3591 assert(StackMallocIdx <= kMaxAsanStackMallocSizeClass); in processStaticAllocas()
3593 RTCI.createRuntimeCall(IRBIf, AsanStackMallocFunc[StackMallocIdx], in processStaticAllocas()
3603 StackMallocIdx = StackMallocSizeClass(LocalStackSize); in processStaticAllocas()
3605 RTCI.createRuntimeCall(IRB, AsanStackMallocFunc[StackMallocIdx], in processStaticAllocas()
3707 assert(StackMallocIdx >= 0); in processStaticAllocas()
3724 if (ASan.MaxInlinePoisoningSize != 0 && StackMallocIdx <= 4) { in processStaticAllocas()
3725 int ClassSize = kMinStackMallocSize << StackMallocIdx; in processStaticAllocas()
3741 IRBPoison, AsanStackFreeFunc[StackMallocIdx], in processStaticAllocas()