Home
last modified time | relevance | path

Searched refs:UseGlobalGC (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Transforms/Instrumentation/
H A DAddressSanitizer.h40 const AddressSanitizerOptions &Options, bool UseGlobalGC = true,
50 bool UseGlobalGC; variable
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DBackendUtil.cpp670 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 DAddressSanitizer.cpp1124 const AddressSanitizerOptions &Options, bool UseGlobalGC, in ModuleAddressSanitizerPass() argument
1126 : Options(Options), UseGlobalGC(UseGlobalGC), in ModuleAddressSanitizerPass()
1132 Options.Recover, UseGlobalGC, in run()