Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DAddressSanitizer.h42 bool UseGlobalGC = true, bool UseOdrIndicator = true,
53 bool UseOdrIndicator; variable
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp796 bool UseGlobalsGC = true, bool UseOdrIndicator = true, in ModuleAddressSanitizer() argument
809 : UseOdrIndicator), in ModuleAddressSanitizer()
810 UseOdrIndicator(ClUseOdrIndicator.getNumOccurrences() > 0 in ModuleAddressSanitizer()
812 : UseOdrIndicator), in ModuleAddressSanitizer()
881 bool UseOdrIndicator; member in __anon5057f5c60211::ModuleAddressSanitizer
1169 bool UseOdrIndicator, AsanDtorKind DestructorKind, in AddressSanitizerPass() argument
1172 UseOdrIndicator(UseOdrIndicator), DestructorKind(DestructorKind), in AddressSanitizerPass()
1179 UseGlobalGC, UseOdrIndicator, DestructorKind, ConstructorKind); in run()
2245 bool UseComdatForGlobalsGC = UseOdrIndicator && !UniqueModuleId.empty(); in instrumentGlobalsELF()
2526 } else if (UseOdrIndicator) { in instrumentGlobals()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp700 bool UseOdrIndicator = CodeGenOpts.SanitizeAddressUseOdrIndicator; in addSanitizers() local
708 MPM.addPass(AddressSanitizerPass(Opts, UseGlobalGC, UseOdrIndicator, in addSanitizers()