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

References

include/llvm/IR/GlobalObject.h
  119   bool hasComdat() const { return getComdat() != nullptr; }
lib/Bitcode/Writer/BitcodeWriter.cpp
 1291       Vals.push_back(GV.hasComdat() ? VE.getComdatID(GV.getComdat()) : 0);
 1328     Vals.push_back(F.hasComdat() ? VE.getComdatID(F.getComdat()) : 0);
lib/Bitcode/Writer/ValueEnumerator.cpp
  817     if (const Comdat *C = GO->getComdat())
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
 3135       GroupName = F.getComdat()->getName();
lib/CodeGen/LowerEmuTLS.cpp
   47       to->getComdat()->setSelectionKind(from->getComdat()->getSelectionKind());
lib/CodeGen/TargetLoweringObjectFileImpl.cpp
  716   const Comdat *C = F.getComdat();
 1421   const Comdat *C = F.getComdat();
lib/IR/AsmWriter.cpp
 2460     if (const Comdat *C = GO.getComdat())
 3246   const Comdat *C = GO.getComdat();
lib/IR/Globals.cpp
  185   return cast<GlobalObject>(this)->getComdat();
lib/Object/IRSymtab.cpp
  276   if (const Comdat *C = Base->getComdat()) {
lib/Transforms/IPO/GlobalOpt.cpp
 2925       if (const Comdat *C = GV.getComdat())
lib/Transforms/Utils/CloneModule.cpp
   22   const Comdat *SC = Src->getComdat();