Home
last modified time | relevance | path

Searched refs:packages (Results 1 – 25 of 58) sorted by relevance

123

/llvm-project-15.0.7/llvm/tools/llvm-go/
H A Dllvm-go.go35 var packages = []pkg{ var
157 …hLLVMEnv(args []string, cc, cxx, gocmd, llgo, cppflags, cxxflags, ldflags string, packages []pkg) {
167 for _, p := range packages {
290 packages := packages
298 packages = append(packages, pkg{
307 runGoWithLLVMEnv(args, cc, cxx, gocmd, llgo, cppflags, cxxflags, ldflags, packages)
/llvm-project-15.0.7/third-party/benchmark/
H A D.travis.yml10 packages:
16 packages:
28 packages:
48 packages:
59 packages:
71 packages:
87 packages:
103 packages:
118 packages:
132 packages:
H A Dsetup.py119 packages=setuptools.find_packages("bindings/python"),
/llvm-project-15.0.7/clang/utils/TableGen/
H A DClangSACheckersEmitter.cpp179 std::vector<Record*> packages = Records.getAllDerivedDefinitions("Package"); in EmitClangSACheckers() local
194 for (unsigned i = 0, e = packages.size(); i != e; ++i) in EmitClangSACheckers()
195 sortedPackages[getPackageFullName(packages[i])] = packages[i]; in EmitClangSACheckers()
226 for (const Record *Package : packages) { in EmitClangSACheckers()
/llvm-project-15.0.7/mlir/utils/mbr/
H A Dsetup.py8 packages=find_packages(),
/llvm-project-15.0.7/llvm/utils/docker/debian10/
H A DDockerfile12 # First, Update the apt's source list and include the sources of the packages.
42 # Install packages for minimal useful image.
/llvm-project-15.0.7/clang/tools/clang-format-vs/
H A D.gitignore4 /packages/
/llvm-project-15.0.7/lldb/tools/intel-features/intel-mpx/test/
H A DREADME.txt3 packages/Python/lldbsuite/test/functionalities/plugins/commands/mpxtablecmd
/llvm-project-15.0.7/llvm/utils/lit/
H A Dsetup.py72 packages = find_packages(),
/llvm-project-15.0.7/lldb/third_party/Python/module/pexpect-4.6/
H A Dsetup.py39 packages=['pexpect'],
/llvm-project-15.0.7/lldb/docs/resources/
H A Dcaveats.rst29 3. To use third party Python packages from inside LLDB, you need to install
53 Similarly, to install packages and be able to use them from within lldb, you'll
H A Dtest.rst98 implementation is located under ``lldb/packages/Python/lldbsuite``. We have
102 `lldbtest.py <https://github.com/llvm/llvm-project/blob/main/lldb/packages/Python/lldbsuite/test/ll…
130 <https://github.com/llvm/llvm-project/blob/main/lldb/packages/Python/lldbsuite/test/lldbutil.py>`_
171 `Makefile.rules <https://github.com/llvm/llvm-project/blob/main/lldb/packages/Python/lldbsuite/test…
393 The default cleanup action performed by the packages/Python/lldbsuite/test/lldbtest.py module invok…
514 …$ python dotest.py --executable <path-to-lldb> -p TestInferiorCrashing.py ../packages/Python/lldbs…
624 #. In Debug/Search Paths, enter the path to your ninja/lib/site-packages directory.
647 D:\src\llvm\tools\lldb\packages\Python\lldbsuite\test
651 …uild\ninja_release\bin\clang.exe -p TestPaths.py D:\src\llvm\tools\lldb\packages\Python\lldbsuite\…
/llvm-project-15.0.7/llvm/utils/lit/tests/
H A Dlit.cfg44 # Do not add user-site packages directory to the python search path. This avoids test failures if t…
45 # incompatible lit module installed inside the user-site packages directory, as it gets prioritized…
82 # packages disabled.
/llvm-project-15.0.7/llvm/docs/
H A DHowToCrossCompileLLVM.rst23 The packages you'll need are:
117 a new architecture and allows you to install packages for those
125 a distribution repository, like Debian (http://packages.debian.org/jessie/),
135 After you download and unpack all ``.deb`` packages, copy all
/llvm-project-15.0.7/mlir/examples/standalone/python/
H A DCMakeLists.txt3 # Specifies that all MLIR packages are co-located under the `mlir_standalone`
/llvm-project-15.0.7/llvm/
H A DRELEASE_TESTERS.TXT17 O: Debian/Ubuntu packages
/llvm-project-15.0.7/lldb/test/Shell/Minidump/
H A Dbreakpad-symbols.test4 # The minidump input for this test taken from packages/Python/lldbsuite/test/functionalities/postmo…
/llvm-project-15.0.7/llvm/utils/docker/example/
H A DDockerfile35 # FIXME: Install all packages you want to have in your release container.
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/
H A Dgen-static-analyzer-docs.py28 packages = table_entries["!instanceof"]["Package"]
/llvm-project-15.0.7/clang/test/Driver/
H A Drocm-detect.hip48 // Test SPACK installation with multiple hip and rocm-device-libs packages of the same
61 // Test invalid SPACK ROCm installation missing hip and rocm-device-libs packages.
/llvm-project-15.0.7/openmp/runtime/src/i18n/
H A Den_US.txt327 Topology "%1$s: %2$d packages x %3$d cores/pkg x %4$d threads/core (%5$d total …
343 OBSOLETE "%1$s: HT enabled; %2$d packages; %3$d TPU; %4$d TPUs per package"
344 OBSOLETE "%1$s: HT disabled; %2$d packages"
347 TopologyExtra "%1$s: %2$s packages x %3$d cores/pkg x %4$d threads/core (%5$d total …
355 TopologyExtraTile "%1$s: %2$d packages x %3$d tiles/pkg x %4$d cores/tile x %5$d threads…
356 TopologyExtraNode "%1$s: %2$d packages x %3$d nodes/pkg x %4$d cores/node x %5$d threads…
357 TopologyExtraNoTi "%1$s: %2$d packages x %3$d nodes/pkg x %4$d tiles/node x %5$d cores/t…
/llvm-project-15.0.7/openmp/tools/multiplex/
H A DREADME.md19 $ export PYTHONPATH=$HOME/.local/lib/python3.*/site-packages/
/llvm-project-15.0.7/mlir/cmake/modules/
H A DMLIRDetectPythonEnv.cmake3 # Finds and configures python packages needed to build MLIR Python bindings.
/llvm-project-15.0.7/lldb/test/API/macosx/version_zero/
H A DlibDylib.dylib.yaml210 …- '/Volumes/ThePlayground/Users/jingham/Work/LLDB/llvm-dot-org/lldb-clean/packages/Python/lldbsuit…
/llvm-project-15.0.7/clang/docs/
H A DCrossCompilation.rst38 need only one set of main packages.
148 distributions have cross-compiler packages available), make
176 as packages to most OS's, so you'll have to either cross-compile them

123