Lines Matching refs:Fmt
358 raw_string_ostream &Fmt) { in printRelocationTargetName() argument
371 Fmt << unwrapOrError(Symbol.getName(), FileName); in printRelocationTargetName()
382 Fmt << NameOrErr; in printRelocationTargetName()
386 Fmt << format("0x%x", Val); in printRelocationTargetName()
396 Fmt << format("0x%0" PRIx64, Val); in printRelocationTargetName()
408 Fmt << "0 (?,?)"; in printRelocationTargetName()
417 Fmt << Val << " (?,?)"; in printRelocationTargetName()
426 Fmt << S; in printRelocationTargetName()
438 raw_string_ostream Fmt(FmtBuf); in getMachORelocationValueString() local
450 printRelocationTargetName(Obj, RE, Fmt); in getMachORelocationValueString()
451 Fmt << "@GOT"; in getMachORelocationValueString()
453 Fmt << "PCREL"; in getMachORelocationValueString()
471 printRelocationTargetName(Obj, RENext, Fmt); in getMachORelocationValueString()
472 Fmt << "-"; in getMachORelocationValueString()
473 printRelocationTargetName(Obj, RE, Fmt); in getMachORelocationValueString()
477 printRelocationTargetName(Obj, RE, Fmt); in getMachORelocationValueString()
478 Fmt << "@TLV"; in getMachORelocationValueString()
480 Fmt << "P"; in getMachORelocationValueString()
483 printRelocationTargetName(Obj, RE, Fmt); in getMachORelocationValueString()
484 Fmt << "-1"; in getMachORelocationValueString()
487 printRelocationTargetName(Obj, RE, Fmt); in getMachORelocationValueString()
488 Fmt << "-2"; in getMachORelocationValueString()
491 printRelocationTargetName(Obj, RE, Fmt); in getMachORelocationValueString()
492 Fmt << "-4"; in getMachORelocationValueString()
495 printRelocationTargetName(Obj, RE, Fmt); in getMachORelocationValueString()
518 printRelocationTargetName(Obj, RE, Fmt); in getMachORelocationValueString()
519 Fmt << "-"; in getMachORelocationValueString()
520 printRelocationTargetName(Obj, RENext, Fmt); in getMachORelocationValueString()
539 printRelocationTargetName(Obj, RE, Fmt); in getMachORelocationValueString()
540 Fmt << "-"; in getMachORelocationValueString()
541 printRelocationTargetName(Obj, RENext, Fmt); in getMachORelocationValueString()
545 printRelocationTargetName(Obj, RE, Fmt); in getMachORelocationValueString()
546 Fmt << "@TLV"; in getMachORelocationValueString()
548 Fmt << "P"; in getMachORelocationValueString()
552 printRelocationTargetName(Obj, RE, Fmt); in getMachORelocationValueString()
563 Fmt << ":upper16:("; in getMachORelocationValueString()
565 Fmt << ":lower16:("; in getMachORelocationValueString()
566 printRelocationTargetName(Obj, RE, Fmt); in getMachORelocationValueString()
587 Fmt << "-"; in getMachORelocationValueString()
588 printRelocationTargetName(Obj, RENext, Fmt); in getMachORelocationValueString()
591 Fmt << ")"; in getMachORelocationValueString()
595 printRelocationTargetName(Obj, RE, Fmt); in getMachORelocationValueString()
600 printRelocationTargetName(Obj, RE, Fmt); in getMachORelocationValueString()
602 Fmt.flush(); in getMachORelocationValueString()