Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DAddressSanitizer.h44 bool UseGlobalGC = true, bool UseOdrIndicator = true,
55 bool UseGlobalGC; variable
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp758 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 DAddressSanitizer.cpp1297 const AddressSanitizerOptions &Options, bool UseGlobalGC, in AddressSanitizerPass() argument
1300 : Options(Options), UseGlobalGC(UseGlobalGC), in AddressSanitizerPass()
1313 UseGlobalGC, UseOdrIndicator, DestructorKind, ConstructorKind); in run()