HomeSort by: relevance | last modified time | path
    Searched refs:NextLine (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineDebugify.cpp 50 unsigned NextLine = SP->getLine();
57 MI.setDebugLoc(DILocation::get(Ctx, NextLine++, 1, SP));
149 addDebugifyOperand(NextLine - 1);
160 setDebugifyOperand(0, NextLine - 1);
InlineSpiller.cpp 787 char NextLine = '\n';
791 NextLine = ' ';
795 dbgs() << '\t' << header << ": " << NextLine;
  /src/external/apache2/llvm/dist/clang/lib/Format/
UnwrappedLineFormatter.h 56 const AnnotatedLine *NextLine) const;
UnwrappedLineFormatter.cpp 31 /// \c nextLine must be called for each \c AnnotatedLine, after which \c
32 /// getIndent() will return the indent for the last line \c nextLine was called
35 /// \c adjustToUnmodifiedLine after the call to \c nextLine will cause
53 void nextLine(const AnnotatedLine &Line) {
82 /// Note that \c nextLine must have been called before this method.
182 IndentTracker.nextLine(*Current);
301 IndentTracker.nextLine(*I[i + 1]);
1124 const AnnotatedLine *NextLine = nullptr;
1132 Line; Line = NextLine, FirstLine = false) {
1165 NextLine = Joiner.getNextMergedLine(DryRun, IndentTracker)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
Debugify.cpp 101 unsigned NextLine = 1;
118 auto SP = DIB.createFunction(CU, F.getName(), F.getName(), File, NextLine,
119 SPType, NextLine, DINode::FlagZero, SPFlags);
141 I.setDebugLoc(DILocation::get(Ctx, NextLine++, 1, SP));
197 addDebugifyOperand(NextLine - 1); // Original number of lines.
  /src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
DWARFLinker.cpp 1729 auto NextLine = Seq.back();
1730 NextLine.Address.Address = StopAddress;
1731 NextLine.EndSequence = 1;
1732 NextLine.PrologueEnd = 0;
1733 NextLine.BasicBlock = 0;
1734 NextLine.EpilogueBegin = 0;
1735 Seq.push_back(NextLine);
  /src/external/apache2/llvm/dist/clang/lib/Lex/
Lexer.cpp 2299 const char *NextLine = CurPtr;
2337 CurPtr = NextLine;

Completed in 46 milliseconds