Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp801 void markEscapedLocalAllocas(Function &F);
2907 void AddressSanitizer::markEscapedLocalAllocas(Function &F) { in markEscapedLocalAllocas() function in AddressSanitizer
2979 markEscapedLocalAllocas(F); in instrumentFunction()