Lines Matching refs:getObjectFileInfo
193 .Case("debug_line", MC->getObjectFileInfo()->getDwarfLineSection()) in emitSectionContents()
194 .Case("debug_loc", MC->getObjectFileInfo()->getDwarfLocSection()) in emitSectionContents()
196 MC->getObjectFileInfo()->getDwarfRangesSection()) in emitSectionContents()
197 .Case("debug_frame", MC->getObjectFileInfo()->getDwarfFrameSection()) in emitSectionContents()
199 MC->getObjectFileInfo()->getDwarfARangesSection()) in emitSectionContents()
327 MS->switchSection(MC->getObjectFileInfo()->getDwarfRangesSection()); in emitRangesEntries()
381 MS->switchSection(MC->getObjectFileInfo()->getDwarfARangesSection()); in emitUnitRangesEntries()
423 MS->switchSection(MC->getObjectFileInfo()->getDwarfRangesSection()); in emitUnitRangesEntries()
451 MS->switchSection(MC->getObjectFileInfo()->getDwarfLocSection()); in emitLocationsForUnit()
513 MS->switchSection(MC->getObjectFileInfo()->getDwarfLineSection()); in emitLineTableForUnit()
654 MS->switchSection(MC->getObjectFileInfo()->getDwarfLineSection()); in translateLineTable()
777 emitPubSectionForUnit(MC->getObjectFileInfo()->getDwarfPubNamesSection(), in emitPubNamesForUnit()
783 emitPubSectionForUnit(MC->getObjectFileInfo()->getDwarfPubTypesSection(), in emitPubTypesForUnit()
789 MS->switchSection(MC->getObjectFileInfo()->getDwarfFrameSection()); in emitCIE()
800 MS->switchSection(MC->getObjectFileInfo()->getDwarfFrameSection()); in emitFDE()