Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/
H A DLoongArchBaseInfo.cpp76 if (!ABIName.empty() && TT.hasEnvironment() && ArgProvidedABI != TripleABI) in computeTargetABI()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCDXContainerWriter.cpp123 if (TT.hasEnvironment()) in writeObject()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DArchSpec.h360 return m_triple.hasEnvironment(); in TripleEnvironmentWasSpecified()
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h372 bool hasEnvironment() const { in hasEnvironment() function
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DArchSpec.cpp1038 ((!lhs_os_specified && !lhs_triple.hasEnvironment()) || in IsMatch()
1039 (!rhs_os_specified && !rhs_triple.hasEnvironment()))) in IsMatch()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DLinux.cpp536 else if (!Triple.hasEnvironment() && in getDynamicLinker()
H A DGnu.cpp379 ToolChain.getTriple().hasEnvironment() || in ConstructJob()
H A DClang.cpp6827 RawTriple.hasEnvironment())) || in ConstructJob()
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DTriple.cpp1426 if (hasEnvironment()) in setOSName()
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp6256 !Target.hasEnvironment()) in getToolChain()