Lines Matching refs:MMI
97 MCSymbol *MCL = Asm->MMI->getContext().createTempSymbol(); in maybeRecordLocation()
105 MachineModuleInfo *MMI = AP->MMI; in WinCodeViewLineTables() local
109 if (!MMI->getModule()->getNamedMetadata("llvm.dbg.cu") || in WinCodeViewLineTables()
114 MMI->setDebugInfoAvailability(true); in WinCodeViewLineTables()
204 MCSymbol *SymbolsBegin = Asm->MMI->getContext().createTempSymbol(), in emitDebugInfoForFunction()
205 *SymbolsEnd = Asm->MMI->getContext().createTempSymbol(); in emitDebugInfoForFunction()
211 MCSymbol *ProcSegmentBegin = Asm->MMI->getContext().createTempSymbol(), in emitDebugInfoForFunction()
212 *ProcSegmentEnd = Asm->MMI->getContext().createTempSymbol(); in emitDebugInfoForFunction()
259 MCSymbol *LineTableBegin = Asm->MMI->getContext().createTempSymbol(), in emitDebugInfoForFunction()
260 *LineTableEnd = Asm->MMI->getContext().createTempSymbol(); in emitDebugInfoForFunction()
307 MCSymbol *FileSegmentBegin = Asm->MMI->getContext().createTempSymbol(); in emitDebugInfoForFunction()
317 FileSegmentEnd = Asm->MMI->getContext().createTempSymbol(); in emitDebugInfoForFunction()
334 if (!Asm || !Asm->MMI->hasDebugInfo()) in beginFunction()