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

Lines Matching refs:Fmt

447       raw_string_ostream fmt(fmtbuf);
448 fmt << Target << (addend < 0 ? "" : "+") << addend << "-P";
449 fmt.flush();
458 raw_string_ostream fmt(fmtbuf);
459 fmt << Target << (addend < 0 ? "" : "+") << addend;
460 fmt.flush();
469 raw_string_ostream fmt(fmtbuf);
470 fmt << Target;
472 fmt << (addend < 0 ? "" : "+") << addend;
473 fmt.flush();
519 raw_string_ostream &fmt) {
539 fmt << *Name;
554 fmt << Name;
558 fmt << format("0x%x", Val);
579 fmt << S;
591 raw_string_ostream fmt(fmtbuf);
605 printRelocationTargetName(Obj, RE, fmt);
606 fmt << "@GOT";
608 fmt << "PCREL";
626 printRelocationTargetName(Obj, RENext, fmt);
627 fmt << "-";
628 printRelocationTargetName(Obj, RE, fmt);
632 printRelocationTargetName(Obj, RE, fmt);
633 fmt << "@TLV";
635 fmt << "P";
638 printRelocationTargetName(Obj, RE, fmt);
639 fmt << "-1";
642 printRelocationTargetName(Obj, RE, fmt);
643 fmt << "-2";
646 printRelocationTargetName(Obj, RE, fmt);
647 fmt << "-4";
650 printRelocationTargetName(Obj, RE, fmt);
673 printRelocationTargetName(Obj, RE, fmt);
674 fmt << "-";
675 printRelocationTargetName(Obj, RENext, fmt);
694 printRelocationTargetName(Obj, RE, fmt);
695 fmt << "-";
696 printRelocationTargetName(Obj, RENext, fmt);
700 printRelocationTargetName(Obj, RE, fmt);
701 fmt << "@TLV";
703 fmt << "P";
707 printRelocationTargetName(Obj, RE, fmt);
718 fmt << ":upper16:(";
720 fmt << ":lower16:(";
721 printRelocationTargetName(Obj, RE, fmt);
742 fmt << "-";
743 printRelocationTargetName(Obj, RENext, fmt);
746 fmt << ")";
749 default: { printRelocationTargetName(Obj, RE, fmt); }
753 printRelocationTargetName(Obj, RE, fmt);
755 fmt.flush();
853 StringRef Fmt = Obj->getBytesInAddress() > 4 ? "\t\t%016" PRIx64 ": " :
1142 outs() << format(Fmt.data(), SectionAddr + addr) << name
1154 StringRef Fmt = Obj->getBytesInAddress() > 4 ? "%016" PRIx64 :
1176 outs() << format(Fmt.data(), address) << " " << relocname << " "
1292 const char *Fmt = o->getBytesInAddress() > 4 ? "%016" PRIx64 :
1295 outs() << format(Fmt, Address) << " "