Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Instrumentation/
H A DAddressSanitizer.h39 bool UseGlobalGC = true, bool UseOdrIndicator = true,
50 bool UseOdrIndicator; variable
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp781 bool UseOdrIndicator = true, in ModuleAddressSanitizer() argument
791 : UseOdrIndicator), in ModuleAddressSanitizer()
792 UseOdrIndicator(ClUseOdrIndicator.getNumOccurrences() > 0 in ModuleAddressSanitizer()
794 : UseOdrIndicator), in ModuleAddressSanitizer()
859 bool UseOdrIndicator; member in __anon7e186d870211::ModuleAddressSanitizer
1144 bool UseOdrIndicator, AsanDtorKind DestructorKind, in AddressSanitizerPass() argument
1147 UseOdrIndicator(UseOdrIndicator), DestructorKind(DestructorKind), in AddressSanitizerPass()
1154 UseOdrIndicator, DestructorKind, in run()
2069 bool UseComdatForGlobalsGC = UseOdrIndicator; in InstrumentGlobalsELF()
2354 } else if (UseOdrIndicator) { in InstrumentGlobals()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DBackendUtil.cpp716 bool UseOdrIndicator = CodeGenOpts.SanitizeAddressUseOdrIndicator; in addSanitizers() local
724 MPM.addPass(AddressSanitizerPass(Opts, UseGlobalGC, UseOdrIndicator, in addSanitizers()