Searched defs:FormatStr (Results 1 – 8 of 8) sorted by relevance
/llvm-project/llvm/lib/Remarks/ |
H A D | RemarkFormat.cpp | 20 Expected<Format> llvm::remarks::parseFormat(StringRef FormatStr) { in parseFormat()
|
/llvm-project/llvm/include/llvm/MC/ |
H A D | LaneBitmask.h | 44 constexpr static const char *const FormatStr = "%016llX"; member
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUPrintfRuntimeBinding.cpp | 163 StringRef FormatStr; in lowerPrintfForGpu() local
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SimplifyLibCalls.cpp | 3137 StringRef FormatStr; optimizePrintFString() local 3254 StringRef FormatStr; optimizeSPrintFString() local 3444 StringRef FormatStr; optimizeSnPrintFString() local 3511 StringRef FormatStr; optimizeFPrintFString() local [all...] |
/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
H A D | DWARFLinkerImpl.cpp | 918 const char *FormatStr = "{0,-45} {1,10}b {2,10}b {3,8:P}\n"; in printStatistic() local
|
/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/ |
H A D | AMDGPUAsmParser.cpp | 6811 matchDfmtNfmt(int64_t & Dfmt,int64_t & Nfmt,StringRef FormatStr,SMLoc Loc) matchDfmtNfmt() argument 6832 parseSymbolicSplitFormat(StringRef FormatStr,SMLoc FormatLoc,int64_t & Format) parseSymbolicSplitFormat() argument 6869 parseSymbolicUnifiedFormat(StringRef FormatStr,SMLoc Loc,int64_t & Format) parseSymbolicUnifiedFormat() argument 6904 StringRef FormatStr; parseSymbolicOrNumericFormat() local [all...] |
/llvm-project/llvm/lib/DWARFLinker/Classic/ |
H A D | DWARFLinker.cpp | 2969 const char *FormatStr = "{0,-45} {1,10}b {2,10}b {3,8:P}\n"; link() local
|
/llvm-project/llvm/unittests/Frontend/ |
H A D | OpenMPIRBuilderTest.cpp | 35 createPrintfCall(IRBuilder<> & Builder,StringRef FormatStr,ArrayRef<Value * > Values) createPrintfCall() argument
|