Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp2943 bool DoStackMalloc = ClUseAfterReturn && !ASan.CompileKernel && in processStaticAllocas() local
2953 DoStackMalloc &= !HasNonEmptyInlineAsm && !HasReturnsTwiceCall; in processStaticAllocas()
2963 if (DoStackMalloc) { in processStaticAllocas()
3080 if (DoStackMalloc) { in processStaticAllocas()