reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/BackendUtil.cpp
  257   bool Recover = CGOpts.SanitizeRecover.has(SanitizerKind::Address);
  258   bool UseAfterScope = CGOpts.SanitizeAddressUseAfterScope;
  259   bool UseOdrIndicator = CGOpts.SanitizeAddressUseOdrIndicator;
  260   bool UseGlobalsGC = asanUseGlobalsGC(T, CGOpts);