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

12

/netbsd-current/external/apache2/llvm/dist/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.h765 return (TargetTriple.getEnvironment() == Triple::EABI ||
766 TargetTriple.getEnvironment() == Triple::EABIHF) &&
770 return (TargetTriple.getEnvironment() == Triple::GNUEABI ||
771 TargetTriple.getEnvironment() == Triple::GNUEABIHF) &&
775 return (TargetTriple.getEnvironment() == Triple::MuslEABI ||
776 TargetTriple.getEnvironment() == Triple::MuslEABIHF) &&
783 return (TargetTriple.getEnvironment() == Triple::EABI ||
784 TargetTriple.getEnvironment() == Triple::GNUEABI ||
785 TargetTriple.getEnvironment() == Triple::MuslEABI ||
786 TargetTriple.getEnvironment()
[all...]
H A DARMTargetMachine.cpp235 if ((TargetTriple.getEnvironment() == Triple::GNUEABI ||
236 TargetTriple.getEnvironment() == Triple::GNUEABIHF ||
237 TargetTriple.getEnvironment() == Triple::MuslEABI ||
238 TargetTriple.getEnvironment() == Triple::MuslEABIHF) &&
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DTriple.h324 /// getEnvironment - Get the parsed environment type of this triple.
325 EnvironmentType getEnvironment() const { return Environment; } function in class:llvm::Triple
489 return getEnvironment() == Triple::Simulator;
493 return getEnvironment() == Triple::MacABI;
531 EnvironmentType Env = getEnvironment();
553 return isOSWindows() && getEnvironment() == Triple::MSVC;
559 (isOSWindows() && getEnvironment() == Triple::UnknownEnvironment);
563 return isOSWindows() && getEnvironment() == Triple::CoreCLR;
567 return isOSWindows() && getEnvironment() == Triple::Itanium;
571 return isOSWindows() && getEnvironment()
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCAsmInfo.cpp76 CodePointerSize = T.getEnvironment() == Triple::GNUILP32 ? 4 : 8;
H A DAArch64AsmBackend.cpp761 bool IsILP32 = STI.getTargetTriple().getEnvironment() == Triple::GNUILP32;
774 bool IsILP32 = STI.getTargetTriple().getEnvironment() == Triple::GNUILP32;
/netbsd-current/external/apache2/llvm/dist/llvm/lib/TextAPI/
H A DPlatform.cpp44 if (Target.getEnvironment() == Triple::MacABI)
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCAsmInfo.cpp84 bool isX32 = T.getEnvironment() == Triple::GNUX32;
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsABIInfo.cpp64 if (TT.getEnvironment() == llvm::Triple::GNUABIN32)
/netbsd-current/external/apache2/llvm/dist/clang/lib/Basic/
H A DTargets.cpp123 Triple.getEnvironment() == llvm::Triple::Musl)
153 switch (Triple.getEnvironment()) {
199 switch (Triple.getEnvironment()) {
496 switch (Triple.getEnvironment()) {
520 switch (Triple.getEnvironment()) {
555 switch (Triple.getEnvironment()) {
577 switch (Triple.getEnvironment()) {
599 Triple.getEnvironment() != llvm::Triple::UnknownEnvironment)
605 Triple.getEnvironment() != llvm::Triple::UnknownEnvironment)
/netbsd-current/external/apache2/llvm/dist/clang/lib/Basic/Targets/
H A DSPIR.h76 assert(getTriple().getEnvironment() == llvm::Triple::UnknownEnvironment &&
H A DARM.cpp278 if (Triple.getEnvironment() == llvm::Triple::EABI ||
292 switch (Triple.getEnvironment()) {
629 (getTriple().getEnvironment() == llvm::Triple::EABI ||
630 getTriple().getEnvironment() == llvm::Triple::EABIHF))
H A DMips.h73 else if (Triple.getEnvironment() == llvm::Triple::GNUABIN32)
/netbsd-current/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DLinux.cpp44 TargetTriple.getEnvironment();
47 bool IsMipsN32Abi = TargetTriple.getEnvironment() == llvm::Triple::GNUABIN32;
170 Triple.getEnvironment() == llvm::Triple::GNUX32)
405 ArchName = Triple.getEnvironment() == llvm::Triple::MuslX32
413 (Triple.getEnvironment() == llvm::Triple::MuslEABIHF ||
440 Triple.getEnvironment() == llvm::Triple::GNUEABIHF ||
518 bool X32 = Triple.getEnvironment() == llvm::Triple::GNUX32;
H A DNetBSD.cpp153 switch (ToolChain.getTriple().getEnvironment()) {
171 switch (ToolChain.getTriple().getEnvironment()) {
365 switch (Triple.getEnvironment()) {
H A DBareMetal.cpp121 if (Triple.getEnvironment() != llvm::Triple::EABI &&
122 Triple.getEnvironment() != llvm::Triple::EABIHF)
H A DFreeBSD.cpp87 switch (getToolChain().getTriple().getEnvironment()) {
450 switch (getTriple().getEnvironment()) {
/netbsd-current/external/apache2/llvm/dist/clang/lib/Frontend/
H A DInitHeaderSearch.cpp234 if (triple.getEnvironment() != llvm::Triple::Cygnus)
322 switch (triple.getEnvironment()) {
389 switch (triple.getEnvironment()) {
434 if (triple.getEnvironment() != llvm::Triple::Cygnus ||
/netbsd-current/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/Arch/
H A DARM.cpp145 return T.getEnvironment() == llvm::Triple::EABI ||
146 T.getEnvironment() == llvm::Triple::EABIHF ||
263 switch (Triple.getEnvironment()) {
320 switch (Triple.getEnvironment()) {
330 switch (Triple.getEnvironment()) {
343 switch (Triple.getEnvironment()) {
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86Subtarget.h609 return In64BitMode && (TargetTriple.getEnvironment() == Triple::GNUX32 ||
615 return In64BitMode && (TargetTriple.getEnvironment() != Triple::GNUX32 &&
H A DX86AsmPrinter.cpp647 TT.isArch64Bit() && TT.getEnvironment() != Triple::GNUX32 ? 8 : 4;
703 bool is16 = TT.getEnvironment() == Triple::CODE16;
/netbsd-current/external/apache2/llvm/dist/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp77 if (Lhs.getEnvironment() != Triple::UnknownEnvironment &&
78 Rhs.getEnvironment() != Triple::UnknownEnvironment &&
79 Lhs.getEnvironment() != Rhs.getEnvironment())
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonSubtarget.h111 return TargetTriple.getEnvironment() == Triple::Musl;
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64TargetMachine.cpp230 std::string Ptr32 = TT.getEnvironment() == Triple::GNUILP32 ? "-p:32:32" : "";
324 TT.getEnvironment() != Triple::GNUILP32 &&
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A DARMTargetParser.cpp603 if (TT.getEnvironment() == Triple::EABI ||
615 switch (TT.getEnvironment()) {

Completed in 176 milliseconds

12