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

/freebsd-9.3-release/contrib/llvm/tools/llvm-objdump/
H A DELFDump.cpp56 const char *Fmt = ELFT::Is64Bits ? "0x%016" PRIx64 " " : "0x%08" PRIx64 " "; local
H A Dllvm-objdump.cpp724 const char *Fmt = o->getBytesInAddress() > 4 ? "%016" PRIx64 : local
/freebsd-9.3-release/contrib/llvm/include/llvm/Support/
H A DFormat.h43 const char *Fmt; member in class:llvm::format_object_base
180 inline format_object1<T> format(const char *Fmt, const T &Val) { argument
191 inline format_object2<T1, T2> format(const char *Fmt, cons argument
203 format(const char *Fmt, const T1 &Val1, const T2 &Val2, const T3 &Val3) argument
215 format(const char *Fmt, const T1 &Val1, const T2 &Val2, const T3 &Val3, const T4 &Val4) argument
228 format(const char *Fmt,const T1 &Val1, const T2 &Val2, const T3 &Val3, const T4 &Val4, const T5 &Val5) argument
[all...]
/freebsd-9.3-release/sys/contrib/dev/acpica/compiler/
H A Daslutils.c352 DbgPrint( UINT32 Type, char *Fmt, ...) argument
/freebsd-9.3-release/contrib/llvm/lib/Support/
H A Draw_ostream.cpp351 raw_ostream &raw_ostream::operator<<(const format_object_base &Fmt) { argument
/freebsd-9.3-release/sys/contrib/dev/acpica/
H A Dosunixxf.c249 AcpiOsPrintf( const char *Fmt, ...) argument
276 AcpiOsVprintf( const char *Fmt, va_list Args) argument

Completed in 178 milliseconds