Home
last modified time | relevance | path

Searched defs:parseFormat (Results 1 – 2 of 2) sorted by relevance

/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