Home
last modified time | relevance | path

Searched refs:startLine (Results 1 – 25 of 51) sorted by relevance

123

/external/llvm/include/llvm/Support/
DScopedPrinter.h107 startLine() << Label << ": " << Name << " (" << hex(Value) << ")\n"; in printEnum()
109 startLine() << Label << ": " << hex(Value) << "\n"; in printEnum()
141 startLine() << Label << " [ (" << hex(Value) << ")\n";
143 startLine() << " " << Flag.Name << " (" << hex(Flag.Value) << ")\n";
145 startLine() << "]\n";
149 startLine() << Label << " [ (" << hex(Value) << ")\n"; in printFlags()
154 startLine() << " " << hex(Flag) << "\n"; in printFlags()
158 startLine() << "]\n"; in printFlags()
162 startLine() << Label << ": " << Value << "\n"; in printNumber()
166 startLine() << Label << ": " << Value << "\n"; in printNumber()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DScopedPrinter.h109 startLine() << Label << ": " << Name << " (" << hex(Value) << ")\n"; in printEnum()
111 startLine() << Label << ": " << hex(Value) << "\n"; in printEnum()
143 startLine() << Label << " [ (" << hex(Value) << ")\n";
145 startLine() << " " << Flag.Name << " (" << hex(Flag.Value) << ")\n";
147 startLine() << "]\n";
151 startLine() << Label << " [ (" << hex(Value) << ")\n"; in printFlags()
156 startLine() << " " << hex(Flag) << "\n"; in printFlags()
160 startLine() << "]\n"; in printFlags()
164 startLine() << Label << ": " << Value << "\n"; in printNumber()
168 startLine() << Label << ": " << Value << "\n"; in printNumber()
[all …]
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/
DJavaSourceWriter.java58 startLine(); in writePackage()
67 startLine(); in writeImports()
78 startLine(); in writeComment()
84 startLine(); in startClass()
145 startLine(); in startMethod()
152 startLine(); in startMethod()
186 startLine(); in startMethod()
199 startLine(); in startIfBlock()
218 startLine(); in startScopedBlock()
228 startLine(); in startIterableForLoop()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DObjDumper.cpp74 W.startLine() << "String dump of section '" << SectionName << "':\n"; in printSectionAsString()
90 W.startLine() << format("[%6tx] ", CurrentWord - SecContent); in printSectionAsString()
91 printAsPrintable(W.startLine(), CurrentWord, WordSize); in printSectionAsString()
92 W.startLine() << '\n'; in printSectionAsString()
108 W.startLine() << "Hex dump of section '" << SectionName << "':\n"; in printSectionAsHex()
120 W.startLine() << format_hex(SecPtr - SecContent, 10); in printSectionAsHex()
121 W.startLine() << ' '; in printSectionAsHex()
125 W.startLine() << format_hex_no_prefix(Val, 2); in printSectionAsHex()
127 W.startLine() << ' '; in printSectionAsHex()
136 W.startLine() << format("%*c", (4 - i) * 8 + (4 - i) + (8 - (k * 2)), in printSectionAsHex()
[all …]
DDwarfCFIEHPrinter.h100 W.startLine() << format("Address: 0x%" PRIx64 "\n", EHFrameHdrAddress); in printEHFrameHdr()
101 W.startLine() << format("Offset: 0x%" PRIx64 "\n", EHFrameHdrOffset); in printEHFrameHdr()
102 W.startLine() << format("Size: 0x%" PRIx64 "\n", EHFrameHdrSize); in printEHFrameHdr()
128 W.startLine() << format("eh_frame_ptr_enc: 0x%" PRIx64 "\n", EHFramePtrEnc); in printEHFrameHdr()
133 W.startLine() << format("fde_count_enc: 0x%" PRIx64 "\n", FDECountEnc); in printEHFrameHdr()
138 W.startLine() << format("table_enc: 0x%" PRIx64 "\n", TableEnc); in printEHFrameHdr()
143 W.startLine() << format("eh_frame_ptr: 0x%" PRIx64 "\n", EHFramePtr); in printEHFrameHdr()
154 W.startLine() << format("initial_location: 0x%" PRIx64 "\n", InitialPC); in printEHFrameHdr()
156 W.startLine() << format("address: 0x%" PRIx64 "\n", Address); in printEHFrameHdr()
171 W.startLine() << format(".eh_frame section at offset 0x%" PRIx64 in printEHFrame()
[all …]
DARMEHABIPrinter.h102 SW.startLine() << format("0x%02X ; vsp = vsp + %u\n", Opcode, in Decode_00xxxxxx()
108 SW.startLine() << format("0x%02X ; vsp = vsp - %u\n", Opcode, in Decode_01xxxxxx()
117 SW.startLine() in Decode_1000iiii_iiiiiiii()
127 SW.startLine() << format("0x%02X ; reserved (ARM MOVrr)\n", Opcode); in Decode_10011101()
132 SW.startLine() << format("0x%02X ; reserved (WiMMX MOVrr)\n", Opcode); in Decode_10011111()
137 SW.startLine() << format("0x%02X ; vsp = r%u\n", Opcode, (Opcode & 0x0f)); in Decode_1001nnnn()
142 SW.startLine() << format("0x%02X ; pop ", Opcode); in Decode_10100nnn()
149 SW.startLine() << format("0x%02X ; pop ", Opcode); in Decode_10101nnn()
156 SW.startLine() << format("0x%02X ; finish\n", Opcode); in Decode_10110000()
163 SW.startLine() in Decode_10110001_0000iiii()
[all …]
DStackMapPrinter.h27 W.startLine() << " Function address: " << F.getFunctionAddress() in prettyPrintStackMap()
35 W.startLine() << " #" << ++ConstantIndex << ": " << C.getValue() << "\n"; in prettyPrintStackMap()
40 W.startLine() << " Record ID: " << R.getID() in prettyPrintStackMap()
43 W.startLine() << " " << R.getNumLocations() << " locations:\n"; in prettyPrintStackMap()
47 raw_ostream &OS = W.startLine(); in prettyPrintStackMap()
71 raw_ostream &OS = W.startLine(); in prettyPrintStackMap()
DARMWinEHPrinter.cpp230 SW.startLine() << format("0x%02x ; %s sp, #(%u * 4)\n", in opcode_0xxxxxxx()
247 SW.startLine() << format("0x%02x 0x%02x ; %s.w ", in opcode_10Lxxxxx()
260 SW.startLine() << format("0x%02x ; mov r%u, sp\n", in opcode_1100xxxx()
263 SW.startLine() << format("0x%02x ; mov sp, r%u\n", in opcode_1100xxxx()
277 SW.startLine() << format("0x%02x ; %s ", OC[Offset], in opcode_11010Lxx()
294 SW.startLine() << format("0x%02x ; %s.w ", OC[Offset], in opcode_11011Lxx()
308 SW.startLine() << format("0x%02x ; %s ", OC[Offset], in opcode_11100xxx()
321 SW.startLine() << format("0x%02x 0x%02x ; %s.w sp, #(%u * 4)\n", in opcode_111010xx()
335 SW.startLine() << format("0x%02x 0x%02x ; %s ", OC[Offset + 0], in opcode_1110110L()
349 SW.startLine() << format("0x%02x 0x%02x ; reserved\n", in opcode_11101110()
[all …]
DCOFFImportDumper.cpp25 Writer.startLine() << '\n'; in dumpCOFFImportFile()
52 raw_ostream &OS = Writer.startLine(); in dumpCOFFImportFile()
DWasmDumper.cpp111 raw_ostream& OS = W.startLine(); in printRelocation()
135 W.startLine() << "Section (" << SectionNumber << ") " << Name << " {\n"; in printRelocations()
145 W.startLine() << "}\n"; in printRelocations()
173 W.startLine() << F.Symbol << " (priority=" << F.Priority << ")\n"; in printSections()
DELFDumper.cpp1850 W.startLine() << "UnwindInfo not implemented.\n"; in printUnwindInfo()
1861 W.startLine() << "UnwindInfo not implemented.\n"; in printUnwindInfo()
1886 W.startLine() << "DynamicSection [ (" << Total << " entries)\n"; in printDynamicTable()
1890 W.startLine() in printDynamicTable()
1897 W.startLine() << " " << format_hex(Tag, Is64 ? 18 : 10, opts::Output != opts::GNU) << " " in printDynamicTable()
1903 W.startLine() << "]\n"; in printDynamicTable()
1920 W.startLine() << L << "\n"; in printNeededLibraries()
1959 W.startLine() << "Attributes not implemented.\n"; in printAttributes()
1966 W.startLine() << "Attributes not implemented.\n"; in printAttributes()
2336 W.startLine() << "There is no .MIPS.abiflags section in the file.\n"; in printMipsABIFlags()
[all …]
DMachODumper.cpp511 W.startLine() << "Section " << Name << " {\n"; in printRelocations()
521 W.startLine() << "}\n"; in printRelocations()
581 raw_ostream& OS = W.startLine(); in printRelocation()
633 W.startLine() << "PrivateExtern\n"; in printSymbol()
635 W.startLine() << "Extern\n"; in printSymbol()
648 W.startLine() << "UnwindInfo not implemented.\n"; in printUnwindInfo()
DWindowsResourceDumper.cpp77 SW.startLine() << "\n"; in printEntry()
/external/llvm/tools/llvm-readobj/
DARMEHABIPrinter.h98 SW.startLine() << format("0x%02X ; vsp = vsp + %u\n", Opcode, in Decode_00xxxxxx()
103 SW.startLine() << format("0x%02X ; vsp = vsp - %u\n", Opcode, in Decode_01xxxxxx()
112 SW.startLine() in Decode_1000iiii_iiiiiiii()
121 SW.startLine() << format("0x%02X ; reserved (ARM MOVrr)\n", Opcode); in Decode_10011101()
125 SW.startLine() << format("0x%02X ; reserved (WiMMX MOVrr)\n", Opcode); in Decode_10011111()
129 SW.startLine() << format("0x%02X ; vsp = r%u\n", Opcode, (Opcode & 0x0f)); in Decode_1001nnnn()
133 SW.startLine() << format("0x%02X ; pop ", Opcode); in Decode_10100nnn()
139 SW.startLine() << format("0x%02X ; pop ", Opcode); in Decode_10101nnn()
145 SW.startLine() << format("0x%02X ; finish\n", Opcode); in Decode_10110000()
152 SW.startLine() in Decode_10110001_0000iiii()
[all …]
DARMWinEHPrinter.cpp230 SW.startLine() << format("0x%02x ; %s sp, #(%u * 4)\n", in opcode_0xxxxxxx()
247 SW.startLine() << format("0x%02x 0x%02x ; %s.w ", in opcode_10Lxxxxx()
260 SW.startLine() << format("0x%02x ; mov r%u, sp\n", in opcode_1100xxxx()
263 SW.startLine() << format("0x%02x ; mov sp, r%u\n", in opcode_1100xxxx()
277 SW.startLine() << format("0x%02x ; %s ", OC[Offset], in opcode_11010Lxx()
294 SW.startLine() << format("0x%02x ; %s.w ", OC[Offset], in opcode_11011Lxx()
308 SW.startLine() << format("0x%02x ; %s ", OC[Offset], in opcode_11100xxx()
321 SW.startLine() << format("0x%02x 0x%02x ; %s.w sp, #(%u * 4)\n", in opcode_111010xx()
335 SW.startLine() << format("0x%02x 0x%02x ; %s ", OC[Offset + 0], in opcode_1110110L()
349 SW.startLine() << format("0x%02x 0x%02x ; reserved\n", in opcode_11101110()
[all …]
DELFDumper.cpp1734 W.startLine() << "UnwindInfo not implemented.\n"; in printUnwindInfo()
1745 W.startLine() << "UnwindInfo not implemented.\n"; in printUnwindInfo()
1769 W.startLine() << "DynamicSection [ (" << Total << " entries)\n"; in printDynamicTable()
1773 W.startLine() in printDynamicTable()
1780 W.startLine() << " " << format_hex(Tag, Is64 ? 18 : 10, opts::Output != opts::GNU) << " " in printDynamicTable()
1786 W.startLine() << "]\n"; in printDynamicTable()
1843 W.startLine() << "Attributes not implemented.\n"; in printAttributes()
1849 W.startLine() << "Attributes not implemented.\n"; in printAttributes()
1947 W.startLine() << "Cannot find PLTGOT dynamic table tag.\n"; in parseGOT()
1951 W.startLine() << "Cannot find MIPS_LOCAL_GOTNO dynamic table tag.\n"; in parseGOT()
[all …]
DMachODumper.cpp509 W.startLine() << "Section " << Name << " {\n"; in printRelocations()
519 W.startLine() << "}\n"; in printRelocations()
579 raw_ostream& OS = W.startLine(); in printRelocation()
631 W.startLine() << "PrivateExtern\n"; in printSymbol()
633 W.startLine() << "Extern\n"; in printSymbol()
646 W.startLine() << "UnwindInfo not implemented.\n"; in printUnwindInfo()
/external/llvm/lib/Support/
DScopedPrinter.cpp29 startLine() << Label; in printBinaryImpl()
34 startLine() << format(" %04" PRIX64 ": ", uint64_t(addr)); in printBinaryImpl()
56 startLine() << ")\n"; in printBinaryImpl()
58 startLine() << Label << ":"; in printBinaryImpl()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DScopedPrinter.cpp29 startLine() << Label; in printBinaryImpl()
37 startLine() << ")\n"; in printBinaryImpl()
39 startLine() << Label << ":"; in printBinaryImpl()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFAcceleratorTable.cpp178 W.startLine() << format("String: 0x%08x", StringOffset); in dumpName()
186 W.startLine() << format("Atom[%d]: ", i); in dumpName()
219 W.startLine() << "Type: " << formatAtom(Atom.first) << '\n'; in dump()
220 W.startLine() << "Form: " << formatv("{0}", Atom.second) << '\n'; in dump()
376 W.startLine() << "Augmentation: '" << AugmentationString << "'\n"; in dump()
409 W.startLine() << formatv("Tag: {0}\n", Tag); in dump()
412 W.startLine() << formatv("{0}: {1}\n", Attr.Index, Attr.Form); in dump()
567 W.startLine() << formatv("Tag: {0}\n", Abbr->Tag); in dump()
570 W.startLine() << formatv("{0}: ", std::get<0>(Tuple).Index); in dump()
662 [&W](const ErrorInfoBase &EI) { EI.log(W.startLine()); }); in dumpEntry()
[all …]
/external/aac/libAACenc/src/
Daacenc_tns.cpp520 const INT startLine, in FDKaacEnc_ScaleUpSpectrum() argument
527 for (i = startLine; i < stopLine; i++) { in FDKaacEnc_ScaleUpSpectrum()
533 for (i = startLine; i < stopLine; i++) { in FDKaacEnc_ScaleUpSpectrum()
554 const INT startLine, in FDKaacEnc_CalcAutoCorrValue() argument
564 for (i = startLine; i < stopLine; i++) { in FDKaacEnc_CalcAutoCorrValue()
568 for (i = startLine; i < (stopLine - lag); i++) { in FDKaacEnc_CalcAutoCorrValue()
1055 INT i, startLine, stopLine; in FDKaacEnc_TnsEncode() local
1065 startLine = (tnsData->filtersMerged) ? tC->lpcStartLine[LOFILT] in FDKaacEnc_TnsEncode()
1082 CLpc_Analysis(&spectrum[startLine], stopLine - startLine, LpcCoeff, in FDKaacEnc_TnsEncode()
1087 startLine = tC->lpcStartLine[LOFILT]; in FDKaacEnc_TnsEncode()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
DDebugWriter.java56 void reset(int startLine) { in reset() argument
58 this.currentLine = startLine; in reset()
/external/sonivox/arm-wt-22k/lib_src/
Deas_imelodydata.h57 EAS_I32 startLine; /* file offset at start of line (for repeats) */ member
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DTypeDumpVisitor.cpp175 W->startLine() << getLeafTypeName(Record.Type); in visitTypeBegin()
189 W->startLine() << "}\n"; in visitTypeEnd()
194 W->startLine() << getLeafTypeName(Record.Kind); in visitMemberBegin()
207 W->startLine() << "}\n"; in visitMemberEnd()
DSymbolDumper.cpp100 W.startLine() << getSymbolKindName(CVR.Type); in visitSymbolBegin()
112 W.startLine() << "}\n"; in visitSymbolEnd()
476 W.startLine() << "ChangeCodeOffsetAndLineOffset: {CodeOffset: " in visitKnownRecord()
482 W.startLine() << "ChangeCodeLengthAndCodeOffset: {CodeOffset: " in visitKnownRecord()

123