Lines Matching refs:getObjectFileInfo

198           .Case("debug_line", MC->getObjectFileInfo()->getDwarfLineSection())  in emitSectionContents()
199 .Case("debug_loc", MC->getObjectFileInfo()->getDwarfLocSection()) in emitSectionContents()
201 MC->getObjectFileInfo()->getDwarfRangesSection()) in emitSectionContents()
202 .Case("debug_frame", MC->getObjectFileInfo()->getDwarfFrameSection()) in emitSectionContents()
204 MC->getObjectFileInfo()->getDwarfARangesSection()) in emitSectionContents()
328 MS->switchSection(MC->getObjectFileInfo()->getDwarfARangesSection()); in emitDwarfDebugArangesTable()
370 MS->switchSection(MC->getObjectFileInfo()->getDwarfRangesSection()); in emitDwarfDebugRangesTableFragment()
427 MS->switchSection(MC->getObjectFileInfo()->getDwarfLocSection()); in emitLocationsForUnit()
492 MS->switchSection(MC->getObjectFileInfo()->getDwarfLineSection()); in emitLineTableForUnit()
633 MS->switchSection(MC->getObjectFileInfo()->getDwarfLineSection()); in translateLineTable()
756 emitPubSectionForUnit(MC->getObjectFileInfo()->getDwarfPubNamesSection(), in emitPubNamesForUnit()
762 emitPubSectionForUnit(MC->getObjectFileInfo()->getDwarfPubTypesSection(), in emitPubTypesForUnit()
768 MS->switchSection(MC->getObjectFileInfo()->getDwarfFrameSection()); in emitCIE()
779 MS->switchSection(MC->getObjectFileInfo()->getDwarfFrameSection()); in emitFDE()
795 MS->switchSection(MC->getObjectFileInfo()->getDwarfMacinfoSection()); in emitMacroTables()
801 MS->switchSection(MC->getObjectFileInfo()->getDwarfMacroSection()); in emitMacroTables()