Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DAddressSanitizer.h30 uint32_t MaxInlinePoisoningSize = 64; member
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp650 uint32_t MaxInlinePoisoningSize, bool CompileKernel = false, in AddressSanitizer()
665 MaxInlinePoisoningSize(ClMaxInlinePoisoningSize.getNumOccurrences() > 0 in AddressSanitizer()
667 : MaxInlinePoisoningSize) { in AddressSanitizer()
789 uint32_t MaxInlinePoisoningSize; member
1187 Options.MaxInlinePoisoningSize, Options.CompileKernel, Options.Recover, in run()
3124 if (j - i >= ASan.MaxInlinePoisoningSize) { in copyToShadow()
3545 if (ASan.MaxInlinePoisoningSize != 0 && StackMallocIdx <= 4) { in processStaticAllocas()