| /minix3/external/bsd/llvm/dist/llvm/tools/llvm-readobj/ |
| H A D | StreamWriter.h | 93 startLine() << Label << ": " << Name << " (" << hex(Value) << ")\n"; in printEnum() 95 startLine() << Label << ": " << hex(Value) << "\n"; in printEnum() 119 startLine() << Label << " [ (" << hex(Value) << ")\n"; 121 startLine() << " " << Flag.Name << " (" << hex(Flag.Value) << ")\n"; 123 startLine() << "]\n"; 128 startLine() << Label << " [ (" << hex(Value) << ")\n"; in printFlags() 133 startLine() << " " << hex(Flag) << "\n"; in printFlags() 137 startLine() << "]\n"; in printFlags() 141 startLine() << Label << ": " << Value << "\n"; in printNumber() 145 startLine() << Label << ": " << Value << "\n"; in printNumber() [all …]
|
| H A D | ARMEHABIPrinter.h | 97 SW.startLine() << format("0x%02X ; vsp = vsp + %u\n", Opcode, in Decode_00xxxxxx() 102 SW.startLine() << format("0x%02X ; vsp = vsp - %u\n", Opcode, in Decode_01xxxxxx() 111 SW.startLine() in Decode_1000iiii_iiiiiiii() 120 SW.startLine() << format("0x%02X ; reserved (ARM MOVrr)\n", Opcode); in Decode_10011101() 124 SW.startLine() << format("0x%02X ; reserved (WiMMX MOVrr)\n", Opcode); in Decode_10011111() 128 SW.startLine() << format("0x%02X ; vsp = r%u\n", Opcode, (Opcode & 0x0f)); in Decode_1001nnnn() 132 SW.startLine() << format("0x%02X ; pop ", Opcode); in Decode_10100nnn() 138 SW.startLine() << format("0x%02X ; pop ", Opcode); in Decode_10101nnn() 144 SW.startLine() << format("0x%02X ; finish\n", Opcode); in Decode_10110000() 151 SW.startLine() in Decode_10110001_0000iiii() [all …]
|
| H A D | ARMWinEHPrinter.cpp | 234 SW.startLine() << format("0x%02x ; %s sp, #(%u * 4)\n", in opcode_0xxxxxxx() 251 SW.startLine() << format("0x%02x 0x%02x ; %s.w ", in opcode_10Lxxxxx() 264 SW.startLine() << format("0x%02x ; mov r%u, sp\n", in opcode_1100xxxx() 267 SW.startLine() << format("0x%02x ; mov sp, r%u\n", in opcode_1100xxxx() 281 SW.startLine() << format("0x%02x ; %s ", OC[Offset], in opcode_11010Lxx() 298 SW.startLine() << format("0x%02x ; %s.w ", OC[Offset], in opcode_11011Lxx() 312 SW.startLine() << format("0x%02x ; %s ", OC[Offset], in opcode_11100xxx() 325 SW.startLine() << format("0x%02x 0x%02x ; %s.w sp, #(%u * 4)\n", in opcode_111010xx() 339 SW.startLine() << format("0x%02x 0x%02x ; %s ", OC[Offset + 0], in opcode_1110110L() 353 SW.startLine() << format("0x%02x 0x%02x ; reserved\n", in opcode_11101110() [all …]
|
| H A D | StreamWriter.cpp | 36 startLine() << Label; in printBinaryImpl() 41 startLine() << format(" %04" PRIX64 ": ", uint64_t(addr)); in printBinaryImpl() 63 startLine() << ")\n"; in printBinaryImpl() 65 startLine() << Label << ":"; in printBinaryImpl()
|
| H A D | ELFDumper.cpp | 630 W.startLine() << "Section (" << SectionNumber << ") " << Name << " {\n"; in printRelocations() 636 W.startLine() << "}\n"; in printRelocations() 683 raw_ostream& OS = W.startLine(); in printRelocation() 917 W.startLine() << "UnwindInfo not implemented.\n"; in printUnwindInfo() 928 W.startLine() << "UnwindInfo not implemented.\n"; in printUnwindInfo() 941 W.startLine() << "DynamicSection [ (" << Total << " entries)\n"; in printDynamicTable() 945 W.startLine() in printDynamicTable() 949 W.startLine() in printDynamicTable() 957 W.startLine() << "]\n"; in printDynamicTable() 1001 W.startLine() << "Attributes not implemented.\n"; in printAttributes() [all …]
|
| H A D | MachODumper.cpp | 466 W.startLine() << "Section " << Name << " {\n"; in printRelocations() 476 W.startLine() << "}\n"; in printRelocations() 526 raw_ostream& OS = W.startLine(); in printRelocation() 572 W.startLine() << "PrivateExtern\n"; in printSymbol() 574 W.startLine() << "Extern\n"; in printSymbol() 587 W.startLine() << "UnwindInfo not implemented.\n"; in printUnwindInfo()
|
| H A D | COFFDumper.cpp | 690 W.startLine() << "ProcEnd\n"; in printCodeViewSymbolsSubsection() 777 W.startLine() << "Section (" << SectionNumber << ") " << Name << " {\n"; in printRelocations() 787 W.startLine() << "}\n"; in printRelocations() 814 raw_ostream& OS = W.startLine(); in printRelocation() 855 W.startLine() << "Invalid section number: " << EC.message() << "\n"; in printSymbol() 973 W.startLine() << "<unhandled auxiliary record>\n"; in printSymbol()
|
| H A D | ARMAttributeParser.cpp | 447 SW.startLine() << "Value: " << Integer << ", " << String << '\n'; in compatibility() 654 SW.startLine() << "Section " << ++SectionNumber << " {\n"; in Parse() 661 SW.startLine() << "}\n"; in Parse()
|
| H A D | Win64EHDumper.cpp | 178 SW.startLine() << format("0x%02X: ", unsigned(UC[0].u.CodeOffset)) in printUnwindCode()
|
| /minix3/external/public-domain/sqlite/dist/ |
| H A D | shell.c | 1849 int startLine = p->nLine; in csv_read_one_field() local 1876 p->zFile, startLine, cQuote); in csv_read_one_field() 2242 int startLine = sCsv.nLine; in do_meta_command() local 2250 sCsv.zFile, startLine, nCol, i+1); in do_meta_command() 2262 sCsv.zFile, startLine, nCol, i); in do_meta_command() 2268 fprintf(stderr, "%s:%d: INSERT failed: %s\n", sCsv.zFile, startLine, in do_meta_command()
|
| /minix3/external/bsd/llvm/dist/clang/tools/c-index-test/ |
| H A D | c-index-test.c | 1103 unsigned startLine, startColumn, endLine, endColumn, curLine, curColumn; in FunctionScanVisitor() local 1112 &startLine, &startColumn, in FunctionScanVisitor() 1115 curLine = startLine; in FunctionScanVisitor()
|
| /minix3/external/bsd/llvm/dist/clang/include/clang-c/ |
| H A D | Index.h | 4187 unsigned *startLine,
|
| /minix3/external/bsd/llvm/dist/clang/tools/libclang/ |
| H A D | CIndex.cpp | 5178 unsigned *startLine, in clang_getDefinitionSpellingAndExtent() argument 5189 *startLine = SM.getSpellingLineNumber(Body->getLBracLoc()); in clang_getDefinitionSpellingAndExtent()
|