Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Support/
HDTriple.cpp436 static Triple::ObjectFormatType parseFormat(StringRef EnvironmentName) { in parseFormat() function
558 ObjectFormat(parseFormat(getEnvironmentName())) { in Triple()
593 ObjectFormat(parseFormat(EnvironmentStr.str())) { in Triple()
628 ObjectFormat = parseFormat(Components[4]); in normalize()
673 ObjectFormat = parseFormat(Comp); in normalize()