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

References

tools/dsymutil/DwarfStreamer.cpp
   69   MOFI.reset(new MCObjectFileInfo);
   70   MC.reset(new MCContext(MAI.get(), MRI.get(), MOFI.get()));
   71   MOFI->InitMCObjectFileInfo(TheTriple, /*PIC*/ false, *MC);
  141   MS->SwitchSection(MOFI->getDwarfInfoSection());
  182   MS->SwitchSection(MOFI->getDwarfAbbrevSection());
  189   MS->SwitchSection(MOFI->getDwarfInfoSection());
  195   Asm->OutStreamer->SwitchSection(MOFI->getDwarfStrSection());
  220   Asm->OutStreamer->SwitchSection(MOFI->getDwarfDebugNamesSection());
  230   Asm->OutStreamer->SwitchSection(MOFI->getDwarfAccelNamespaceSection());
  238   Asm->OutStreamer->SwitchSection(MOFI->getDwarfAccelNamesSection());
  246   Asm->OutStreamer->SwitchSection(MOFI->getDwarfAccelObjCSection());
  254   Asm->OutStreamer->SwitchSection(MOFI->getDwarfAccelTypesSection());
  262   MCSection *SwiftASTSection = MOFI->getDwarfSwiftASTSection();