Lines Matching refs:getLine
2073 recordSourceLine(DL.getLine(), DL.getCol(), DL.getScope(), Flags, in beginInstruction()
2080 Asm->OutStreamer->getContext().getCurrentDwarfLoc().getLine(); in beginInstruction()
2092 if (ScopeUsesKeyInstructions && DL && DL.getLine()) in beginInstruction()
2119 if ((LastAsmLine == 0 && DL.getLine() != 0) || Flags) { in beginInstruction()
2165 if (DL.getLine() == 0 && LastAsmLine == 0) in beginInstruction()
2178 unsigned OldLine = PrevInstLoc ? PrevInstLoc.getLine() : LastAsmLine; in beginInstruction()
2179 if (DL.getLine() && (DL.getLine() != OldLine || ForceIsStmt)) in beginInstruction()
2186 if (DL.getLine()) in beginInstruction()
2218 if (MI.getDebugLoc().getLine()) in findPrologueEndLoc()
2355 if (!DL || DL->getLine() != 0) in emitInitialLocDirective()
2417 if (!Loc || !Loc->getLine()) in computeKeyInstructions()
2421 if (!Buoy || Buoy->getDebugLoc().getLine() != Loc->getLine()) { in computeKeyInstructions()
2549 if (MI.getDebugLoc() && MI.getDebugLoc()->getLine()) { in findForceIsStmtInstrs()
2568 if (MI->getDebugLoc()->getLine() == OutgoingLine) in findForceIsStmtInstrs()
2600 MBB->back().getDebugLoc() && MBB->back().getDebugLoc()->getLine()) { in findForceIsStmtInstrs()
2601 unsigned FBBLine = MBB->back().getDebugLoc()->getLine(); in findForceIsStmtInstrs()
2629 if (auto DL = MIIt->getDebugLoc(); DL && DL->getLine()) { in findForceIsStmtInstrs()
2630 LastLine = DL->getLine(); in findForceIsStmtInstrs()
3693 Asm->emitULEB128(M.getLine()); in emitMacro()
3704 Asm->emitULEB128(M.getLine()); in emitMacro()
3713 Asm->emitULEB128(M.getLine()); in emitMacro()
3727 Asm->emitULEB128(MF.getLine()); in emitMacroFileImpl()
4136 if (PrevLoc.getLine()) { in beginCodeAlignment()