Searched refs:UseOdrIndicator (Results 1 – 3 of 3) sorted by relevance
| /src/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/ |
| H A D | AddressSanitizer.h | 42 bool UseGlobalGC = true, bool UseOdrIndicator = true, 53 bool UseOdrIndicator; variable
|
| /src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | AddressSanitizer.cpp | 868 bool UseGlobalsGC = true, bool UseOdrIndicator = true, in ModuleAddressSanitizer() argument 881 : UseOdrIndicator), in ModuleAddressSanitizer() 882 UseOdrIndicator(ClUseOdrIndicator.getNumOccurrences() > 0 in ModuleAddressSanitizer() 884 : UseOdrIndicator), in ModuleAddressSanitizer() 953 bool UseOdrIndicator; member in __anona39cfe450211::ModuleAddressSanitizer 1246 bool UseOdrIndicator, AsanDtorKind DestructorKind, in AddressSanitizerPass() argument 1249 UseOdrIndicator(UseOdrIndicator), DestructorKind(DestructorKind), in AddressSanitizerPass() 1256 UseGlobalGC, UseOdrIndicator, DestructorKind, ConstructorKind); in run() 2337 bool UseComdatForGlobalsGC = UseOdrIndicator && !UniqueModuleId.empty(); in instrumentGlobalsELF() 2618 } else if (UseOdrIndicator) { in instrumentGlobals()
|
| /src/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | BackendUtil.cpp | 718 bool UseOdrIndicator = CodeGenOpts.SanitizeAddressUseOdrIndicator; in addSanitizers() local 726 MPM.addPass(AddressSanitizerPass(Opts, UseGlobalGC, UseOdrIndicator, in addSanitizers()
|