/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
H A D | ELFDump.cpp | 125 raw_string_ostream Fmt(FmtBuf); in getRelocationValueString() local 231 const char *Fmt = in printDynamicSection() local 315 const char *Fmt = ELFT::Is64Bits ? "0x%016" PRIx64 " " : "0x%08" PRIx64 " "; in printProgramHeaders() local 348 StringRef Fmt = Obj.getBytesInAddress() > 4 ? "%016" PRIx64 : "%08" PRIx64; in printDynamicRelocations() local
|
H A D | WasmDump.cpp | 50 raw_string_ostream Fmt(FmtBuf); in getWasmRelocationValueString() local
|
H A D | COFFDump.cpp | 100 auto print = [](const char *K, auto V, const char *Fmt = "%d\n") { in printPEHeader() argument 104 const char *Fmt = "%d\n") { print(K, uint16_t(V), Fmt); }; in printPEHeader() argument 106 const char *Fmt = "%d\n") { print(K, uint32_t(V), Fmt); }; in printPEHeader() argument
|
H A D | llvm-objdump.cpp | 643 StringRef Fmt = Is64Bits ? "%016" PRIx64 ": " : "%08" PRIx64 ": "; in printRelocation() local 2659 StringRef Fmt = O.getBytesInAddress() > 4 ? "%016" PRIx64 : "%08" PRIx64; in printRelocations() local 2957 const char *Fmt = O.getBytesInAddress() > 4 ? "%016" PRIx64 : "%08" PRIx64; in printSymbol() local 3171 StringRef Fmt = O->getBytesInAddress() > 4 ? "%016" PRIx64 : "%08" PRIx64; in printFileHeaders() local
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | FormatVariadic.cpp | 93 formatv_object_base::splitLiteralAndReplacement(StringRef Fmt) { in splitLiteralAndReplacement() 144 formatv_object_base::parseFormatString(StringRef Fmt) { in parseFormatString()
|
H A D | raw_ostream.cpp | 310 raw_ostream &raw_ostream::operator<<(const format_object_base &Fmt) { in operator <<()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | FormatVariadic.h | 77 formatv_object_base(StringRef Fmt, in formatv_object_base() 152 formatv_object(StringRef Fmt, Tuple &&Params) in formatv_object()
|
H A D | Error.h | 1286 inline Error createStringError(std::error_code EC, char const *Fmt, in createStringError() 1309 inline Error createStringError(char const *Fmt, const Ts &...Vals) { in createStringError() 1314 inline Error createStringError(std::errc EC, char const *Fmt, in createStringError()
|
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/ |
H A D | PCHContainerOperations.h | 102 for (llvm::StringRef Fmt : Reader->getFormats()) in registerReader() local
|
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerIO.cpp | 159 void Printf(const char *Fmt, ...) { in Printf() 167 void VPrintf(bool Verbose, const char *Fmt, ...) { in VPrintf()
|
/freebsd/sys/contrib/dev/acpica/compiler/ |
H A D | asldebug.c | 189 char *Fmt, in CvDbgPrint()
|
H A D | aslutils.c | 563 char *Fmt, in DbgPrint()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | LinePrinter.h | 63 template <typename... Ts> void formatLine(const char *Fmt, Ts &&...Items) { in formatLine() 66 template <typename... Ts> void format(const char *Fmt, Ts &&...Items) { in format()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/ |
H A D | llvm-debuginfo-analyzer.cpp | 31 static void error(std::error_code EC, char const *Fmt, const Ts &...Vals) { in error()
|
/freebsd/contrib/llvm-project/llvm/tools/lli/ |
H A D | ExecutionUtils.cpp |
|
/freebsd/sys/contrib/dev/acpica/os_specific/service_layers/ |
H A D | osunixxf.c | 533 const char *Fmt, in AcpiOsPrintf() 587 const char *Fmt, in AcpiOsVprintf()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | AMDGPUEmitPrintf.cpp | 223 IRBuilder<> &Builder, ArrayRef<Value *> Args, Value *Fmt, in callBufferedPrintfStart() 431 auto Fmt = Args[0]; in emitAMDGPUPrintfCall() local
|
H A D | BuildLibCalls.cpp | 1611 Value *llvm::emitSNPrintf(Value *Dest, Value *Size, Value *Fmt, in emitSNPrintf() 1624 Value *llvm::emitSPrintf(Value *Dest, Value *Fmt, in emitSPrintf() 1671 Value *llvm::emitVSNPrintf(Value *Dest, Value *Size, Value *Fmt, Value *VAList, in emitVSNPrintf() 1682 Value *llvm::emitVSPrintf(Value *Dest, Value *Fmt, Value *VAList, in emitVSPrintf()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFContext.h | 412 std::error_code EC, char const *Fmt, in checkAddressSizeSupported()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | Twine.h | 315 Twine(const formatv_object_base & Fmt) Twine() argument
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUPrintfRuntimeBinding.cpp | 90 SmallVectorImpl<char> &OpConvSpecifiers, StringRef Fmt, in getConversionSpecifiers()
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | VerifyDiagnosticConsumer.cpp | 875 SmallString<256> Fmt; in PrintUnexpected() local 905 SmallString<256> Fmt; in PrintExpected() local
|
H A D | InitPreprocessor.cpp | 193 auto Emitter = [&](char Fmt) { in DefineFmt()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | RDFRegisters.cpp | 288 const char *Fmt = Idx < 0x10000 ? "%04x" : "%08x"; print() local
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | GICombinerEmitter.cpp |
|