Lines Matching refs:getObjectFileInfo
242 return MC->getObjectFileInfo()->getDwarfInfoSection(); in getMCSection()
244 return MC->getObjectFileInfo()->getDwarfLineSection(); in getMCSection()
246 return MC->getObjectFileInfo()->getDwarfFrameSection(); in getMCSection()
248 return MC->getObjectFileInfo()->getDwarfRangesSection(); in getMCSection()
250 return MC->getObjectFileInfo()->getDwarfRnglistsSection(); in getMCSection()
252 return MC->getObjectFileInfo()->getDwarfLocSection(); in getMCSection()
254 return MC->getObjectFileInfo()->getDwarfLoclistsSection(); in getMCSection()
256 return MC->getObjectFileInfo()->getDwarfARangesSection(); in getMCSection()
258 return MC->getObjectFileInfo()->getDwarfAbbrevSection(); in getMCSection()
260 return MC->getObjectFileInfo()->getDwarfMacinfoSection(); in getMCSection()
262 return MC->getObjectFileInfo()->getDwarfMacroSection(); in getMCSection()
264 return MC->getObjectFileInfo()->getDwarfAddrSection(); in getMCSection()
266 return MC->getObjectFileInfo()->getDwarfStrSection(); in getMCSection()
268 return MC->getObjectFileInfo()->getDwarfLineStrSection(); in getMCSection()
270 return MC->getObjectFileInfo()->getDwarfStrOffSection(); in getMCSection()
272 return MC->getObjectFileInfo()->getDwarfPubNamesSection(); in getMCSection()
274 return MC->getObjectFileInfo()->getDwarfPubTypesSection(); in getMCSection()
276 return MC->getObjectFileInfo()->getDwarfDebugNamesSection(); in getMCSection()
278 return MC->getObjectFileInfo()->getDwarfAccelNamesSection(); in getMCSection()
280 return MC->getObjectFileInfo()->getDwarfAccelNamespaceSection(); in getMCSection()
282 return MC->getObjectFileInfo()->getDwarfAccelObjCSection(); in getMCSection()
284 return MC->getObjectFileInfo()->getDwarfAccelTypesSection(); in getMCSection()
438 MS->switchSection(MC->getObjectFileInfo()->getDwarfARangesSection()); in emitDwarfDebugArangesTable()
481 MS->switchSection(MC->getObjectFileInfo()->getDwarfRangesSection()); in emitDwarfDebugRangesTableFragment()
511 MS->switchSection(MC->getObjectFileInfo()->getDwarfRnglistsSection()); in emitDwarfDebugRangeListHeader()
558 MS->switchSection(MC->getObjectFileInfo()->getDwarfRnglistsSection()); in emitDwarfDebugRangeListFooter()
570 MS->switchSection(MC->getObjectFileInfo()->getDwarfRnglistsSection()); in emitDwarfDebugRngListsTableFragment()
608 MS->switchSection(MC->getObjectFileInfo()->getDwarfLoclistsSection()); in emitDwarfDebugLocListHeader()
659 MS->switchSection(MC->getObjectFileInfo()->getDwarfLoclistsSection()); in emitDwarfDebugLocListFooter()
673 MS->switchSection(MC->getObjectFileInfo()->getDwarfLocSection()); in emitDwarfDebugLocTableFragment()
709 MS->switchSection(MC->getObjectFileInfo()->getDwarfAddrSection()); in emitDwarfDebugAddrsHeader()
750 MS->switchSection(MC->getObjectFileInfo()->getDwarfAddrSection()); in emitDwarfDebugAddrsFooter()
764 MS->switchSection(MC->getObjectFileInfo()->getDwarfLoclistsSection()); in emitDwarfDebugLocListsTableFragment()
814 MS->switchSection(MC->getObjectFileInfo()->getDwarfLineSection()); in emitLineTableForUnit()
1244 emitPubSectionForUnit(MC->getObjectFileInfo()->getDwarfPubNamesSection(), in emitPubNamesForUnit()
1250 emitPubSectionForUnit(MC->getObjectFileInfo()->getDwarfPubTypesSection(), in emitPubTypesForUnit()
1256 MS->switchSection(MC->getObjectFileInfo()->getDwarfFrameSection()); in emitCIE()
1267 MS->switchSection(MC->getObjectFileInfo()->getDwarfFrameSection()); in emitFDE()
1283 MS->switchSection(MC->getObjectFileInfo()->getDwarfMacinfoSection()); in emitMacroTables()
1289 MS->switchSection(MC->getObjectFileInfo()->getDwarfMacroSection()); in emitMacroTables()