Searched defs:Fmt (Results 1 – 8 of 8) sorted by relevance
56 const char *Fmt = ELFT::Is64Bits ? "0x%016" PRIx64 " " : "0x%08" PRIx64 " "; in printProgramHeaders() local
802 StringRef Fmt = Obj->getBytesInAddress() > 4 ? "\t\t%016" PRIx64 ": " : in DisassembleObject() local1000 StringRef Fmt = Obj->getBytesInAddress() > 4 ? "%016" PRIx64 : in PrintRelocations() local1199 const char *Fmt = o->getBytesInAddress() > 4 ? "%016" PRIx64 : in PrintSymbolTable() local
111 inline format_object<Ts...> format(const char *Fmt, const Ts &... Vals) { in format()
401 const char *Fmt, in AcpiOsPrintf()455 const char *Fmt, in AcpiOsVprintf()
310 char *Fmt, in DbgPrint()
622 SmallString<256> Fmt; in PrintUnexpected() local650 SmallString<256> Fmt; in PrintExpected() local
203 for (const char *Fmt = IsSigned ? "di" : "ouxX"; *Fmt; ++Fmt) { in DefineFmt() local
359 raw_ostream &raw_ostream::operator<<(const format_object_base &Fmt) { in operator <<()