Searched refs:UseOdrIndicator (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/ |
| H A D | AddressSanitizer.h | 127 bool UseOdrIndicator = false, 136 bool UseOdrIndicator; variable 148 bool UseOdrIndicator = true,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | AddressSanitizer.cpp | 790 UsePrivateAlias(UseOdrIndicator || ClUsePrivateAlias), in ModuleAddressSanitizer() 791 UseOdrIndicator(UseOdrIndicator || ClUseOdrIndicator), in ModuleAddressSanitizer() 856 bool UseOdrIndicator; member in __anonf69996040211::ModuleAddressSanitizer 882 bool UseOdrIndicator = false, in ModuleAddressSanitizerLegacyPass() argument 885 UseGlobalGC(UseGlobalGC), UseOdrIndicator(UseOdrIndicator), in ModuleAddressSanitizerLegacyPass() 901 UseGlobalGC, UseOdrIndicator, in runOnModule() 910 bool UseOdrIndicator; member in __anonf69996040211::ModuleAddressSanitizerLegacyPass 1244 UseOdrIndicator(UseOdrIndicator), DestructorKind(DestructorKind) {} in ModuleAddressSanitizerPass() 1250 UseGlobalGC, UseOdrIndicator, in run() 2188 bool UseComdatForGlobalsGC = UseOdrIndicator; in InstrumentGlobalsELF() [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | BackendUtil.cpp | 289 bool UseOdrIndicator = CGOpts.SanitizeAddressUseOdrIndicator; in addAddressSanitizerPasses() local 297 /*CompileKernel*/ false, Recover, UseGlobalsGC, UseOdrIndicator, in addAddressSanitizerPasses() 1153 bool UseOdrIndicator = CodeGenOpts.SanitizeAddressUseOdrIndicator; in addSanitizers() local 1160 CompileKernel, Recover, ModuleUseAfterScope, UseOdrIndicator, in addSanitizers()
|