OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:startLine
(Results
1 - 25
of
27
) sorted by relevancy
1
2
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
ScopedPrinter.h
109
startLine
() << Label << ": " << Name << " (" << hex(Value) << ")\n";
111
startLine
() << Label << ": " << hex(Value) << "\n";
143
startLine
() << Label << " [ (" << hex(Value) << ")\n";
145
startLine
() << " " << Flag.Name << " (" << hex(Flag.Value) << ")\n";
147
startLine
() << "]\n";
151
startLine
() << Label << " [ (" << hex(Value) << ")\n";
156
startLine
() << " " << hex(Flag) << "\n";
160
startLine
() << "]\n";
164
startLine
() << Label << ": " << Value << "\n";
168
startLine
() << Label << ": " << Value << "\n"
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Support/
ScopedPrinter.cpp
29
startLine
() << Label;
37
startLine
() << ")\n";
39
startLine
() << Label << ":";
ELFAttributeParser.cpp
214
sw->
startLine
() << "Section " << ++sectionNumber << " {\n";
228
sw->
startLine
() << "}\n";
ARMAttributeParser.cpp
290
sw->
startLine
() << "Value: " << integer << ", " << string << '\n';
/src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
StackMapPrinter.h
26
W.
startLine
() << " Function address: " << F.getFunctionAddress()
34
W.
startLine
() << " #" << ++ConstantIndex << ": " << C.getValue() << "\n";
39
W.
startLine
() << " Record ID: " << R.getID()
42
W.
startLine
() << " " << R.getNumLocations() << " locations:\n";
46
raw_ostream &OS = W.
startLine
();
70
raw_ostream &OS = W.
startLine
();
ARMWinEHPrinter.cpp
303
SW.
startLine
() << format("0x%02x ; %s sp, #(%u * 4)\n",
320
SW.
startLine
() << format("0x%02x 0x%02x ; %s.w ",
333
SW.
startLine
() << format("0x%02x ; mov r%u, sp\n",
336
SW.
startLine
() << format("0x%02x ; mov sp, r%u\n",
350
SW.
startLine
() << format("0x%02x ; %s ", OC[Offset],
367
SW.
startLine
() << format("0x%02x ; %s.w ", OC[Offset],
381
SW.
startLine
() << format("0x%02x ; %s ", OC[Offset],
394
SW.
startLine
() << format("0x%02x 0x%02x ; %s.w sp, #(%u * 4)\n",
408
SW.
startLine
() << format("0x%02x 0x%02x ; %s ", OC[Offset + 0],
422
SW.
startLine
() << format("0x%02x 0x%02x ; reserved\n"
[
all
...]
ObjDumper.cpp
106
W.
startLine
() << '\n';
108
W.
startLine
() << "String dump of section '" << SectionName << "':\n";
124
W.
startLine
() << format("[%6tx] ", CurrentWord - SecContent);
125
printAsPrintable(W.
startLine
(), CurrentWord, WordSize);
126
W.
startLine
() << '\n';
140
W.
startLine
() << '\n';
142
W.
startLine
() << "Hex dump of section '" << SectionName << "':\n";
154
W.
startLine
() << format_hex(Section.getAddress() + (SecPtr - SecContent),
156
W.
startLine
() << ' ';
160
W.
startLine
() << format_hex_no_prefix(Val, 2)
[
all
...]
COFFImportDumper.cpp
24
Writer.
startLine
() << '\n';
51
raw_ostream &OS = Writer.
startLine
();
DwarfCFIEHPrinter.h
99
W.
startLine
() << format("Address: 0x%" PRIx64 "\n", EHFrameHdrAddress);
100
W.
startLine
() << format("Offset: 0x%" PRIx64 "\n", (uint64_t)EHFramePHdr->p_offset);
101
W.
startLine
() << format("Size: 0x%" PRIx64 "\n", (uint64_t)EHFramePHdr->p_memsz);
131
W.
startLine
() << format("eh_frame_ptr_enc: 0x%" PRIx64 "\n", EHFramePtrEnc);
137
W.
startLine
() << format("fde_count_enc: 0x%" PRIx64 "\n", FDECountEnc);
143
W.
startLine
() << format("table_enc: 0x%" PRIx64 "\n", TableEnc);
149
W.
startLine
() << format("eh_frame_ptr: 0x%" PRIx64 "\n", EHFramePtr);
160
W.
startLine
() << format("initial_location: 0x%" PRIx64 "\n", InitialPC);
162
W.
startLine
() << format("address: 0x%" PRIx64 "\n", Address);
177
W.
startLine
() << format(".eh_frame section at offset 0x%" PRIx6
[
all
...]
ARMEHABIPrinter.h
100
SW.
startLine
() << format("0x%02X ; vsp = vsp + %u\n", Opcode,
106
SW.
startLine
() << format("0x%02X ; vsp = vsp - %u\n", Opcode,
115
SW.
startLine
()
125
SW.
startLine
() << format("0x%02X ; reserved (ARM MOVrr)\n", Opcode);
130
SW.
startLine
() << format("0x%02X ; reserved (WiMMX MOVrr)\n", Opcode);
135
SW.
startLine
() << format("0x%02X ; vsp = r%u\n", Opcode, (Opcode & 0x0f));
140
SW.
startLine
() << format("0x%02X ; pop ", Opcode);
147
SW.
startLine
() << format("0x%02X ; pop ", Opcode);
154
SW.
startLine
() << format("0x%02X ; finish\n", Opcode);
161
SW.
startLine
()
[
all
...]
WasmDumper.cpp
108
raw_ostream &OS = W.
startLine
();
132
W.
startLine
() << "Section (" << SectionNumber << ") " << Name << " {\n";
142
W.
startLine
() << "}\n";
170
W.
startLine
() << F.Symbol << " (priority=" << F.Priority << ")\n";
WindowsResourceDumper.cpp
79
SW.
startLine
() << "\n";
XCOFFDumper.cpp
140
W.
startLine
() << "Section (index: " << Index << ") " << Sec.getName()
156
W.
startLine
() << "}\n";
369
W.
startLine
() << "!Unexpected raw auxiliary entry data:\n";
370
W.
startLine
() << format_bytes(
399
W.
startLine
() << "!Unexpected raw auxiliary entry data:\n";
400
W.
startLine
() << format_bytes(
MachODumper.cpp
520
W.
startLine
() << "Section " << Name << " {\n";
530
W.
startLine
() << "}\n";
589
raw_ostream& OS = W.
startLine
();
650
W.
startLine
() << "PrivateExtern\n";
652
W.
startLine
() << "Extern\n";
665
W.
startLine
() << "UnwindInfo not implemented.\n";
723
W.
startLine
() << L << "\n";
COFFDumper.cpp
778
raw_ostream &OS = W.
startLine
();
1418
W.
startLine
() << "Section (" << SectionNumber << ") " << Name << " {\n";
1428
W.
startLine
() << "}\n";
1458
raw_ostream& OS = W.
startLine
();
1497
W.
startLine
() << "Invalid section number: " << Symbol.getSectionNumber()
1594
W.
startLine
() << "<unhandled auxiliary record>\n";
1644
W.
startLine
() << L << "\n";
1806
W.
startLine
() << "\n";
ELFDumper.cpp
2376
W.
startLine
() << L << "\n";
2570
W.
startLine
() << "Attributes not implemented.\n";
3008
W.
startLine
() << "There is no .reginfo section in the file.\n";
3072
W.
startLine
() << "There is no .MIPS.options section in the file.\n";
3093
W.
startLine
() << "Unsupported MIPS options tag: " << Type << " (" << Kind
6272
W.
startLine
() << "Signature: " << G.Signature << "\n";
6284
W.
startLine
() << GM.Name << " (" << GM.Index << ")\n";
6289
W.
startLine
() << "There are no group sections in the file.\n";
6301
W.
startLine
() << "Section (" << SecNdx << ") " << Name << " {\n";
6305
W.
startLine
() << "}\n"
[
all
...]
Win64EHDumper.cpp
221
SW.
startLine
() << format("0x%02X: ", unsigned(UC[0].u.CodeOffset))
llvm-readobj.cpp
484
Writer.
startLine
() << "\n";
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
DWARFAcceleratorTable.cpp
178
W.
startLine
() << format("String: 0x%08" PRIx64, StringOffset);
186
W.
startLine
() << format("Atom[%d]: ", i);
219
W.
startLine
() << "Type: " << formatAtom(Atom.first) << '\n';
220
W.
startLine
() << "Form: " << formatv("{0}", Atom.second) << '\n';
376
W.
startLine
() << "Augmentation: '" << AugmentationString << "'\n";
415
W.
startLine
() << formatv("Tag: {0}\n", Tag);
418
W.
startLine
() << formatv("{0}: {1}\n", Attr.Index, Attr.Form);
573
W.
startLine
() << formatv("Tag: {0}\n", Abbr->Tag);
576
W.
startLine
() << formatv("{0}: ", std::get<0>(Tuple).Index);
676
[&W](const ErrorInfoBase &EI) { EI.log(W.
startLine
()); });
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/ProfileData/
GCOV.cpp
129
fn->
startLine
= buf.getWord();
133
fn->
startLine
= buf.getWord();
378
<<
startLine
<< "\n";
650
if (f.
startLine
>= si.startLineToFunctions.size())
651
si.startLineToFunctions.resize(f.
startLine
+ 1);
652
si.startLineToFunctions[f.
startLine
].push_back(&f);
791
os << "function:" << f->
startLine
<< ',' << f->getEntryCount() << ','
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
SymbolDumper.cpp
104
W.
startLine
() << getSymbolKindName(CVR.kind());
116
W.
startLine
() << "}\n";
490
W.
startLine
() << "ChangeCodeOffsetAndLineOffset: {CodeOffset: "
496
W.
startLine
() << "ChangeCodeLengthAndCodeOffset: {CodeOffset: "
TypeDumpVisitor.cpp
174
W->
startLine
() << getLeafTypeName(Record.kind());
188
W->
startLine
() << "}\n";
193
W->
startLine
() << getLeafTypeName(Record.Kind);
206
W->
startLine
() << "}\n";
/src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
GCOV.h
253
uint32_t
startLine
= 0;
/src/external/apache2/llvm/dist/clang/tools/c-index-test/
c-index-test.c
1337
unsigned
startLine
, startColumn, endLine, endColumn, curLine, curColumn;
1346
&
startLine
, &startColumn,
1349
curLine =
startLine
;
/src/external/apache2/llvm/dist/clang/include/clang-c/
Index.h
5109
CXCursor, const char **startBuf, const char **endBuf, unsigned *
startLine
,
Completed in 56 milliseconds
1
2
Indexes created Thu Sep 24 00:25:51 UTC 2026