Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DLLVMRemarkStreamer.cpp104 Expected<remarks::Format> Format = remarks::parseFormat(RemarksFormat); in setupLLVMOptimizationRemarks()
148 Expected<remarks::Format> Format = remarks::parseFormat(RemarksFormat); in setupLLVMOptimizationRemarks()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Remarks/
H A DRemarkFormat.h28 Expected<Format> parseFormat(StringRef FormatStr);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Remarks/
H A DRemarkFormat.cpp20 Expected<Format> llvm::remarks::parseFormat(StringRef FormatStr) { in parseFormat() function in llvm::remarks
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-rc/
H A Dllvm-rc.cpp279 Format parseFormat(StringRef S) { in parseFormat() function
393 parseFormat(InputArgs.getLastArgValue(WINDRES_input_format)); in parseWindresOptions()
402 parseFormat(InputArgs.getLastArgValue(WINDRES_output_format)); in parseWindresOptions()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DTriple.cpp570 static Triple::ObjectFormatType parseFormat(StringRef EnvironmentName) { in parseFormat() function
780 ObjectFormat = parseFormat(Components[3]); in Triple()
828 ObjectFormat(parseFormat(EnvironmentStr.str())) { in Triple()
863 ObjectFormat = parseFormat(Components[4]); in normalize()
908 ObjectFormat = parseFormat(Comp); in normalize()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-opt-report/
H A DOptReport.cpp157 Expected<remarks::Format> Format = remarks::parseFormat(ParserFormat); in readLocationInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/dsymutil/
H A Ddsymutil.cpp302 remarks::parseFormat(RemarksOutputFormat->getValue())) in getOptions()