| /llvm-project-15.0.7/llvm/bindings/go/ |
| H A D | README.txt | 1 This directory contains LLVM bindings for the Go programming language 10 Using the bindings 13 The package path "llvm.org/llvm/bindings/go/llvm" can be used to 15 "llvm.org/llvm.v36/bindings/go/llvm" refer to released versions of LLVM. 25 it to be used by the bindings. If you receive an error message from "go build" 29 #include <llvm-c/Analysis.h> // If you are getting an error here read bindings/go/README.txt 37 $ $GOPATH/src/llvm.org/llvm/bindings/go/build.sh 42 …$ $GOPATH/src/llvm.org/llvm/bindings/go/build.sh -DCMAKE_BUILD_TYPE=Debug -DLLVM_TARGETS_TO_BUILD=… 57 …go build llvm.org/llvm/bindings/go/llvm: invalid flag in #cgo LDFLAGS: -Wl,-headerpad_max_install_…
|
| /llvm-project-15.0.7/utils/bazel/llvm-project-overlay/mlir/python/ |
| H A D | BUILD.bazel | 6 # Python bindings for MLIR. 108 "-gen-python-op-bindings", 152 "-gen-python-op-bindings", 219 "-gen-python-op-bindings", 263 "-gen-python-op-bindings", 306 "-gen-python-op-bindings", 347 "-gen-python-op-bindings", 389 "-gen-python-op-bindings", 431 "-gen-python-op-bindings", 474 "-gen-python-op-bindings", [all …]
|
| /llvm-project-15.0.7/llvm/bindings/ocaml/ |
| H A D | README.txt | 1 This directory contains LLVM bindings for the OCaml programming language 11 Building the bindings 14 If all dependencies are present, the bindings will be built and installed 18 The bindings can also be built out-of-tree, i.e. targeting a preinstalled 29 $ cmake -P bindings/ocaml/cmake_install.cmake
|
| /llvm-project-15.0.7/clang/test/Driver/ |
| H A D | hip-binding.hip | 4 // RUN: %clang -ccc-print-bindings -target x86_64-linux-gnu \ 7 // RUN: %clang -ccc-print-bindings -target x86_64-linux-gnu --offload-new-driver \ 17 // RUN: %clang -ccc-print-bindings -target x86_64-linux-gnu \ 25 // RUN: %clang -ccc-print-bindings -target x86_64-linux-gnu --offload-new-driver \ 34 // RUN: %clang --hip-link -ccc-print-bindings -target x86_64-linux-gnu \ 48 // RUN: %clang --hip-link -ccc-print-bindings -target x86_64-linux-gnu \
|
| H A D | hip-link-static-library.hip | 5 // RUN: %clang --hip-link -ccc-print-bindings -target x86_64-linux-gnu \ 20 // RUN: %clang --hip-link -ccc-print-bindings -target x86_64-linux-gnu \
|
| /llvm-project-15.0.7/clang/docs/analyzer/developer-docs/ |
| H A D | RegionStore.rst | 9 ``RegionStoreManager``. This store records bindings to memory regions using a 40 anything else, but we do have to be conservative about all other bindings within 52 concrete offset invalidates any symbolic offset bindings whose concrete offset 82 variable. Thus it is not valid to assume that all bindings with non-symbolic 93 need to throw away not just all bindings within the region itself, but within 104 "ClusterAnalysis" predates the cluster-based organization of bindings, but 106 bindings within a cluster must be treated in the same way for a conservative 114 These are known as "Direct" bindings. However, RegionStore supports a second 137 NOTE: The fact that bindings are stored as a base region plus an offset limits 148 arrays) called "lazy bindings", implemented using a special SVal called [all …]
|
| /llvm-project-15.0.7/polly/lib/External/isl/ |
| H A D | ChangeLog | 4 - improved (C++) bindings (inherit methods, renamed exports) 5 - initial templated C++ bindings 24 - require C++11 to generate bindings 25 - improved bindings 33 - preliminary C++ bindings 66 - minor improvements to Python bindings 96 - minor improvements to Python bindings 198 - preliminary Python bindings
|
| /llvm-project-15.0.7/clang/tools/libclang/ |
| H A D | CMakeLists.txt | 226 # Create a target to install the python bindings to make them easier to 227 # distribute. Since the bindings are over libclang, which is installed 231 ${CMAKE_CURRENT_SOURCE_DIR}/../../bindings/python/clang 233 libclang-python-bindings 238 add_custom_target(libclang-python-bindings) 239 add_llvm_install_targets(install-libclang-python-bindings 241 libclang-python-bindings)
|
| /llvm-project-15.0.7/llvm/test/Bindings/Go/ |
| H A D | go.test | 1 ; RUN: llvm-go test llvm.org/llvm/bindings/go/llvm 4 ;; Building Go bindings with Clang is currently unsupported on AIX.
|
| /llvm-project-15.0.7/llvm/ |
| H A D | .gitignore | 54 # Files created in tree by the Go bindings. 56 bindings/go/llvm/llvm_config.go 57 bindings/go/llvm/workdir
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-readobj/ELF/ |
| H A D | symbol-binding.test | 1 # Show that llvm-readobj can print symbol bindings correctly for both LLVM and 2 # GNU styles, including for symbol bindings that are not recognised. 31 # yaml2obj doesn't have a way of specifying static symbols with custom bindings,
|
| /llvm-project-15.0.7/clang/bindings/python/ |
| H A D | README.txt | 5 This directory implements Python bindings for Clang. 11 $ env PYTHONPATH=$(echo ~/llvm/tools/clang/bindings/python/) \
|
| /llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/ |
| H A D | Analyses.def | 71 "Purge symbols, bindings, and constraints before every statement") 75 "Purge symbols, bindings, and constraints before every basic block") 78 "Do not purge symbols, bindings, or constraints")
|
| /llvm-project-15.0.7/third-party/benchmark/ |
| H A D | WORKSPACE | 21 build_file = "@//bindings/python:pybind11.BUILD", 29 build_file = "@//bindings/python:python_headers.BUILD",
|
| /llvm-project-15.0.7/clang/utils/analyzer/ |
| H A D | exploded-graph-rewriter.py | 133 self.bindings = collections.OrderedDict( 139 return diff_dicts(self.bindings, prev.bindings) 198 self.bindings = collections.OrderedDict( 202 return diff_dicts(self.bindings, prev.bindings) 585 self._short_pretty(b.pretty), f.bindings[b])) 601 for b in f.bindings: 641 s.clusters[c].bindings[b])) 647 for b in prev_s.clusters[c].bindings: 657 for b in s.clusters[c].bindings: 661 for b in s.clusters[c].bindings:
|
| /llvm-project-15.0.7/third-party/benchmark/docs/ |
| H A D | releasing.md | 12 `__version__` variable in `bindings/python/google_benchmark/__init__.py`to the release 21 # bindings/python/google_benchmark/__init__.py
|
| /llvm-project-15.0.7/lld/test/MachO/ |
| H A D | flat-namespace-interposable.s | 5 ## Check that we generate the correct bindings for them. The test also includes 8 ## spurious bindings.
|
| H A D | weak-binding.s | 42 ## Check that we don't have any other bindings 47 ## Verify that we have no lazy bindings 62 ## Weak internal symbols don't get bindings
|
| /llvm-project-15.0.7/llvm/bindings/python/ |
| H A D | README.txt | 1 This directory contains Python bindings for LLVM's C library. 3 The bindings are currently a work in progress and are far from complete.
|
| /llvm-project-15.0.7/mlir/docs/Bindings/ |
| H A D | Python.md | 19 Enables building the Python bindings. Defaults to `OFF`. 24 determining header/link flags for the Python bindings. On systems with 74 There are likely two primary use cases for the MLIR python bindings: 85 In order to support use case \#2, the Python bindings are organized into 110 However, in order to modularize and make the Python bindings easier to 247 The bindings rely on Python 599 Attribute and type interfaces are not yet available in Python bindings. 603 Python bindings also support IR creation and manipulation. 1078 ## Providing Python bindings for a dialect 1098 For operations defined in ODS, `mlir-tblgen -gen-python-op-bindings [all …]
|
| /llvm-project-15.0.7/llvm/cmake/ |
| H A D | config-ix.cmake | 616 message(STATUS "Go bindings disabled.") 619 message(STATUS "Go bindings disabled.") 621 execute_process(COMMAND ${GO_EXECUTABLE} run ${PROJECT_SOURCE_DIR}/bindings/go/conftest.go 625 message(STATUS "Go bindings enabled.") 627 message(STATUS "Go bindings disabled, need at least Go 1.2.") 668 # Keep the version requirements in sync with bindings/ocaml/README.txt. 672 message(STATUS "OCaml bindings disabled.") 676 message(STATUS "OCaml bindings disabled.") 679 message(STATUS "OCaml bindings disabled, need OCaml >=4.00.0.") 683 message(STATUS "OCaml bindings enabled.") [all …]
|
| /llvm-project-15.0.7/mlir/test/Integration/Dialect/SparseTensor/python/ |
| H A D | lit.local.cfg | 3 # Only run when python bindings are enabled.
|
| /llvm-project-15.0.7/mlir/test/Integration/Dialect/SparseTensor/taco/ |
| H A D | lit.local.cfg | 3 # Only run when python bindings are enabled.
|
| /llvm-project-15.0.7/llvm/bindings/ |
| H A D | README.txt | 1 This directory contains bindings for the LLVM compiler infrastructure to allow
|
| /llvm-project-15.0.7/mlir/cmake/modules/ |
| H A D | MLIRDetectPythonEnv.cmake | 3 # Finds and configures python packages needed to build MLIR Python bindings. 7 "Building MLIR Python bindings is known to rely on CMake features "
|