OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NextLine
(Results
1 - 5
of
5
) 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/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/clang/lib/Lex/
Lexer.cpp
2299
const char *
NextLine
= CurPtr;
2337
CurPtr =
NextLine
;
/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
);
Completed in 26 milliseconds
Indexes created Thu Mar 19 00:23:35 UTC 2026