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

References

tools/clang/lib/CodeGen/BackendUtil.cpp
  560   PassManagerBuilderWrapper PMBuilder(TargetTriple, CodeGenOpts, LangOpts);
  603   if (LangOpts.ObjCAutoRefCount) {
  612   if (LangOpts.Coroutines)
  615   if (LangOpts.Sanitize.has(SanitizerKind::LocalBounds)) {
  631   if (LangOpts.Sanitize.has(SanitizerKind::Address)) {
  638   if (LangOpts.Sanitize.has(SanitizerKind::KernelAddress)) {
  645   if (LangOpts.Sanitize.has(SanitizerKind::HWAddress)) {
  652   if (LangOpts.Sanitize.has(SanitizerKind::KernelHWAddress)) {
  659   if (LangOpts.Sanitize.has(SanitizerKind::Memory)) {
  666   if (LangOpts.Sanitize.has(SanitizerKind::KernelMemory)) {
  673   if (LangOpts.Sanitize.has(SanitizerKind::Thread)) {
  680   if (LangOpts.Sanitize.has(SanitizerKind::DataFlow)) {
  703           getInstrProfOptions(CodeGenOpts, LangOpts))
  773   initTargetOptions(Options, CodeGenOpts, TargetOpts, LangOpts, HSOpts);
 1121               getInstrProfOptions(CodeGenOpts, LangOpts))
 1141       if (LangOpts.Sanitize.has(SanitizerKind::LocalBounds))
 1162       if (LangOpts.Sanitize.has(SanitizerKind::LocalBounds))
 1167       if (LangOpts.Sanitize.has(SanitizerKind::Memory)) {
 1176       if (LangOpts.Sanitize.has(SanitizerKind::Thread)) {
 1184       if (LangOpts.Sanitize.has(SanitizerKind::Address)) {
 1212               getInstrProfOptions(CodeGenOpts, LangOpts))
 1240     if (LangOpts.Sanitize.has(SanitizerKind::HWAddress)) {
 1245     if (LangOpts.Sanitize.has(SanitizerKind::KernelHWAddress)) {
 1251       addSanitizersAtO0(MPM, TargetTriple, LangOpts, CodeGenOpts);