Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Support/
H A DTriple.cpp536 static Triple::ObjectFormatType parseFormat(StringRef EnvironmentName) { in parseFormat() function
719 ObjectFormat = parseFormat(Components[3]); in Triple()
767 ObjectFormat(parseFormat(EnvironmentStr.str())) { in Triple()
802 ObjectFormat = parseFormat(Components[4]); in normalize()
847 ObjectFormat = parseFormat(Comp); in normalize()