Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/TargetParser/
H A DTriple.cpp981 const Twine &EnvironmentStr) in Triple() argument
983 EnvironmentStr).str()), in Triple()
988 Environment(parseEnvironment(EnvironmentStr.str())), in Triple()
989 ObjectFormat(parseFormat(EnvironmentStr.str())) { in Triple()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h329 const Twine &EnvironmentStr);