Searched refs:UseGlobalGC (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/ |
| H A D | AddressSanitizer.h | 42 bool UseGlobalGC = true, bool UseOdrIndicator = true, 52 bool UseGlobalGC; variable
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | BackendUtil.cpp | 699 bool UseGlobalGC = asanUseGlobalsGC(TargetTriple, CodeGenOpts); in addSanitizers() local 708 MPM.addPass(AddressSanitizerPass(Opts, UseGlobalGC, UseOdrIndicator, in addSanitizers()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | AddressSanitizer.cpp | 1168 const AddressSanitizerOptions &Options, bool UseGlobalGC, in AddressSanitizerPass() argument 1171 : Options(Options), UseGlobalGC(UseGlobalGC), in AddressSanitizerPass() 1179 UseGlobalGC, UseOdrIndicator, DestructorKind, ConstructorKind); in run()
|