Searched defs:FormatStr (Results 1 – 7 of 7) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Remarks/ |
H A D | RemarkFormat.cpp | 20 Expected<Format> llvm::remarks::parseFormat(StringRef FormatStr) { in parseFormat()
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | LaneBitmask.h | 44 constexpr static const char *const FormatStr = "%016llX"; member
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUPrintfRuntimeBinding.cpp | 162 StringRef FormatStr; lowerPrintfForGpu() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SimplifyLibCalls.cpp | 2932 StringRef FormatStr; optimizePrintFString() local 3049 StringRef FormatStr; optimizeSPrintFString() local 3239 StringRef FormatStr; optimizeSnPrintFString() local 3306 StringRef FormatStr; optimizeFPrintFString() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
H A D | DWARFLinkerImpl.cpp | 920 const char *FormatStr = "{0,-45} {1,10}b {2,10}b {3,8:P}\n"; printStatistic() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/ |
H A D | AMDGPUAsmParser.cpp | 6582 matchDfmtNfmt(int64_t & Dfmt,int64_t & Nfmt,StringRef FormatStr,SMLoc Loc) matchDfmtNfmt() argument 6603 parseSymbolicSplitFormat(StringRef FormatStr,SMLoc FormatLoc,int64_t & Format) parseSymbolicSplitFormat() argument 6640 parseSymbolicUnifiedFormat(StringRef FormatStr,SMLoc Loc,int64_t & Format) parseSymbolicUnifiedFormat() argument 6675 StringRef FormatStr; parseSymbolicOrNumericFormat() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ |
H A D | DWARFLinker.cpp | 2963 const char *FormatStr = "{0,-45} {1,10}b {2,10}b {3,8:P}\n"; link() local
|