Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Support/
H A DTriple.cpp759 const Twine &EnvironmentStr) in Triple() argument
761 EnvironmentStr).str()), in Triple()
766 Environment(parseEnvironment(EnvironmentStr.str())), in Triple()
767 ObjectFormat(parseFormat(EnvironmentStr.str())) { in Triple()
/freebsd-12.1/contrib/llvm/include/llvm/ADT/
H A DTriple.h259 const Twine &EnvironmentStr);