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

Declarations

include/llvm/IR/GlobalValue.h
  230   const Comdat *getComdat() const;

References

include/llvm/IR/GlobalValue.h
  229   bool hasComdat() const { return getComdat() != nullptr; }
  233                            static_cast<const GlobalValue *>(this)->getComdat());
lib/CodeGen/TargetLoweringObjectFileImpl.cpp
  504   const Comdat *C = GV->getComdat();
  929   const Comdat *C = GV->getComdat();
 1258   const Comdat *C = GV->getComdat();
 1267   if (ComdatGV->getComdat() != C)
 1275   if (const Comdat *C = GV->getComdat()) {
 1682   const Comdat *C = GV->getComdat();
lib/Transforms/IPO/ThinLTOBitcodeWriter.cpp
  276         if (const auto *C = GV->getComdat())
  308     if (const auto *C = GV->getComdat())
lib/Transforms/Utils/SplitModule.cpp
  234   if (const Comdat *C = GV->getComdat())