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

References

lib/LTO/LTO.cpp
  125   for (auto &A : Conf.MAttrs)
lib/LTO/LTOBackend.cpp
  132   for (const std::string &A : Conf.MAttrs)
lib/LTO/ThinLTOCodeGenerator.cpp
  336     Conf.MAttrs.push_back(TMBuilder.MAttr);
tools/clang/lib/CodeGen/BackendUtil.cpp
 1436   Conf.MAttrs = TOpts.Features;
tools/gold/gold-plugin.cpp
  857   Conf.MAttrs = MAttrs;
tools/lld/COFF/LTO.cpp
   83   c.MAttrs = getMAttrs();
tools/lld/ELF/LTO.cpp
   93   c.MAttrs = getMAttrs();
tools/lld/wasm/LTO.cpp
   53   c.MAttrs = getMAttrs();
tools/llvm-lto2/llvm-lto2.cpp
  222   Conf.MAttrs = MAttrs;