Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DTriple.cpp1038 const Twine &EnvironmentStr) in Triple() argument
1040 EnvironmentStr).str()), in Triple()
1045 Environment(parseEnvironment(EnvironmentStr.str())), in Triple()
1046 ObjectFormat(parseFormat(EnvironmentStr.str())) { in Triple()
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h348 const Twine &EnvironmentStr);