Searched defs:Fmt (Results 1 – 7 of 7) sorted by relevance
56 const char *Fmt = ELFT::Is64Bits ? "0x%016" PRIx64 " " : "0x%08" PRIx64 " "; in printProgramHeaders() local
284 StringRef Fmt = Obj->getBytesInAddress() > 4 ? "\t\t%016" PRIx64 ": " : in DisassembleObject() local443 StringRef Fmt = Obj->getBytesInAddress() > 4 ? "%016" PRIx64 : in PrintRelocations() local655 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()
622 SmallString<256> Fmt; in PrintUnexpected() local650 SmallString<256> Fmt; in PrintExpected() local
202 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 <<()
7308 Logger &cxindex::Logger::operator<<(const llvm::format_object_base &Fmt) { in operator <<()