Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/TargetParser/
H A DTriple.cpp945 const Twine &EnvironmentStr) in Triple() argument
947 EnvironmentStr).str()), in Triple()
952 Environment(parseEnvironment(EnvironmentStr.str())), in Triple()
953 ObjectFormat(parseFormat(EnvironmentStr.str())) { in Triple()
/openbsd-src/gnu/llvm/llvm/include/llvm/TargetParser/
H A DTriple.h324 const Twine &EnvironmentStr);