Home
last modified time | relevance | path

Searched refs:LLVMConfig (Results 1 – 25 of 27) sorted by relevance

12

/external/llvm/cmake/modules/
DCMakeLists.txt16 # Generate LLVMConfig.cmake for the build tree.
36 LLVMConfig.cmake.in
37 ${llvm_cmake_builddir}/LLVMConfig.cmake
40 # For compatibility with projects that include(LLVMConfig)
50 # Generate LLVMConfig.cmake for the install tree.
52 # Compute the installation prefix from this LLVMConfig.cmake file location.
68 LLVMConfig.cmake.in
69 ${CMAKE_CURRENT_BINARY_DIR}/CMakeFiles/LLVMConfig.cmake
82 ${CMAKE_CURRENT_BINARY_DIR}/CMakeFiles/LLVMConfig.cmake
91 PATTERN LLVMConfig.cmake EXCLUDE
/external/llvm-project/llvm/cmake/modules/
DCMakeLists.txt35 # Generate LLVMConfig.cmake for the build tree.
85 LLVMConfig.cmake.in
86 ${llvm_cmake_builddir}/LLVMConfig.cmake
90 # For compatibility with projects that include(LLVMConfig)
99 # Generate LLVMConfig.cmake for the install tree.
101 # Compute the installation prefix from this LLVMConfig.cmake file location.
126 LLVMConfig.cmake.in
127 ${CMAKE_CURRENT_BINARY_DIR}/CMakeFiles/LLVMConfig.cmake
144 ${CMAKE_CURRENT_BINARY_DIR}/CMakeFiles/LLVMConfig.cmake
154 PATTERN LLVMConfig.cmake EXCLUDE
/external/toolchain-utils/llvm_tools/
Dgit_llvm_rev.py41 LLVMConfig = t.NamedTuple('LLVMConfig', (('remote', str), ('dir', str))) variable
96 def translate_prebase_sha_to_rev_number(llvm_config: LLVMConfig, argument
116 def translate_sha_to_rev(llvm_config: LLVMConfig, sha_or_ref: str) -> Rev: argument
232 def translate_prebase_rev_to_sha(llvm_config: LLVMConfig, rev: Rev) -> str: argument
268 def translate_rev_to_sha(llvm_config: LLVMConfig, rev: Rev) -> str: argument
363 config = LLVMConfig(
Dgit_llvm_rev_test.py16 def get_llvm_config() -> git_llvm_rev.LLVMConfig:
17 return git_llvm_rev.LLVMConfig(
Dget_llvm_hash.py41 git_llvm_rev.LLVMConfig(remote='origin', dir=src_dir), git_hash)
62 git_llvm_rev.LLVMConfig(remote='origin', dir=src_dir),
Dcherrypick_cl.py192 llvm_config = git_llvm_rev.LLVMConfig(
/external/llvm-project/lldb/utils/TableGen/
DCMakeLists.txt1 # tablegen targets get exported via llvm for LLVMConfig.cmake. So standalone
2 # builds of lldb can potentially import this via LLVMConfig and also attempt to
/external/llvm-project/llvm/utils/lit/lit/llvm/
D__init__.py9 llvm_config = config.LLVMConfig(lit_config, test_config)
/external/llvm-project/lld/
DCMakeLists.txt39 if(NOT EXISTS "${LLVM_CMAKE_PATH}/LLVMConfig.cmake")
40 message(FATAL_ERROR "LLVMConfig.cmake not found")
42 include("${LLVM_CMAKE_PATH}/LLVMConfig.cmake")
/external/llvm/runtimes/
DCMakeLists.txt32 # LLVMConfig.cmake contains a bunch of CMake variables from the LLVM build.
35 include(LLVMConfig)
/external/llvm-project/mlir/examples/standalone/
DCMakeLists.txt23 message(STATUS "Using LLVMConfig.cmake in: ${LLVM_DIR}")
/external/clang/cmake/modules/
DCMakeLists.txt22 # Compute the installation prefix from this LLVMConfig.cmake file location.
/external/llvm-project/clang/cmake/modules/
DCMakeLists.txt32 # Compute the installation prefix from this LLVMConfig.cmake file location.
/external/llvm-project/flang/cmake/modules/
DCMakeLists.txt32 # Compute the installation prefix from this LLVMConfig.cmake file location.
/external/llvm-project/lld/cmake/modules/
DCMakeLists.txt32 # Compute the installation prefix from this LLVMConfig.cmake file location.
/external/llvm/docs/
DCMake.rst575 message(STATUS "Using LLVMConfig.cmake in: ${LLVM_DIR}")
596 example) will look for the ``LLVMConfig.cmake`` file in various locations (see
598 directory where ``LLVMConfig.cmake`` is found or allows the user to specify the
604 * ``<INSTALL_PREFIX>/lib/cmake/llvm/LLVMConfig.cmake`` where
606 On Linux typically this is ``/usr/lib/cmake/llvm/LLVMConfig.cmake``.
608 * ``<LLVM_BUILD_ROOT>/lib/cmake/llvm/LLVMConfig.cmake`` where
618 The ``LLVMConfig.cmake`` file sets various useful variables. Notable variables
623 LLVMConfig.cmake).
/external/tensorflow/tensorflow/compiler/mlir/hlo/
DCMakeLists.txt56 message(STATUS "Using LLVMConfig.cmake in: ${LLVM_DIR}")
/external/llvm-project/lldb/cmake/modules/
DLLDBStandalone.cmake73 # We append the directory in which LLVMConfig.cmake lives. We expect LLVM's
/external/compiler-rt/
DCMakeLists.txt66 # Get some LLVM variables from LLVMConfig.
67 include("${LLVM_CMAKE_PATH}/LLVMConfig.cmake")
/external/llvm-project/openmp/libomptarget/deviceRTLs/amdgcn/
DCMakeLists.txt25 libomptarget_say("Found LLVM ${LLVM_PACKAGE_VERSION}. Configure: ${LLVM_DIR}/LLVMConfig.cmake")
/external/libcxx/cmake/Modules/
DHandleOutOfTreeLLVM.cmake85 include(LLVMConfig) # For TARGET_TRIPLE
/external/llvm-project/llvm/docs/
DCMake.rst760 message(STATUS "Using LLVMConfig.cmake in: ${LLVM_DIR}")
781 example) will look for the ``LLVMConfig.cmake`` file in various locations (see
783 directory where ``LLVMConfig.cmake`` is found or allows the user to specify the
789 * ``<INSTALL_PREFIX>/lib/cmake/llvm/LLVMConfig.cmake`` where
791 On Linux typically this is ``/usr/lib/cmake/llvm/LLVMConfig.cmake``.
793 * ``<LLVM_BUILD_ROOT>/lib/cmake/llvm/LLVMConfig.cmake`` where
803 The ``LLVMConfig.cmake`` file sets various useful variables. Notable variables
808 LLVMConfig.cmake).
/external/libcxxabi/cmake/Modules/
DHandleOutOfTreeLLVM.cmake85 include(LLVMConfig) # For TARGET_TRIPLE
/external/llvm-project/compiler-rt/cmake/Modules/
DCompilerRTUtils.cmake302 # Get some LLVM variables from LLVMConfig.
303 include("${LLVM_CMAKE_PATH}/LLVMConfig.cmake")
/external/llvm-project/clang/
DCMakeLists.txt25 the path containing LLVMConfig.cmake.")
76 # Pull values from LLVMConfig.cmake. We can drop this once the llvm-config
84 # FIXME: LLVM_CMAKE_DIR comes from LLVMConfig.cmake. We should rename

12