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

Lines Matching full:outs

114       outs() << "\t.long " << Value;
119 outs() << "\t.short " << Value;
123 outs() << "\t.byte " << Value;
126 outs() << "\t@ KIND_DATA\n";
130 outs() << "\t.byte " << Value << "\t@ KIND_JUMP_TABLE8";
135 outs() << "\t.short " << Value << "\t@ KIND_JUMP_TABLE16";
142 outs() << "\t.long " << Value << "\t@ KIND_JUMP_TABLE32";
145 outs() << "\t@ data in code kind = " << Kind << "\n";
245 outs() << '\n' << Filename << ":\n\n";
396 outs() << SymName << ":\n";
403 outs() << format("%8" PRIx64 ":\t", SectAddress + Index);
425 IP->printInst(&Inst, outs(), "");
433 outs() << "\t## " << dli.getFileName() << ':'
437 outs() << "\n";
457 outs() << format("%8" PRIx64 ":\t", SectAddress + Index);
459 IP->printInst(&Inst, outs(), "");
460 outs() << "\n";