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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Remarks/
H A DRemarkFormat.h28 Expected<Format> parseFormat(StringRef FormatStr);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Remarks/
H A DRemarkFormat.cpp20 Expected<Format> llvm::remarks::parseFormat(StringRef FormatStr) { function in class:llvm::remarks
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DLLVMRemarkStreamer.cpp105 Expected<remarks::Format> Format = remarks::parseFormat(RemarksFormat);
151 Expected<remarks::Format> Format = remarks::parseFormat(RemarksFormat);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DTriple.cpp554 static Triple::ObjectFormatType parseFormat(StringRef EnvironmentName) { function
750 ObjectFormat = parseFormat(Components[3]);
798 ObjectFormat(parseFormat(EnvironmentStr.str())) {
833 ObjectFormat = parseFormat(Components[4]);
878 ObjectFormat = parseFormat(Comp);

Completed in 68 milliseconds