Home
last modified time | relevance | path

Searched refs:LLVM (Results 1 – 25 of 1287) sorted by relevance

12345678910>>...52

/src/contrib/file/magic/Magdir/
H A Dllvm4 # llvm: file(1) magic for LLVM byte-codes
8 0 string llvm LLVM byte-codes, uncompressed
9 0 string llvc0 LLVM byte-codes, null compression
10 0 string llvc1 LLVM byte-codes, gzip compression
11 0 string llvc2 LLVM byte-codes, bzip2 compression
12 0 string CPCH LLVM Pre-compiled header file
14 0 lelong 0x0b17c0de LLVM bitcode, wrapper
22 0 string BC\xc0\xde LLVM IR bitcode
H A Dcoverage14 # - LLVM raw profiles - generated by a program compiled with
16 # - LLVM indexed profiles - generated by
64 # LLVM coverage files
71 0 lequad 0xff6c70726f667281 LLVM raw profile data,
75 0 bequad 0xff6c70726f667281 LLVM raw profile data,
79 # LLVM indexed instruction profile (as generated by llvm-profdata)
85 0 lequad 0x8169666f72706cff LLVM indexed profile data,
89 0 bequad 0x8169666f72706cff LLVM indexed profile data,
/src/contrib/libfido2/src/
H A Ddiff_exports.sh16 LLVM="${TMPDIR}/llvm"
20 sed 's/^_//' export.llvm | sort > "${LLVM}"
22 diff -u "${GNU}" "${LLVM}" && diff -u "${MSVC}" "${LLVM}"
24 rm "${GNU}" "${LLVM}" "${MSVC}"
/src/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_trampoline_x86_64.S116 # LLVM-MCA-BEGIN __xray_FunctionEntry
137 # LLVM-MCA-END
147 # LLVM-MCA-BEGIN __xray_FunctionExit
182 # LLVM-MCA-END
192 # LLVM-MCA-BEGIN __xray_FunctionTailExit
210 # LLVM-MCA-END
220 # LLVM-MCA-BEGIN __xray_ArgLoggerEntry
253 # LLVM-MCA-END
264 # LLVM-MCA-BEGIN __xray_CustomEvent
280 # LLVM-MCA-END
[all …]
H A Dxray_trampoline_hexagon.S52 # LLVM-MCA-BEGIN __xray_FunctionEntry
61 # LLVM-MCA-END
69 # LLVM-MCA-BEGIN __xray_FunctionExit
79 # LLVM-MCA-END
87 # LLVM-MCA-BEGIN __xray_FunctionTailExit
97 # LLVM-MCA-END
/src/contrib/llvm-project/openmp/runtime/src/
H A Dlibomp.rc.var6 //// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
8 //// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
41 VALUE "FileDescription", "LLVM* OpenMP* Runtime Library\0"
43 VALUE "CompanyName", "LLVM\0"
45 VALUE "ProductName", "LLVM* OpenMP* Runtime Library\0"
51 "LLVM* OpenMP* @LIBOMP_LEGAL_TYPE@ Library "
/src/lib/clang/include/llvm/Config/
H A DTargetMCAs.def1 /*===------ llvm/Config/TargetMCAs.def - LLVM Target MCAs -------*- C++ -*-===*\
3 |* Part of the LLVM Project, under the Apache License v2.0 with LLVM *|
6 |* SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception *|
11 |* supported by this build of LLVM. Clients of this file should define *|
17 |* The set of targets supported by LLVM is generated at configuration *|
H A DAsmPrinters.def1 /*===- llvm/Config/AsmPrinters.def - LLVM Assembly Printers -----*- C++ -*-===*\
3 |* Part of the LLVM Project, under the Apache License v2.0 with LLVM *|
6 |* SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception *|
11 |* supported by this build of LLVM. Clients of this file should define *|
17 |* The set of targets supported by LLVM is generated at configuration *|
H A DAsmParsers.def1 /*===- llvm/Config/AsmParsers.def - LLVM Assembly Parsers -------*- C++ -*-===*\
3 |* Part of the LLVM Project, under the Apache License v2.0 with LLVM *|
6 |* SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception *|
11 |* supported by this build of LLVM. Clients of this file should define *|
17 |* The set of targets supported by LLVM is generated at configuration *|
H A DDisassemblers.def1 /*===- llvm/Config/Disassemblers.def - LLVM Assembly Parsers ----*- C++ -*-===*\
3 |* Part of the LLVM Project, under the Apache License v2.0 with LLVM *|
6 |* SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception *|
11 |* supported by this build of LLVM. Clients of this file should define *|
17 |* The set of targets supported by LLVM is generated at configuration *|
H A DTargets.def1 /*===- llvm/Config/Targets.def - LLVM Target Architectures ------*- C++ -*-===*\
3 |* Part of the LLVM Project, under the Apache License v2.0 with LLVM *|
6 |* SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception *|
11 |* this build of LLVM. Clients of this file should define the *|
16 |* The set of targets supported by LLVM is generated at configuration *|
/src/contrib/llvm-project/lld/docs/
H A Dwindows_support.rst49 file using LLVM's Object library.
66 The Windows version of LLD is included in the `pre-built binaries of LLVM's
67 releases <https://releases.llvm.org/download.html>`_ and in the `LLVM Snapshot
76 1. Check out LLVM and LLD from the LLVM SVN repository (or Git mirror),
78 #. open LLVM.sln with Visual Studio, and
83 msbuild LLVM.sln /m /target:"lld executables\lld"
95 1. Check out LLVM and LLD from the LLVM SVN repository (or Git mirror),
/src/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/
H A DAArch64CPUFeatures.inc3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
10 // testing of this code between LLVM and compiler-rt, primarily that the files
13 // This file has two identical copies. The primary copy lives in LLVM and
/src/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DAArch64CPUFeatures.inc3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
10 // testing of this code between LLVM and compiler-rt, primarily that the files
13 // This file has two identical copies. The primary copy lives in LLVM and
/src/contrib/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensa.td3 // The LLVM Compiler Infrastructure
5 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
7 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
/src/contrib/llvm-project/libcxx/modules/std.compat/
H A Dcstdarg.inc4 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
6 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
H A Dcassert.inc4 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
6 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
H A Dcerrno.inc4 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
6 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
H A Dclimits.inc4 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
6 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
H A Dcfloat.inc4 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
6 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
H A Dcsetjmp.inc4 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
6 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
/src/contrib/llvm-project/libcxx/modules/std/
H A Dsource_location.inc4 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
6 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
H A Dclimits.inc4 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
6 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
H A Dcerrno.inc4 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
6 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
H A Dcfloat.inc4 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
6 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception

12345678910>>...52