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

/freebsd-current/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DAddressSanitizer.h30 uint32_t MaxInlinePoisoningSize = 64; member in struct:llvm::AddressSanitizerOptions
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp650 uint32_t MaxInlinePoisoningSize, bool CompileKernel = false,
665 MaxInlinePoisoningSize(ClMaxInlinePoisoningSize.getNumOccurrences() > 0
667 : MaxInlinePoisoningSize) {
789 uint32_t MaxInlinePoisoningSize; member in struct:__anon2865::AddressSanitizer
1187 Options.MaxInlinePoisoningSize, Options.CompileKernel, Options.Recover,
3124 if (j - i >= ASan.MaxInlinePoisoningSize) {
3545 if (ASan.MaxInlinePoisoningSize != 0 && StackMallocIdx <= 4) {
648 AddressSanitizer(Module &M, const StackSafetyGlobalInfo *SSGI, int InstrumentationWithCallsThreshold, uint32_t MaxInlinePoisoningSize, bool CompileKernel = false, bool Recover = false, bool UseAfterScope = false, AsanDetectStackUseAfterReturnMode UseAfterReturn = AsanDetectStackUseAfterReturnMode::Runtime) argument

Completed in 78 milliseconds