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

References

tools/clang/lib/CodeGen/CodeGenModule.cpp
 1150 void CodeGenModule::EmitCtorList(CtorList &Fns, const char *GlobalName) {
tools/clang/lib/CodeGen/CodeGenModule.h
  388   CtorList GlobalCtors;
  392   CtorList GlobalDtors;
  703   CtorList &getGlobalCtors() { return GlobalCtors; }
  704   CtorList &getGlobalDtors() { return GlobalDtors; }
 1438   void EmitCtorList(CtorList &Fns, const char *GlobalName);