Home
last modified time | relevance | path

Searched refs:hasEnvironment (Results 1 – 9 of 9) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DArchSpec.h354 return m_triple.hasEnvironment(); in TripleEnvironmentWasSpecified()
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/
H A DJSONCompilationDatabase.cpp143 if (!Triple.hasEnvironment() || in unescapeCommandLine()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/
H A DTriple.h320 bool hasEnvironment() const { in hasEnvironment() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DLinux.cpp458 else if (!Triple.hasEnvironment() && in getDynamicLinker()
H A DGnu.cpp405 ToolChain.getTriple().hasEnvironment() || in ConstructJob()
H A DClang.cpp6058 RawTriple.hasEnvironment())) || in ConstructJob()
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DArchSpec.cpp1029 if (!exact_match && ((!lhs_os_specified && !lhs_triple.hasEnvironment()) || in IsEqualTo()
1030 (!rhs_os_specified && !rhs_triple.hasEnvironment()))) in IsEqualTo()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DTriple.cpp1252 if (hasEnvironment()) in setOSName()
/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp5284 !Target.hasEnvironment()) in getToolChain()