Searched refs:UseGlobalGC (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Instrumentation/ |
| H A D | AddressSanitizer.h | 39 bool UseGlobalGC = true, bool UseOdrIndicator = true, 49 bool UseGlobalGC; variable
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | BackendUtil.cpp | 715 bool UseGlobalGC = asanUseGlobalsGC(TargetTriple, CodeGenOpts); in addSanitizers() local 724 MPM.addPass(AddressSanitizerPass(Opts, UseGlobalGC, UseOdrIndicator, in addSanitizers()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/ |
| H A D | AddressSanitizer.cpp | 1143 const AddressSanitizerOptions &Options, bool UseGlobalGC, in AddressSanitizerPass() argument 1146 : Options(Options), UseGlobalGC(UseGlobalGC), in AddressSanitizerPass() 1153 Options.Recover, UseGlobalGC, in run()
|