Home
last modified time | relevance | path

Searched refs:NextLine (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineDebugify.cpp50 unsigned NextLine = SP->getLine(); in applyDebugifyMetadataToMachineFunction() local
57 MI.setDebugLoc(DILocation::get(Ctx, NextLine++, 1, SP)); in applyDebugifyMetadataToMachineFunction()
149 addDebugifyOperand(NextLine - 1); in applyDebugifyMetadataToMachineFunction()
160 setDebugifyOperand(0, NextLine - 1); in applyDebugifyMetadataToMachineFunction()
H A DInlineSpiller.cpp787 char NextLine = '\n'; in dumpMachineInstrRangeWithSlotIndex() local
791 NextLine = ' '; in dumpMachineInstrRangeWithSlotIndex()
795 dbgs() << '\t' << header << ": " << NextLine; in dumpMachineInstrRangeWithSlotIndex()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp1124 const AnnotatedLine *NextLine = nullptr; in format() local
1132 Line; Line = NextLine, FirstLine = false) { in format()
1165 NextLine = Joiner.getNextMergedLine(DryRun, IndentTracker); in format()
1166 unsigned ColumnLimit = getColumnLimit(TheLine.InPPDirective, NextLine); in format()
1218 NextLine = Joiner.getNextMergedLine(DryRun, IndentTracker); in format()
1333 const AnnotatedLine *NextLine) const { in getColumnLimit()
1340 (!NextLine || in getColumnLimit()
1341 (NextLine->InPPDirective && in getColumnLimit()
1344 !NextLine->First->HasUnescapedNewline)); in getColumnLimit()
H A DUnwrappedLineFormatter.h56 const AnnotatedLine *NextLine) const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DCommentLexer.cpp502 const char *NextLine; in lexVerbatimBlockFirstLine() local
506 NextLine = skipNewline(Newline, CommentEnd); in lexVerbatimBlockFirstLine()
518 NextLine = TextEnd; in lexVerbatimBlockFirstLine()
527 formTokenWithChars(T, NextLine, tok::verbatim_block_line); in lexVerbatimBlockFirstLine()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DDebugify.cpp101 unsigned NextLine = 1; in applyDebugifyMetadata() local
118 auto SP = DIB.createFunction(CU, F.getName(), F.getName(), File, NextLine, in applyDebugifyMetadata()
119 SPType, NextLine, DINode::FlagZero, SPFlags); in applyDebugifyMetadata()
141 I.setDebugLoc(DILocation::get(Ctx, NextLine++, 1, SP)); in applyDebugifyMetadata()
197 addDebugifyOperand(NextLine - 1); // Original number of lines. in applyDebugifyMetadata()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp1729 auto NextLine = Seq.back(); in patchLineTableForUnit() local
1730 NextLine.Address.Address = StopAddress; in patchLineTableForUnit()
1731 NextLine.EndSequence = 1; in patchLineTableForUnit()
1732 NextLine.PrologueEnd = 0; in patchLineTableForUnit()
1733 NextLine.BasicBlock = 0; in patchLineTableForUnit()
1734 NextLine.EpilogueBegin = 0; in patchLineTableForUnit()
1735 Seq.push_back(NextLine); in patchLineTableForUnit()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DLexer.cpp2299 const char *NextLine = CurPtr; in SkipLineComment() local
2337 CurPtr = NextLine; in SkipLineComment()