Home
last modified time | relevance | path

Searched defs:Fmt (Results 1 – 6 of 6) sorted by relevance

/external/llvm/include/llvm/Support/
DFormat.h169 format_object6(const char *Fmt, const T1 &Val1, const T2 &Val2, in format_object6()
189 inline format_object1<T> format(const char *Fmt, const T &Val) { in format()
194 inline format_object2<T1, T2> format(const char *Fmt, const T1 &Val1, in format()
200 inline format_object3<T1, T2, T3> format(const char *Fmt, const T1 &Val1, in format()
206 inline format_object4<T1, T2, T3, T4> format(const char *Fmt, const T1 &Val1, in format()
213 inline format_object5<T1, T2, T3, T4, T5> format(const char *Fmt,const T1 &Val1, in format()
222 format(const char *Fmt, const T1 &Val1, const T2 &Val2, const T3 &Val3, in format()
/external/llvm/tools/llvm-objdump/
DELFDump.cpp56 const char *Fmt = ELFT::Is64Bits ? "0x%016" PRIx64 " " : "0x%08" PRIx64 " "; in printProgramHeaders() local
Dllvm-objdump.cpp393 StringRef Fmt = Obj->getBytesInAddress() > 4 ? "\t\t%016" PRIx64 ": " : in DisassembleObject() local
562 StringRef Fmt = Obj->getBytesInAddress() > 4 ? "%016" PRIx64 : in PrintRelocations() local
772 const char *Fmt = o->getBytesInAddress() > 4 ? "%016" PRIx64 : in PrintSymbolTable() local
/external/clang/lib/Frontend/
DVerifyDiagnosticConsumer.cpp625 SmallString<256> Fmt; in PrintUnexpected() local
652 SmallString<256> Fmt; in PrintExpected() local
/external/llvm/lib/Support/
Draw_ostream.cpp357 raw_ostream &raw_ostream::operator<<(const format_object_base &Fmt) { in operator <<()
/external/clang/tools/libclang/
DCIndex.cpp7017 Logger &cxindex::Logger::operator<<(const llvm::format_object_base &Fmt) { in operator <<()