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

References

lib/Bitcode/Reader/BitcodeReader.cpp
 2026       if (TT.supportsCOMDAT())
lib/ProfileData/InstrProf.cpp
 1048   if (!Triple(M.getTargetTriple()).supportsCOMDAT())
 1144   if (TT.supportsCOMDAT()) {
 1160   if (TT.supportsCOMDAT()) {
lib/Transforms/Instrumentation/InstrProfiling.cpp
 1004   if (TT.supportsCOMDAT())
lib/Transforms/Instrumentation/SanitizerCoverage.cpp
  337   if (TargetTriple.supportsCOMDAT()) {
  650   if (TargetTriple.supportsCOMDAT() && !F.isInterposable())
tools/clang/lib/CodeGen/TargetInfo.cpp
 9698   return getTriple().supportsCOMDAT();