Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Instrumentation/
H A DAddressSanitizer.h124 bool UseOdrIndicator = false,
133 bool UseOdrIndicator; variable
143 bool UseOdrIndicator = true,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp772 bool UseGlobalsGC = true, bool UseOdrIndicator = false, in ModuleAddressSanitizer() argument
780 UsePrivateAlias(UseOdrIndicator || ClUsePrivateAlias), in ModuleAddressSanitizer()
781 UseOdrIndicator(UseOdrIndicator || ClUseOdrIndicator), in ModuleAddressSanitizer()
846 bool UseOdrIndicator; member in __anonac73263b0211::ModuleAddressSanitizer
872 bool UseOdrIndicator = false, in ModuleAddressSanitizerLegacyPass() argument
875 UseGlobalGC(UseGlobalGC), UseOdrIndicator(UseOdrIndicator), in ModuleAddressSanitizerLegacyPass()
891 UseGlobalGC, UseOdrIndicator, in runOnModule()
900 bool UseOdrIndicator; member in __anonac73263b0211::ModuleAddressSanitizerLegacyPass
1232 bool CompileKernel, bool Recover, bool UseGlobalGC, bool UseOdrIndicator, in ModuleAddressSanitizerPass() argument
1235 UseOdrIndicator(UseOdrIndicator), DestructorKind(DestructorKind) {} in ModuleAddressSanitizerPass()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DBackendUtil.cpp288 bool UseOdrIndicator = CGOpts.SanitizeAddressUseOdrIndicator; in addAddressSanitizerPasses() local
294 /*CompileKernel*/ false, Recover, UseGlobalsGC, UseOdrIndicator, in addAddressSanitizerPasses()
1149 bool UseOdrIndicator = CodeGenOpts.SanitizeAddressUseOdrIndicator; in addSanitizers() local
1154 CompileKernel, Recover, ModuleUseAfterScope, UseOdrIndicator, in addSanitizers()