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

References

lib/MC/MCDwarf.cpp
 1137   MCContext &context = MCOS->getContext();
 1145     LineSectionSymbol = MCOS->getDwarfLineTableSymbol(0);
 1151   MCOS->getContext().finalizeDwarfSections(*MCOS);
 1151   MCOS->getContext().finalizeDwarfSections(*MCOS);
 1155   if (MCOS->getContext().getGenDwarfSectionSyms().empty())
 1161       MCOS->getContext().getGenDwarfSectionSyms().size() > 1 &&
 1162       MCOS->getContext().getDwarfVersion() >= 3;
 1165   MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfInfoSection());
 1168     MCOS->EmitLabel(InfoSectionSymbol);
 1170   MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfAbbrevSection());
 1173     MCOS->EmitLabel(AbbrevSectionSymbol);
 1176     MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfRangesSection());
 1179       MCOS->EmitLabel(RangesSectionSymbol);
 1185   MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfARangesSection());
 1188   EmitGenDwarfAranges(MCOS, InfoSectionSymbol);
 1191     EmitGenDwarfRanges(MCOS);
 1194   EmitGenDwarfAbbrev(MCOS);
 1197   EmitGenDwarfInfo(MCOS, AbbrevSectionSymbol, LineSectionSymbol,