Searched refs:UseGlobalGC (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/Transforms/Instrumentation/ |
| H A D | AddressSanitizer.h | 40 const AddressSanitizerOptions &Options, bool UseGlobalGC = true, 50 bool UseGlobalGC; variable
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | BackendUtil.cpp | 670 bool UseGlobalGC = asanUseGlobalsGC(TargetTriple, CodeGenOpts); in addSanitizers() local 680 Opts, UseGlobalGC, UseOdrIndicator, DestructorKind)); in addSanitizers()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/ |
| H A D | AddressSanitizer.cpp | 1124 const AddressSanitizerOptions &Options, bool UseGlobalGC, in ModuleAddressSanitizerPass() argument 1126 : Options(Options), UseGlobalGC(UseGlobalGC), in ModuleAddressSanitizerPass() 1132 Options.Recover, UseGlobalGC, in run()
|