Home
last modified time | relevance | path

Searched defs:FormatStr (Results 1 – 8 of 8) sorted by relevance

/llvm-project/llvm/lib/Remarks/
H A DRemarkFormat.cpp20 Expected<Format> llvm::remarks::parseFormat(StringRef FormatStr) { in parseFormat()
/llvm-project/llvm/include/llvm/MC/
H A DLaneBitmask.h44 constexpr static const char *const FormatStr = "%016llX"; member
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPrintfRuntimeBinding.cpp163 StringRef FormatStr; in lowerPrintfForGpu() local
/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp3137 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 DDWARFLinkerImpl.cpp918 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 DAMDGPUAsmParser.cpp6811 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 DDWARFLinker.cpp2969 const char *FormatStr = "{0,-45} {1,10}b {2,10}b {3,8:P}\n"; link() local
/llvm-project/llvm/unittests/Frontend/
H A DOpenMPIRBuilderTest.cpp35 createPrintfCall(IRBuilder<> & Builder,StringRef FormatStr,ArrayRef<Value * > Values) createPrintfCall() argument