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 | 42 bool UseGlobalGC = true, bool UseOdrIndicator = true, 52 bool UseGlobalGC; 49 bool UseGlobalGC; global() variable
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | BackendUtil.cpp | 717 bool UseGlobalGC = asanUseGlobalsGC(TargetTriple, CodeGenOpts); in addSanitizers() local 726 MPM.addPass(AddressSanitizerPass(Opts, UseGlobalGC, UseOdrIndicator, in addSanitizers()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | AddressSanitizer.cpp | 1245 const AddressSanitizerOptions &Options, bool UseGlobalGC, in AddressSanitizerPass() argument 1248 : Options(Options), UseGlobalGC(UseGlobalGC), in AddressSanitizerPass() 1256 UseGlobalGC, UseOdrIndicator, DestructorKind, ConstructorKind); in run()
|