Searched defs:lhs_triple_env (Results 1 - 1 of 1) sorted by last modified time

/external/lldb/source/Core/
H A DArchSpec.cpp792 const llvm::Triple::EnvironmentType lhs_triple_env = lhs_triple.getEnvironment(); local
795 if (lhs_triple_env != rhs_triple_env)
798 if (lhs_triple_env != llvm::Triple::UnknownEnvironment &&

Completed in 207 milliseconds