Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DAddressSanitizer.h44 bool UseGlobalGC = true, bool UseOdrIndicator = true,
56 bool UseOdrIndicator; variable
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp917 bool UseGlobalsGC = true, bool UseOdrIndicator = true, in ModuleAddressSanitizer() argument
931 : UseOdrIndicator), in ModuleAddressSanitizer()
932 UseOdrIndicator(ClUseOdrIndicator.getNumOccurrences() > 0 in ModuleAddressSanitizer()
934 : UseOdrIndicator), in ModuleAddressSanitizer()
1005 bool UseOdrIndicator; member in __anon4b8f1cd00211::ModuleAddressSanitizer
1298 bool UseOdrIndicator, AsanDtorKind DestructorKind, in AddressSanitizerPass() argument
1301 UseOdrIndicator(UseOdrIndicator), DestructorKind(DestructorKind), in AddressSanitizerPass()
1313 UseGlobalGC, UseOdrIndicator, DestructorKind, ConstructorKind); in run()
2399 bool UseComdatForGlobalsGC = UseOdrIndicator && !UniqueModuleId.empty(); in instrumentGlobalsELF()
2669 } else if (UseOdrIndicator) { in instrumentGlobals()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp759 bool UseOdrIndicator = CodeGenOpts.SanitizeAddressUseOdrIndicator; in addSanitizers() local
767 MPM.addPass(AddressSanitizerPass(Opts, UseGlobalGC, UseOdrIndicator, in addSanitizers()