Searched refs:appendString (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | string_utils.cpp | 82 void ScopedString::appendString(int Width, int MaxChars, const char *S) { in appendString() function in scudo::ScopedString 101 appendString(0, -1, "0x"); in appendPointer() 177 appendString(LeftJustified ? -Width : Width, Precision, in vappend()
|
H A D | string_utils.h | 40 void appendString(int Width, int MaxChars, const char *S);
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | AMDGPUEmitPrintf.cpp | 165 static Value *appendString(IRBuilder<> &Builder, Value *Desc, Value *Arg, in appendString() function 174 return appendString(Builder, Desc, Arg, IsLast); in processArg() 522 Desc = appendString(Builder, Desc, Fmt, NumOps == 1); in emitAMDGPUPrintfCall()
|