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

Declarations

tools/clang/lib/CodeGen/CodeGenModule.h
  682   void maybeSetTrivialComdat(const Decl &D, llvm::GlobalObject &GO);

References

tools/clang/lib/CodeGen/CodeGenModule.cpp
 2778   maybeSetTrivialComdat(*D, *Fn);
 4085   maybeSetTrivialComdat(*D, *GV);
 4419   maybeSetTrivialComdat(*D, *Fn);
tools/clang/lib/CodeGen/ItaniumCXXABI.cpp
 4015     CGM.maybeSetTrivialComdat(*MD, *Fn);
tools/clang/lib/CodeGen/MicrosoftCXXABI.cpp
 3858     CGM.maybeSetTrivialComdat(*ctor, *Fn);