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