Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1650 int StackMallocIdx = -1; in poisonStack() local
1698 StackMallocIdx = StackMallocSizeClass(LocalStackSize); in poisonStack()
1699 assert(StackMallocIdx <= kMaxAsanStackMallocSizeClass); in poisonStack()
1701 IRBIf.CreateCall(AsanStackMallocFunc[StackMallocIdx], in poisonStack()
1779 assert(StackMallocIdx >= 0); in poisonStack()
1796 if (StackMallocIdx <= 4) { in poisonStack()
1797 int ClassSize = kMinStackMallocSize << StackMallocIdx; in poisonStack()
1810 IRBPoison.CreateCall2(AsanStackFreeFunc[StackMallocIdx], FakeStack, in poisonStack()