Home
last modified time | relevance | path

Searched refs:Linux (Results 1 – 25 of 387) sorted by relevance

12345678910>>...16

/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dsegmented-stacks.ll39 ; 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 Dhipe-prologue.ll12 ; 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 DStringSwitchTest.cpp156 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 Dmultiway-paths-covered.cpp5 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 Dmultiway-paths-covered-else.cpp8 Linux }; enumerator
31 } else if (os == Linux) { in problematic_if()
/llvm-project-15.0.7/llvm/cmake/
H A Dconfig.guess883 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 DLinux.cpp40 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 DPPCLinux.cpp49 : 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 DRegisterUtilities.h110 {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 DTargets.cpp148 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 Dqemu-testing.rst18 * **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 Dstatus.rst7 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 DXcodeSDK.cpp39 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 DCMakeLists.txt2 if (CMAKE_SYSTEM_NAME MATCHES "Linux|Android")
3 add_subdirectory(Linux)
/llvm-project-15.0.7/lldb/unittests/Utility/
H A DArchSpecTest.cpp147 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 Dminidump.yaml18 Platform ID: Linux
19 CSD Version: 'Linux 3.13'
/llvm-project-15.0.7/lldb/source/Plugins/Process/
H A DCMakeLists.txt1 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 Ddebug_loc-aslr.yaml15 Platform ID: Linux
16 CSD Version: 'Linux 3.13.0-91-generic'
/llvm-project-15.0.7/lldb/test/Shell/Minidump/Inputs/
H A Dlinux-x86_64.yaml14 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 Dstack-cfi-parsing.yaml21 Platform ID: Linux
22 CSD Version: 'Linux 3.13.0-91-generic'
H A Dunwind-via-stack-cfi.yaml25 Platform ID: Linux
26 CSD Version: 'Linux 3.13.0-91-generic'
/llvm-project-15.0.7/compiler-rt/cmake/
H A Dconfig-ix.cmake715 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 Dlinux-x86_64.yaml26 Platform ID: Linux
27 CSD Version: 'Linux 3.13.0-91-generic'
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DXcodeSDK.h38 Linux, enumerator
41 static constexpr int numSDKTypes = Linux + 1;
/llvm-project-15.0.7/lldb/test/Shell/Minidump/
H A Dno-process-id.yaml34 Platform ID: Linux
35 CSD Version: 'Linux 3.13'

12345678910>>...16