Lines Matching refs:Fmt
351 raw_string_ostream &Fmt) { in printRelocationTargetName() argument
364 Fmt << unwrapOrError(Symbol.getName(), FileName); in printRelocationTargetName()
375 Fmt << NameOrErr; in printRelocationTargetName()
379 Fmt << format("0x%x", Val); in printRelocationTargetName()
389 Fmt << format("0x%0" PRIx64, Val); in printRelocationTargetName()
401 Fmt << "0 (?,?)"; in printRelocationTargetName()
410 Fmt << Val << " (?,?)"; in printRelocationTargetName()
419 Fmt << S; in printRelocationTargetName()
431 raw_string_ostream Fmt(FmtBuf); in getMachORelocationValueString() local
443 printRelocationTargetName(Obj, RE, Fmt); in getMachORelocationValueString()
444 Fmt << "@GOT"; in getMachORelocationValueString()
446 Fmt << "PCREL"; in getMachORelocationValueString()
464 printRelocationTargetName(Obj, RENext, Fmt); in getMachORelocationValueString()
465 Fmt << "-"; in getMachORelocationValueString()
466 printRelocationTargetName(Obj, RE, Fmt); in getMachORelocationValueString()
470 printRelocationTargetName(Obj, RE, Fmt); in getMachORelocationValueString()
471 Fmt << "@TLV"; in getMachORelocationValueString()
473 Fmt << "P"; in getMachORelocationValueString()
476 printRelocationTargetName(Obj, RE, Fmt); in getMachORelocationValueString()
477 Fmt << "-1"; in getMachORelocationValueString()
480 printRelocationTargetName(Obj, RE, Fmt); in getMachORelocationValueString()
481 Fmt << "-2"; in getMachORelocationValueString()
484 printRelocationTargetName(Obj, RE, Fmt); in getMachORelocationValueString()
485 Fmt << "-4"; in getMachORelocationValueString()
488 printRelocationTargetName(Obj, RE, Fmt); in getMachORelocationValueString()
511 printRelocationTargetName(Obj, RE, Fmt); in getMachORelocationValueString()
512 Fmt << "-"; in getMachORelocationValueString()
513 printRelocationTargetName(Obj, RENext, Fmt); in getMachORelocationValueString()
532 printRelocationTargetName(Obj, RE, Fmt); in getMachORelocationValueString()
533 Fmt << "-"; in getMachORelocationValueString()
534 printRelocationTargetName(Obj, RENext, Fmt); in getMachORelocationValueString()
538 printRelocationTargetName(Obj, RE, Fmt); in getMachORelocationValueString()
539 Fmt << "@TLV"; in getMachORelocationValueString()
541 Fmt << "P"; in getMachORelocationValueString()
545 printRelocationTargetName(Obj, RE, Fmt); in getMachORelocationValueString()
556 Fmt << ":upper16:("; in getMachORelocationValueString()
558 Fmt << ":lower16:("; in getMachORelocationValueString()
559 printRelocationTargetName(Obj, RE, Fmt); in getMachORelocationValueString()
580 Fmt << "-"; in getMachORelocationValueString()
581 printRelocationTargetName(Obj, RENext, Fmt); in getMachORelocationValueString()
584 Fmt << ")"; in getMachORelocationValueString()
588 printRelocationTargetName(Obj, RE, Fmt); in getMachORelocationValueString()
593 printRelocationTargetName(Obj, RE, Fmt); in getMachORelocationValueString()
595 Fmt.flush(); in getMachORelocationValueString()