Searched refs:getEnvironment (Results 1 - 25 of 46) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetMachine.h65 return TargetTriple.getEnvironment() == Triple::GNUEABIHF ||
66 TargetTriple.getEnvironment() == Triple::MuslEABIHF ||
67 TargetTriple.getEnvironment() == Triple::EABIHF ||
H A DARMSubtarget.h721 return (TargetTriple.getEnvironment() == Triple::EABI ||
722 TargetTriple.getEnvironment() == Triple::EABIHF) &&
726 return (TargetTriple.getEnvironment() == Triple::GNUEABI ||
727 TargetTriple.getEnvironment() == Triple::GNUEABIHF) &&
731 return (TargetTriple.getEnvironment() == Triple::MuslEABI ||
732 TargetTriple.getEnvironment() == Triple::MuslEABIHF) &&
739 return (TargetTriple.getEnvironment() == Triple::EABI ||
740 TargetTriple.getEnvironment() == Triple::GNUEABI ||
741 TargetTriple.getEnvironment() == Triple::MuslEABI ||
742 TargetTriple.getEnvironment()
[all...]
H A DARMTargetMachine.cpp231 if ((TargetTriple.getEnvironment() == Triple::GNUEABI ||
232 TargetTriple.getEnvironment() == Triple::GNUEABIHF ||
233 TargetTriple.getEnvironment() == Triple::MuslEABI ||
234 TargetTriple.getEnvironment() == Triple::MuslEABIHF) &&
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DTriple.h314 /// getEnvironment - Get the parsed environment type of this triple.
315 EnvironmentType getEnvironment() const { return Environment; } function in class:llvm::Triple
487 return getEnvironment() == Triple::Simulator;
491 return getEnvironment() == Triple::MacABI;
523 EnvironmentType Env = getEnvironment();
545 return isOSWindows() && getEnvironment() == Triple::MSVC;
551 (isOSWindows() && getEnvironment() == Triple::UnknownEnvironment);
555 return isOSWindows() && getEnvironment() == Triple::CoreCLR;
559 return isOSWindows() && getEnvironment() == Triple::Itanium;
563 return isOSWindows() && getEnvironment()
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/TextAPI/MachO/
H A DPlatform.cpp43 if (Target.getEnvironment() == Triple::MacABI)
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/Targets/
H A DSPIR.h45 assert(getTriple().getEnvironment() == llvm::Triple::UnknownEnvironment &&
H A DARM.cpp265 if (Triple.getEnvironment() == llvm::Triple::EABI ||
279 switch (Triple.getEnvironment()) {
313 if (IsAAPCS && (Triple.getEnvironment() != llvm::Triple::Android))
597 (getTriple().getEnvironment() == llvm::Triple::EABI ||
598 getTriple().getEnvironment() == llvm::Triple::EABIHF))
H A DMips.h73 else if (Triple.getEnvironment() == llvm::Triple::GNUABIN32)
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DLinux.cpp44 TargetTriple.getEnvironment();
47 bool IsMipsN32Abi = TargetTriple.getEnvironment() == llvm::Triple::GNUABIN32;
202 Triple.getEnvironment() == llvm::Triple::GNUX32)
538 (Triple.getEnvironment() == llvm::Triple::MuslEABIHF ||
565 Triple.getEnvironment() == llvm::Triple::GNUEABIHF ||
635 bool X32 = Triple.getEnvironment() == llvm::Triple::GNUX32;
772 if (getTriple().getEnvironment() == llvm::Triple::GNUEABIHF)
779 if (getTriple().getEnvironment() == llvm::Triple::GNUEABIHF)
798 if (getTriple().getEnvironment() == llvm::Triple::GNUABIN32)
802 else if (getTriple().getEnvironment()
[all...]
H A DBareMetal.cpp52 if (Triple.getEnvironment() != llvm::Triple::EABI &&
53 Triple.getEnvironment() != llvm::Triple::EABIHF)
H A DNetBSD.cpp151 switch (ToolChain.getTriple().getEnvironment()) {
169 switch (ToolChain.getTriple().getEnvironment()) {
361 switch (Triple.getEnvironment()) {
H A DFreeBSD.cpp86 switch (getToolChain().getTriple().getEnvironment()) {
434 switch (getTriple().getEnvironment()) {
H A DNaCl.cpp357 TheTriple.getEnvironment() == llvm::Triple::UnknownEnvironment)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsABIInfo.cpp65 if (TT.getEnvironment() == llvm::Triple::GNUABIN32)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCAsmInfo.cpp86 bool isX32 = T.getEnvironment() == Triple::GNUX32;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
H A DTargets.cpp148 switch (Triple.getEnvironment()) {
194 switch (Triple.getEnvironment()) {
465 switch (Triple.getEnvironment()) {
487 switch (Triple.getEnvironment()) {
522 switch (Triple.getEnvironment()) {
544 switch (Triple.getEnvironment()) {
566 Triple.getEnvironment() != llvm::Triple::UnknownEnvironment)
572 Triple.getEnvironment() != llvm::Triple::UnknownEnvironment)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86Subtarget.cpp333 TargetTriple.getEnvironment() != Triple::CODE16),
335 TargetTriple.getEnvironment() == Triple::CODE16),
H A DX86Subtarget.h575 return In64BitMode && (TargetTriple.getEnvironment() == Triple::GNUX32 ||
581 return In64BitMode && (TargetTriple.getEnvironment() != Triple::GNUX32 &&
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DInitHeaderSearch.cpp236 if (triple.getEnvironment() != llvm::Triple::Cygnus)
323 switch (triple.getEnvironment()) {
389 switch (triple.getEnvironment()) {
432 if (triple.getEnvironment() != llvm::Triple::Cygnus ||
/freebsd-11-stable/contrib/llvm-project/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp71 if (Lhs.getEnvironment() != Triple::UnknownEnvironment &&
72 Rhs.getEnvironment() != Triple::UnknownEnvironment &&
73 Lhs.getEnvironment() != Rhs.getEnvironment())
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DARM.cpp135 return T.getEnvironment() == llvm::Triple::EABI ||
216 switch (Triple.getEnvironment()) {
228 switch (Triple.getEnvironment()) {
244 switch (Triple.getEnvironment()) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DARMTargetParser.cpp595 if (TT.getEnvironment() == Triple::EABI ||
607 switch (TT.getEnvironment()) {
H A DTriple.cpp1058 StringRef EnvironmentTypeName = getEnvironmentTypeName(getEnvironment());
1584 getEnvironment() == Other.getEnvironment() &&
1642 switch (getEnvironment()) {
1655 switch (getEnvironment()) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DHostInfoBase.cpp208 normalized_triple.setEnvironment(host_triple.getEnvironment());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DArchSpec.cpp857 GetTriple().setEnvironment(other.GetTriple().getEnvironment());
1042 lhs_triple.getEnvironment();
1044 rhs_triple.getEnvironment();
1419 env_different = (me.getEnvironment() != them.getEnvironment());

Completed in 227 milliseconds

12