Lines Matching refs:MOFI
53 MOFI.reset(new MCObjectFileInfo); in init()
54 MC.reset(new MCContext(MAI.get(), MRI.get(), MOFI.get())); in init()
55 MOFI->InitMCObjectFileInfo(TheTriple, /*PIC*/ false, *MC); in init()
118 MS->SwitchSection(MOFI->getDwarfInfoSection()); in switchToDebugInfoSection()
160 MS->SwitchSection(MOFI->getDwarfAbbrevSection()); in emitAbbrevs()
167 MS->SwitchSection(MOFI->getDwarfInfoSection()); in emitDIE()
199 Asm.emitInt8(MOFI->getTargetTriple().isArch64Bit() ? 8 : 4); in emitPaperTrailWarningsDie()
206 Asm->OutStreamer->SwitchSection(MOFI->getDwarfStrSection()); in emitStrings()
231 Asm->OutStreamer->SwitchSection(MOFI->getDwarfDebugNamesSection()); in emitDebugNames()
241 Asm->OutStreamer->SwitchSection(MOFI->getDwarfAccelNamespaceSection()); in emitAppleNamespaces()
249 Asm->OutStreamer->SwitchSection(MOFI->getDwarfAccelNamesSection()); in emitAppleNames()
257 Asm->OutStreamer->SwitchSection(MOFI->getDwarfAccelObjCSection()); in emitAppleObjc()
265 Asm->OutStreamer->SwitchSection(MOFI->getDwarfAccelTypesSection()); in emitAppleTypes()
273 MCSection *SwiftASTSection = MOFI->getDwarfSwiftASTSection(); in emitSwiftAST()