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

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

Completed in 156 milliseconds