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

References

lib/CodeGen/AsmPrinter/DwarfDebug.cpp
 1827   if (TheCU.getCUNode()->isDebugDirectivesOnly()) {
 1834   collectEntityInfo(TheCU, SP, Processed);
 1837   TheCU.addRange({Asm->getFunctionBegin(), Asm->getFunctionEnd()});
 1842   if (!TheCU.getCUNode()->getDebugInfoForProfiling() &&
 1843       TheCU.getCUNode()->getEmissionKind() == DICompileUnit::LineTablesOnly &&
 1870       ensureAbstractEntityIsCreated(TheCU, DN, Scope);
 1874     constructAbstractSubprogramScopeDIE(TheCU, AScope);
 1878   DIE &ScopeDIE = TheCU.constructSubprogramScopeDIE(SP, FnScope);
 1879   if (auto *SkelCU = TheCU.getSkeleton())
 1881         TheCU.getCUNode()->getSplitDebugInlining())
 1885   constructCallSiteEntryDIEs(*SP, TheCU, ScopeDIE, *MF);