Home
last modified time | relevance | path

Searched refs:parseFormat (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Remarks/
H A DRemarkFormat.h28 Expected<Format> parseFormat(StringRef FormatStr);
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DLLVMRemarkStreamer.cpp107 Expected<remarks::Format> Format = remarks::parseFormat(RemarksFormat); in setupLLVMOptimizationRemarks()
151 Expected<remarks::Format> Format = remarks::parseFormat(RemarksFormat); in setupLLVMOptimizationRemarks()
/freebsd/contrib/llvm-project/llvm/lib/Remarks/
H A DRemarkFormat.cpp20 Expected<Format> llvm::remarks::parseFormat(StringRef FormatStr) { in parseFormat() function in llvm::remarks
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DTriple.cpp743 static Triple::ObjectFormatType parseFormat(StringRef EnvironmentName) { in parseFormat() function
998 ObjectFormat = parseFormat(Components[3]); in Triple()
1046 ObjectFormat(parseFormat(EnvironmentStr.str())) { in Triple()
1128 ObjectFormat = parseFormat(Components[4]); in normalize()
1173 ObjectFormat = parseFormat(Comp); in normalize()