Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp883 FunctionCallee AsanStackMallocFunc[kMaxAsanStackMallocSizeClass + 1], member
2789 AsanStackMallocFunc[Index] = M.getOrInsertFunction( in initializeCallbacks()
3186 IRBIf.CreateCall(AsanStackMallocFunc[StackMallocIdx], in processStaticAllocas()
3197 FakeStack = IRB.CreateCall(AsanStackMallocFunc[StackMallocIdx], in processStaticAllocas()