Searched refs:UseOdrIndicator (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/Transforms/Instrumentation/ |
| H A D | AddressSanitizer.h | 41 bool UseOdrIndicator = false, 51 bool UseOdrIndicator; variable
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/ |
| H A D | AddressSanitizer.cpp | 769 bool UseOdrIndicator = false, in ModuleAddressSanitizer() argument 776 UsePrivateAlias(UseOdrIndicator || ClUsePrivateAlias), in ModuleAddressSanitizer() 777 UseOdrIndicator(UseOdrIndicator || ClUseOdrIndicator), in ModuleAddressSanitizer() 841 bool UseOdrIndicator; member in __anon187e16000211::ModuleAddressSanitizer 1125 bool UseOdrIndicator, AsanDtorKind DestructorKind) in ModuleAddressSanitizerPass() argument 1127 UseOdrIndicator(UseOdrIndicator), DestructorKind(DestructorKind) {} in ModuleAddressSanitizerPass() 1133 UseOdrIndicator, DestructorKind); in run() 2039 bool UseComdatForGlobalsGC = UseOdrIndicator; in InstrumentGlobalsELF() 2320 } else if (UseOdrIndicator) { in InstrumentGlobals()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | BackendUtil.cpp | 671 bool UseOdrIndicator = CodeGenOpts.SanitizeAddressUseOdrIndicator; in addSanitizers() local 680 Opts, UseGlobalGC, UseOdrIndicator, DestructorKind)); in addSanitizers()
|