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.cpp3395 int StackMallocIdx = -1; in processStaticAllocas() local
3509 StackMallocIdx = StackMallocSizeClass(LocalStackSize); in processStaticAllocas()
3510 assert(StackMallocIdx <= kMaxAsanStackMallocSizeClass); in processStaticAllocas()
3512 RTCI.createRuntimeCall(IRBIf, AsanStackMallocFunc[StackMallocIdx], in processStaticAllocas()
3522 StackMallocIdx = StackMallocSizeClass(LocalStackSize); in processStaticAllocas()
3524 RTCI.createRuntimeCall(IRB, AsanStackMallocFunc[StackMallocIdx], in processStaticAllocas()
3626 assert(StackMallocIdx >= 0); in processStaticAllocas()
3643 if (ASan.MaxInlinePoisoningSize != 0 && StackMallocIdx <= 4) { in processStaticAllocas()
3644 int ClassSize = kMinStackMallocSize << StackMallocIdx; in processStaticAllocas()
3660 IRBPoison, AsanStackFreeFunc[StackMallocIdx], in processStaticAllocas()