| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | segmented-stacks.ll | 39 ; X86-Linux: # %bb.0: 42 ; X86-Linux-NEXT: .LBB0_2: 53 ; X86-Linux-NEXT: retl 54 ; X86-Linux-NEXT: .LBB0_1: 58 ; X86-Linux-NEXT: retl 62 ; X64-Linux: # %bb.0: 65 ; X64-Linux-NEXT: .LBB0_2: 73 ; X64-Linux-NEXT: retq 78 ; X64-Linux-NEXT: retq 302 ; X86-Linux-NEXT: retl [all …]
|
| H A D | hipe-prologue.ll | 12 ; X32-Linux-LABEL: test_basic: 13 ; X32-Linux-NOT: calll inc_stack_0 15 ; X64-Linux-LABEL: test_basic: 16 ; X64-Linux-NOT: callq inc_stack_0 29 ; X32-Linux-NEXT: jb .LBB1_1 31 ; X32-Linux: ret 33 ; X32-Linux: .LBB1_1: 34 ; X32-Linux-NEXT: calll inc_stack_0 39 ; X64-Linux-NEXT: jb .LBB1_1 41 ; X64-Linux: ret [all …]
|
| /llvm-project-15.0.7/llvm/unittests/ADT/ |
| H A D | StringSwitchTest.cpp | 156 enum class OSType { Windows, Linux, Unknown }; in TEST() enumerator 170 EXPECT_EQ(OSType::Linux, Translate("linux")); in TEST() 171 EXPECT_EQ(OSType::Linux, Translate("unix")); in TEST() 172 EXPECT_EQ(OSType::Linux, Translate("*nix")); in TEST() 173 EXPECT_EQ(OSType::Linux, Translate("posix")); in TEST() 183 enum class OSType { Windows, Linux, Unknown }; in TEST() enumerator 197 EXPECT_EQ(OSType::Linux, Translate("LINUX")); in TEST() 198 EXPECT_EQ(OSType::Linux, Translate("UNIX")); in TEST() 199 EXPECT_EQ(OSType::Linux, Translate("*NIX")); in TEST() 200 EXPECT_EQ(OSType::Linux, Translate("POSIX")); in TEST() [all …]
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/hicpp/ |
| H A D | multiway-paths-covered.cpp | 5 Linux }; enumerator 414 return Linux; in return_enumerator() 423 case Linux: in switch_enums() 428 case Linux: in switch_enums() 447 } else if (os == Linux) { in problematic_if()
|
| H A D | multiway-paths-covered-else.cpp | 8 Linux }; enumerator 31 } else if (os == Linux) { in problematic_if()
|
| /llvm-project-15.0.7/llvm/cmake/ |
| H A D | config.guess | 883 arm*:Linux:*:*) 908 frv:Linux:*:*) 931 mips:Linux:*:* | mips64:Linux:*:*) 956 parisc64:Linux:*:* | hppa64:Linux:*:*) 959 parisc:Linux:*:* | hppa:Linux:*:*) 973 ppc:Linux:*:*) 979 riscv32:Linux:*:* | riscv64:Linux:*:*) 1003 s390:Linux:*:* | s390x:Linux:*:*) 1009 sh*:Linux:*:*) 1012 sparc:Linux:*:* | sparc64:Linux:*:*) [all …]
|
| /llvm-project-15.0.7/clang/lib/Driver/ToolChains/ |
| H A D | Linux.cpp | 40 std::string Linux::getMultiarchTriple(const Driver &D, in getMultiarchTriple() 180 Linux::Linux(const Driver &D, const llvm::Triple &Triple, const ArgList &Args) in Linux() function in Linux 327 unsigned Linux::GetDefaultDwarfVersion() const { in GetDefaultDwarfVersion() 339 bool Linux::HasNativeLLVMSupport() const { return true; } in HasNativeLLVMSupport() 343 Tool *Linux::buildStaticLibTool() const { in buildStaticLibTool() 347 Tool *Linux::buildAssembler() const { in buildAssembler() 351 std::string Linux::computeSysRoot() const { in computeSysRoot() 677 void Linux::AddHIPIncludeArgs(const ArgList &DriverArgs, in AddHIPIncludeArgs() 682 void Linux::AddHIPRuntimeLibArgs(const ArgList &Args, in AddHIPRuntimeLibArgs() 722 bool Linux::IsMathErrnoDefault() const { in IsMathErrnoDefault() [all …]
|
| H A D | PPCLinux.cpp | 49 : Linux(D, Triple, Args) { in PPCLinuxToolChain() 67 Linux::AddClangSystemIncludeArgs(DriverArgs, CC1Args); in AddClangSystemIncludeArgs() 85 return GlibcSupportsFloat128(Linux::getDynamicLinker(Args)) && in SupportIEEEFloat128()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/elf-core/ |
| H A D | RegisterUtilities.h | 110 {llvm::Triple::Linux, llvm::Triple::x86, llvm::ELF::NT_PRXFPREG}, 111 {llvm::Triple::Linux, llvm::Triple::UnknownArch, llvm::ELF::NT_FPREGSET}, 119 {llvm::Triple::Linux, llvm::Triple::aarch64, llvm::ELF::NT_ARM_SVE}, 123 {llvm::Triple::Linux, llvm::Triple::aarch64, llvm::ELF::NT_ARM_PAC_MASK}, 128 {llvm::Triple::Linux, llvm::Triple::UnknownArch, llvm::ELF::NT_PPC_VMX}, 132 {llvm::Triple::Linux, llvm::Triple::UnknownArch, llvm::ELF::NT_PPC_VSX},
|
| /llvm-project-15.0.7/clang/lib/Basic/ |
| H A D | Targets.cpp | 148 case llvm::Triple::Linux: in AllocateTarget() 172 case llvm::Triple::Linux: in AllocateTarget() 188 case llvm::Triple::Linux: in AllocateTarget() 222 case llvm::Triple::Linux: in AllocateTarget() 249 case llvm::Triple::Linux: in AllocateTarget() 263 case llvm::Triple::Linux: in AllocateTarget() 279 case llvm::Triple::Linux: in AllocateTarget() 295 case llvm::Triple::Linux: in AllocateTarget() 311 case llvm::Triple::Linux: in AllocateTarget() 334 case llvm::Triple::Linux: in AllocateTarget() [all …]
|
| /llvm-project-15.0.7/lldb/docs/use/ |
| H A D | qemu-testing.rst | 18 * **setup.sh** is used to build the Linux kernel image and QEMU system emulation executable(s) from… 20 * **run-qemu.sh** utilizes QEMU to boot a Linux kernel image with a root file system image. 45 …and Focal images but they can be used to generate rootfs images of other Debian Linux distribution. 50 Build QEMU or cross compile Linux kernel from source using setup.sh 53 **Example:** Build QEMU binaries and Arm/AArch64 Linux kernel image 59 **Example:** Build Linux kernel image only 88 * Linux kernel image must be built from source using setup.sh or provided via 92 setup.sh was used to build Linux kernel and QEMU binaries. 110 --kernel <path of Linux kernel image> --qemu <path of QEMU binary> 128 * Cross compile LLDB server for AArch64 Linux: Please visit https://lldb.llvm.org/resources/build.h…
|
| /llvm-project-15.0.7/lldb/docs/status/ |
| H A D | status.rst | 7 LLDB on FreeBSD lags behind the Linux implementation but is improving rapidly. 10 Linux chapter 13 LLDB is improving on Linux. Linux is nearing feature completeness with Darwin 34 LLDB is improving on NetBSD and reaching feature completeness with Linux. 47 | Feature | FreeBSD | Linux | macOS | NetBSD…
|
| /llvm-project-15.0.7/lldb/source/Utility/ |
| H A D | XcodeSDK.cpp | 39 case XcodeSDK::Linux: in GetName() 81 return XcodeSDK::Linux; in ParseSDKName() 82 static_assert(XcodeSDK::Linux == XcodeSDK::numSDKTypes - 1, in ParseSDKName() 189 case Linux: in GetCanonicalName() 236 case Type::Linux: in SupportsSwift() 279 case Triple::Linux: in GetSDKTypeForTriple() 280 return XcodeSDK::Linux; in GetSDKTypeForTriple()
|
| /llvm-project-15.0.7/lldb/unittests/Process/ |
| H A D | CMakeLists.txt | 2 if (CMAKE_SYSTEM_NAME MATCHES "Linux|Android") 3 add_subdirectory(Linux)
|
| /llvm-project-15.0.7/lldb/unittests/Utility/ |
| H A D | ArchSpecTest.cpp | 147 EXPECT_EQ(llvm::Triple::OSType::Linux, B.GetTriple().getOS()); in TEST() 154 EXPECT_EQ(llvm::Triple::OSType::Linux, A.GetTriple().getOS()); in TEST() 172 EXPECT_EQ(llvm::Triple::OSType::Linux, B.GetTriple().getOS()); in TEST() 180 EXPECT_EQ(llvm::Triple::OSType::Linux, A.GetTriple().getOS()); in TEST() 208 EXPECT_EQ(llvm::Triple::OSType::Linux, B.GetTriple().getOS()); in TEST() 216 EXPECT_EQ(llvm::Triple::OSType::Linux, A.GetTriple().getOS()); in TEST() 238 EXPECT_EQ(llvm::Triple::OSType::Linux, A.GetTriple().getOS()); in TEST() 239 EXPECT_EQ(llvm::Triple::OSType::Linux, B.GetTriple().getOS()); in TEST() 251 EXPECT_EQ(llvm::Triple::OSType::Linux, A.GetTriple().getOS()); in TEST()
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/diagnostic_reporting/ |
| H A D | minidump.yaml | 18 Platform ID: Linux 19 CSD Version: 'Linux 3.13'
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/ |
| H A D | CMakeLists.txt | 1 if (CMAKE_SYSTEM_NAME MATCHES "Linux|Android") 2 add_subdirectory(Linux)
|
| /llvm-project-15.0.7/lldb/test/Shell/SymbolFile/DWARF/x86/Inputs/ |
| H A D | debug_loc-aslr.yaml | 15 Platform ID: Linux 16 CSD Version: 'Linux 3.13.0-91-generic'
|
| /llvm-project-15.0.7/lldb/test/Shell/Minidump/Inputs/ |
| H A D | linux-x86_64.yaml | 14 Platform ID: Linux 15 CSD Version: 'Linux 3.13.0-91-generic #138-Ubuntu SMP Fri Jun 24 17:00:34 UTC 2016 x86_64'
|
| /llvm-project-15.0.7/lldb/test/Shell/SymbolFile/Breakpad/Inputs/ |
| H A D | stack-cfi-parsing.yaml | 21 Platform ID: Linux 22 CSD Version: 'Linux 3.13.0-91-generic'
|
| H A D | unwind-via-stack-cfi.yaml | 25 Platform ID: Linux 26 CSD Version: 'Linux 3.13.0-91-generic'
|
| /llvm-project-15.0.7/compiler-rt/cmake/ |
| H A D | config-ix.cmake | 715 if (OS_NAME MATCHES "Linux|FreeBSD|Windows|NetBSD|SunOS") 724 OS_NAME MATCHES "Linux") 738 OS_NAME MATCHES "Linux|FreeBSD|NetBSD") 745 OS_NAME MATCHES "Linux|Android|Fuchsia") 752 OS_NAME MATCHES "Linux") 766 if (OS_NAME MATCHES "Linux|Darwin|FreeBSD|NetBSD") 777 if (OS_NAME MATCHES "Linux|FreeBSD|Windows|NetBSD|SunOS") 798 OS_NAME MATCHES "Linux|FreeBSD|NetBSD") 819 OS_NAME MATCHES "Linux|Fuchsia") 846 OS_NAME MATCHES "Linux|Android") [all …]
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/postmortem/minidump-new/ |
| H A D | linux-x86_64.yaml | 26 Platform ID: Linux 27 CSD Version: 'Linux 3.13.0-91-generic'
|
| /llvm-project-15.0.7/lldb/include/lldb/Utility/ |
| H A D | XcodeSDK.h | 38 Linux, enumerator 41 static constexpr int numSDKTypes = Linux + 1;
|
| /llvm-project-15.0.7/lldb/test/Shell/Minidump/ |
| H A D | no-process-id.yaml | 34 Platform ID: Linux 35 CSD Version: 'Linux 3.13'
|