Home | History | Annotate | Download | only in llvm-readobj

Lines Matching refs:SW

29   StreamWriter &SW;
66 OpcodeDecoder(StreamWriter &SW) : SW(SW), OS(SW.getOStream()) {}
97 SW.startLine() << format("0x%02X ; vsp = vsp + %u\n", Opcode,
102 SW.startLine() << format("0x%02X ; vsp = vsp - %u\n", Opcode,
111 SW.startLine()
120 SW.startLine() << format("0x%02X ; reserved (ARM MOVrr)\n", Opcode);
124 SW.startLine() << format("0x%02X ; reserved (WiMMX MOVrr)\n", Opcode);
128 SW.startLine() << format("0x%02X ; vsp = r%u\n", Opcode, (Opcode & 0x0f));
132 SW.startLine() << format("0x%02X ; pop ", Opcode);
138 SW.startLine() << format("0x%02X ; pop ", Opcode);
144 SW.startLine() << format("0x%02X ; finish\n", Opcode);
151 SW.startLine()
161 SW.startLine() << format("0x%02X ", Opcode);
179 SW.startLine() << format("0x%02X 0x%02X ; pop ", Opcode0, Opcode1);
187 SW.startLine() << format("0x%02X ; spare\n", Opcode);
191 SW.startLine() << format("0x%02X ; pop ", Opcode);
199 SW.startLine() << format("0x%02X 0x%02X ; pop ", Opcode0, Opcode1);
209 SW.startLine()
220 SW.startLine() << format("0x%02X 0x%02X ; pop ", Opcode0, Opcode1);
230 SW.startLine() << format("0x%02X 0x%02X ; pop ", Opcode0, Opcode1);
238 SW.startLine() << format("0x%02X ; spare\n", Opcode);
242 SW.startLine() << format("0x%02X ; pop ", Opcode);
248 SW.startLine() << format("0x%02X ; pop ", Opcode);
254 SW.startLine() << format("0x%02X ; spare\n", Opcode);
302 SW.startLine() << format("0x%02X ; reserved\n", Opcodes[OCI++ ^ 3]);
308 StreamWriter &SW;
338 : SW(Writer), ELF(File) {}
426 SW.printString("Model", StringRef("Compact"));
429 SW.printNumber("PersonalityIndex", PersonalityIndex);
443 SW.printString("Model", StringRef("Generic"));
446 SW.printHex("PersonalityRoutineAddress", Address);
448 SW.printString("PersonalityRoutineName", *Name);
455 ListScope OCC(SW, "Opcodes");
480 ListScope E(SW, "Entries");
482 DictScope E(SW, "Entry");
495 SW.printHex("FunctionAddress", Offset);
497 SW.printString("FunctionName", *Name);
500 SW.printString("Model", StringRef("CantUnwind"));
505 SW.printString("Model", StringRef("Compact (Inline)"));
508 SW.printNumber("PersonalityIndex", PersonalityIndex);
516 SW.printString("ExceptionHandlingTable", *Name);
519 SW.printHex("TableEntryOffset", TableEntryOffset);
528 DictScope UI(SW, "UnwindInformation");
536 DictScope UIT(SW, "UnwindIndexTable");
538 SW.printNumber("SectionIndex", SectionIndex);
540 SW.printString("SectionName", *SectionName);
541 SW.printHex("SectionOffset", IT->sh_offset);