Home
last modified time | relevance | path

Searched refs:Sanitize (Results 1 – 25 of 39) sorted by relevance

12

/external/clang/lib/CodeGen/
DSanitizerMetadata.cpp28 if (!CGM.getLangOpts().Sanitize.hasOneOf(SanitizerKind::Address | in reportGlobalToASan()
60 if (!CGM.getLangOpts().Sanitize.hasOneOf(SanitizerKind::Address | in reportGlobalToASan()
72 if (CGM.getLangOpts().Sanitize.hasOneOf(SanitizerKind::Address | in disableSanitizerForGlobal()
DBackendUtil.cpp273 if (LangOpts.Sanitize.has(SanitizerKind::EfficiencyCacheFrag)) in addEfficiencySanitizerPass()
275 else if (LangOpts.Sanitize.has(SanitizerKind::EfficiencyWorkingSet)) in addEfficiencySanitizerPass()
396 if (LangOpts.Sanitize.has(SanitizerKind::LocalBounds)) { in CreatePasses()
412 if (LangOpts.Sanitize.has(SanitizerKind::Address)) { in CreatePasses()
419 if (LangOpts.Sanitize.has(SanitizerKind::KernelAddress)) { in CreatePasses()
426 if (LangOpts.Sanitize.has(SanitizerKind::Memory)) { in CreatePasses()
433 if (LangOpts.Sanitize.has(SanitizerKind::Thread)) { in CreatePasses()
440 if (LangOpts.Sanitize.has(SanitizerKind::DataFlow)) { in CreatePasses()
447 if (LangOpts.Sanitize.hasOneOf(SanitizerKind::Efficiency)) { in CreatePasses()
DCGDeclCXX.cpp279 if (getLangOpts().Sanitize.hasOneOf(SanitizerKind::Address | in CreateGlobalInitOrDestructFunction()
282 if (getLangOpts().Sanitize.has(SanitizerKind::Thread)) in CreateGlobalInitOrDestructFunction()
284 if (getLangOpts().Sanitize.has(SanitizerKind::Memory)) in CreateGlobalInitOrDestructFunction()
286 if (getLangOpts().Sanitize.has(SanitizerKind::SafeStack)) in CreateGlobalInitOrDestructFunction()
DCodeGenModule.cpp125 if (LangOpts.Sanitize.has(SanitizerKind::Thread) || in CodeGenModule()
1003 if (!LangOpts.Sanitize.has(SanitizerKind::CFIICall)) in CreateFunctionTypeMetadata()
1411 if (!LangOpts.Sanitize.hasOneOf( in isInSanitizerBlacklist()
3469 !LangOpts.Sanitize.has(SanitizerKind::Address) && in GetAddrOfConstantStringFromLiteral()
4251 return ((LangOpts.Sanitize.has(SanitizerKind::CFIVCall) && in NeedAllVtablesTypeId()
4253 (LangOpts.Sanitize.has(SanitizerKind::CFINVCall) && in NeedAllVtablesTypeId()
4255 (LangOpts.Sanitize.has(SanitizerKind::CFIDerivedCast) && in NeedAllVtablesTypeId()
4257 (LangOpts.Sanitize.has(SanitizerKind::CFIUnrelatedCast) && in NeedAllVtablesTypeId()
DCGDecl.cpp920 if (LangOpts.Sanitize.has(SanitizerKind::Memory)) in shouldEmitLifetimeMarkers()
DItaniumCXXABI.cpp1765 if (CGM.getLangOpts().Sanitize.has(SanitizerKind::Address) && AS == 0 && in InitializeArrayCookie()
1793 if (!CGM.getLangOpts().Sanitize.has(SanitizerKind::Address) || AS != 0) in readArrayCookieImpl()
DCodeGenFunction.cpp46 SanOpts(CGM.getLangOpts().Sanitize), IsSanitizerScope(false), in CodeGenFunction()
/external/swiftshader/third_party/SPIRV-Tools/source/
Dname_mapper.cpp68 std::string FriendlyNameMapper::Sanitize(const std::string& suggested_name) { in Sanitize() function in spvtools::FriendlyNameMapper
87 const std::string sanitized_suggested_name = Sanitize(suggested_name); in SaveName()
278 Sanitize(reinterpret_cast<const char*>(inst.words + 2))); in ParseInstruction()
Dname_mapper.h84 std::string Sanitize(const std::string& suggested_name);
/external/deqp-deps/SPIRV-Tools/source/
Dname_mapper.cpp68 std::string FriendlyNameMapper::Sanitize(const std::string& suggested_name) { in Sanitize() function in spvtools::FriendlyNameMapper
87 const std::string sanitized_suggested_name = Sanitize(suggested_name); in SaveName()
278 Sanitize(reinterpret_cast<const char*>(inst.words + 2))); in ParseInstruction()
Dname_mapper.h84 std::string Sanitize(const std::string& suggested_name);
/external/clang/lib/Basic/
DLangOptions.cpp33 Sanitize.clear(); in resetNonModularOptions()
/external/clang/include/clang/Basic/
DLangOptions.h87 SanitizerSet Sanitize;
/external/tensorflow/tensorflow/compiler/xla/service/
Dname_uniquer_test.cc73 TEST_F(NameUniquerTest, Sanitize) { in TEST_F() argument
/external/clang/lib/Lex/
DPPMacroExpansion.cpp1058 LangOpts.Sanitize.hasOneOf(SanitizerKind::Address | in HasFeature()
1093 .Case("memory_sanitizer", LangOpts.Sanitize.has(SanitizerKind::Memory)) in HasFeature()
1094 .Case("thread_sanitizer", LangOpts.Sanitize.has(SanitizerKind::Thread)) in HasFeature()
1095 .Case("dataflow_sanitizer", LangOpts.Sanitize.has(SanitizerKind::DataFlow)) in HasFeature()
1097 LangOpts.Sanitize.hasOneOf(SanitizerKind::Efficiency)) in HasFeature()
1219 .Case("safe_stack", LangOpts.Sanitize.has(SanitizerKind::SafeStack)) in HasFeature()
/external/pdfium/third_party/lcms/
DREADME.pdfium33 0021-sanitize-float-read.patch: Sanitize floating point read. Partially backport
/external/libusb-compat/
DChangeLog63 Sanitize more endpoint addresses
/external/clang/lib/Driver/
DToolChains.cpp430 const SanitizerArgs &Sanitize = getSanitizerArgs(); in AddLinkRuntimeLibArgs() local
431 if (Sanitize.needsAsanRt()) in AddLinkRuntimeLibArgs()
433 if (Sanitize.needsUbsanRt()) in AddLinkRuntimeLibArgs()
435 if (Sanitize.needsTsanRt()) in AddLinkRuntimeLibArgs()
437 if (Sanitize.needsStatsRt()) { in AddLinkRuntimeLibArgs()
444 if (Sanitize.needsEsanRt()) in AddLinkRuntimeLibArgs()
/external/grpc-grpc/third_party/nanopb/
DCHANGELOG.txt180 Sanitize #ifndef filename (issue 50)
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_flags.inc151 "Sanitize complete address space; "
/external/clang/lib/Frontend/
DCompilerInvocation.cpp2146 Diags, Opts.Sanitize); in ParseLangArgs()
2362 Diags, LangOpts.Sanitize); in CreateFromArgs()
2386 !LangOpts.Sanitize.has(SanitizerKind::Address) && in CreateFromArgs()
2387 !LangOpts.Sanitize.has(SanitizerKind::Memory); in CreateFromArgs()
/external/nanopb-c/
DCHANGELOG.txt241 Sanitize #ifndef filename (issue 50)
/external/ImageMagick/
DChangeLog874 * Sanitize comments that include braces for the MIFF image format (reference
1248 * Sanitize all delegate emedded formatting characters.
1271 * Sanitize input filename for http / https delegates (improved patch).
/external/tensorflow/tensorflow/
Dworkspace.bzl47 # Sanitize a dependency so that it works correctly from code that includes
/external/kmod/
DNEWS77 - Sanitize use of strcpy and allow to grow from small strings on stack

12