Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interface.inc8 // Sanitizer Common interface list.
25 // Sanitizer weak hooks
H A Dsanitizer_common_interface_posix.inc8 // Sanitizer Common interface list only available for Posix systems.
H A Dsancov_flags.inc9 // Sanitizer Coverage runtime flags.
H A Dsanitizer_coverage_interface.inc8 // Sanitizer Coverage interface list.
H A Dsanitizer_common_interceptors_format.inc9 // Scanf/printf implementation for use in *Sanitizer interceptors.
/freebsd/sys/contrib/libsodium/m4/
H A Dax_check_catchable_segv.m439 …d if you enabled a tool such as Address Sanitizer (-fsanitize=address), but be aware that using Ad…
/freebsd/tools/build/options/
H A DWITH_UBSAN1 Build the base system with Undefined Behavior Sanitizer (UBSan) to detect
H A DWITH_ASAN1 Build the base system with Address Sanitizer (ASan) to detect
/freebsd/share/mk/
H A Dbsd.sanitizer.mk27 .error Sanitizer instrumentation currently only supported with clang
/freebsd/sys/amd64/conf/
H A DGENERIC-KCSAN2 # GENERIC-KCSAN -- Kernel Concurrency Sanitizer kernel configuration file
H A DGENERIC
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerExtFunctions.def27 // Sanitizer functions
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp1403 for (const auto &Sanitizer : Sanitizers) { in parseSanitizerKinds() local
1404 SanitizerMask K = parseSanitizerValue(Sanitizer, /*AllowGroups=*/false); in parseSanitizerKinds()
1406 Diags.Report(diag::err_drv_invalid_value) << FlagName << Sanitizer; in parseSanitizerKinds()
1748 for (StringRef Sanitizer : serializeSanitizerKinds(Opts.SanitizeRecover)) in GenerateCodeGenArgs() local
1749 GenerateArg(Consumer, OPT_fsanitize_recover_EQ, Sanitizer); in GenerateCodeGenArgs()
1751 for (StringRef Sanitizer : serializeSanitizerKinds(Opts.SanitizeTrap)) in GenerateCodeGenArgs() local
1752 GenerateArg(Consumer, OPT_fsanitize_trap_EQ, Sanitizer); in GenerateCodeGenArgs()
3554 for (StringRef Sanitizer : serializeSanitizerKinds(Opts.Sanitize)) in GenerateLangArgs() local
3555 GenerateArg(Consumer, OPT_fsanitize_EQ, Sanitizer); in GenerateLangArgs()
3753 for (StringRef Sanitizer : serializeSanitizerKinds(Opts.Sanitize)) in GenerateLangArgs() local
[all …]
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DDarwin.h647 StringRef Sanitizer,
H A DCommonArgs.cpp1306 ArgStringList &CmdArgs, StringRef Sanitizer, in addSanitizerRuntime() argument
1312 Args, Sanitizer, IsShared ? ToolChain::FT_Shared : ToolChain::FT_Static)); in addSanitizerRuntime()
1324 StringRef Sanitizer) { in addSanitizerDynamicList() argument
1331 SmallString<128> SanRT(TC.getCompilerRT(Args, Sanitizer)); in addSanitizerDynamicList()
H A DDarwin.cpp1474 StringRef Sanitizer, in AddLinkSanitizerLibArgs() argument
1477 AddLinkRuntimeLib(Args, CmdArgs, Sanitizer, RLO, Shared); in AddLinkSanitizerLibArgs()
/freebsd/contrib/unbound/
H A DREADME-Travis.md30 ## Sanitizer builds
/freebsd/contrib/ldns/
H A DREADME-Travis.md30 ## Sanitizer builds
/freebsd/contrib/googletest/docs/
H A Dadvanced.md2419 ### Sanitizer Integration
2422 [Undefined Behavior Sanitizer](https://clang.llvm.org/docs/UndefinedBehaviorSanitizer.html),
2423 [Address Sanitizer](https://github.com/google/sanitizers/wiki/AddressSanitizer),
2425 [Thread Sanitizer](https://github.com/google/sanitizers/wiki/ThreadSanitizerCppManual)
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp5766 static bool isSanitizerAttributeAllowedOnGlobals(StringRef Sanitizer) { in isSanitizerAttributeAllowedOnGlobals() argument
5767 return Sanitizer == "address" || Sanitizer == "hwaddress" || in isSanitizerAttributeAllowedOnGlobals()
5768 Sanitizer == "memtag"; in isSanitizerAttributeAllowedOnGlobals()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td2439 custom operator new\[\] in Address Sanitizer, preventing accesses to the
7247 HelpText<"Sanitizer coverage type">,