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

Declarations

lib/CodeGen/AsmPrinter/DwarfUnit.h
  240   DIE *getOrCreateContextDIE(const DIScope *Context);

References

lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
  128     : getOrCreateContextDIE(GVContext);
  306   DIE *ContextDIE = getOrCreateContextDIE(CB->getScope());
  872     ContextDIE = getOrCreateContextDIE(SP->getScope());
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
  895   if (DIE *D = TheCU.getOrCreateContextDIE(N->getScope()))
lib/CodeGen/AsmPrinter/DwarfUnit.cpp
  635   DIE *ContextDIE = getOrCreateContextDIE(Context);
  697   DIE *ContextDIE = getOrCreateContextDIE(Context);
 1081   DIE *ContextDIE = getOrCreateContextDIE(NS->getScope());
 1102   DIE *ContextDIE = getOrCreateContextDIE(M->getScope());
 1128       Minimal ? &getUnitDie() : getOrCreateContextDIE(SP->getScope());
 1563   DIE *ContextDIE = getOrCreateContextDIE(DT->getScope());