HomeSort by relevance Sort by last modified time
    Searched full:llvmbuild (Results 126 - 145 of 145) sorted by null

1 2 3 4 56

  /external/llvm/tools/llvm-readobj/
LLVMBuild.txt 1 ;===- ./tools/llvm-readobj/LLVMBuild.txt ---------------------------*- Conf -*--===;
10 ; This is an LLVMBuild description file for the components in this subdirectory.
12 ; For more information on the LLVMBuild system, please see:
14 ; http://llvm.org/docs/LLVMBuild.html
  /external/llvm/tools/llvm-rtdyld/
LLVMBuild.txt 1 ;===- ./tools/llvm-rtdyld/LLVMBuild.txt ------------------------*- Conf -*--===;
10 ; This is an LLVMBuild description file for the components in this subdirectory.
12 ; For more information on the LLVMBuild system, please see:
14 ; http://llvm.org/docs/LLVMBuild.html
  /external/llvm/tools/llvm-size/
LLVMBuild.txt 1 ;===- ./tools/llvm-size/LLVMBuild.txt --------------------------*- Conf -*--===;
10 ; This is an LLVMBuild description file for the components in this subdirectory.
12 ; For more information on the LLVMBuild system, please see:
14 ; http://llvm.org/docs/LLVMBuild.html
  /external/llvm/tools/llvm-stress/
LLVMBuild.txt 1 ;===- ./tools/llvm-stress/LLVMBuild.txt -------------------------*- Conf -*--===;
10 ; This is an LLVMBuild description file for the components in this subdirectory.
12 ; For more information on the LLVMBuild system, please see:
14 ; http://llvm.org/docs/LLVMBuild.html
  /external/llvm/tools/macho-dump/
LLVMBuild.txt 1 ;===- ./tools/macho-dump/LLVMBuild.txt -------------------------*- Conf -*--===;
10 ; This is an LLVMBuild description file for the components in this subdirectory.
12 ; For more information on the LLVMBuild system, please see:
14 ; http://llvm.org/docs/LLVMBuild.html
  /external/llvm/tools/opt/
LLVMBuild.txt 1 ;===- ./tools/opt/LLVMBuild.txt --------------------------------*- Conf -*--===;
10 ; This is an LLVMBuild description file for the components in this subdirectory.
12 ; For more information on the LLVMBuild system, please see:
14 ; http://llvm.org/docs/LLVMBuild.html
  /external/llvm/utils/
LLVMBuild.txt 1 ;===- ./utils/LLVMBuild.txt ------------------------------------*- Conf -*--===;
10 ; This is an LLVMBuild description file for the components in this subdirectory.
12 ; For more information on the LLVMBuild system, please see:
14 ; http://llvm.org/docs/LLVMBuild.html
llvm-compilers-check 2 ##===- utils/llvmbuild - Build the LLVM project ----------------*-python-*-===##
46 # llvmbuild --src=~/llvm/commit --src=~/llvm/staging --src=~/llvm/official
54 # llvmbuild will build debug, release and paranoid (debug+checks)
  /external/llvm/utils/TableGen/
LLVMBuild.txt 1 ;===- ./utils/TableGen/LLVMBuild.txt ---------------------------*- Conf -*--===;
10 ; This is an LLVMBuild description file for the components in this subdirectory.
12 ; For more information on the LLVMBuild system, please see:
14 ; http://llvm.org/docs/LLVMBuild.html
  /external/llvm/utils/unittest/
LLVMBuild.txt 1 ;===- ./utils/unittest/LLVMBuild.txt ---------------------------*- Conf -*--===;
10 ; This is an LLVMBuild description file for the components in this subdirectory.
12 ; For more information on the LLVMBuild system, please see:
14 ; http://llvm.org/docs/LLVMBuild.html
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
LLVMBuild.txt 1 ;===- ./lib/Bitcode/Reader/LLVMBuild.txt -----------------------*- Conf -*--===;
10 ; This is an LLVMBuild description file for the components in this subdirectory.
12 ; For more information on the LLVMBuild system, please see:
14 ; http://llvm.org/docs/LLVMBuild.html
  /frameworks/compile/libbcc/bcinfo/Wrap/
LLVMBuild.txt 1 ;===- ./lib/Wrap/LLVMBuild.txt ------------------------------*- Conf -*--===;
10 ; This is an LLVMBuild description file for the components in this subdirectory.
12 ; For more information on the LLVMBuild system, please see:
14 ; http://llvm.org/docs/LLVMBuild.html
  /external/llvm/lib/Target/
LLVMBuild.txt 1 ;===- ./lib/Target/LLVMBuild.txt -------------------------------*- Conf -*--===;
10 ; This is an LLVMBuild description file for the components in this subdirectory.
12 ; For more information on the LLVMBuild system, please see:
14 ; http://llvm.org/docs/LLVMBuild.html
  /external/llvm/tools/
LLVMBuild.txt 1 ;===- ./tools/LLVMBuild.txt ------------------------------------*- Conf -*--===;
10 ; This is an LLVMBuild description file for the components in this subdirectory.
12 ; For more information on the LLVMBuild system, please see:
14 ; http://llvm.org/docs/LLVMBuild.html
  /external/llvm/docs/
LLVMBuild.rst 2 LLVMBuild Guide
11 This document describes the ``LLVMBuild`` organization and files which
13 specific LLVMBuild related tools, please see the command guide.
23 ``LLVMBuild.txt`` files are the explicit specification of that
30 The source code for LLVM projects using the LLVMBuild system (LLVM,
38 an ``LLVMBuild.txt`` which contains the component definitions.
41 gathered by the LLVMBuild tools. The tools automatically traverse the
44 subdirectories when the parent itself contains an ``LLVMBuild.txt``
50 The LLVMBuild files themselves are just a declarative way to describe
56 LLVMBuild files and use that to drive the actual project build
    [all...]
index.rst 315 LLVMBuild
328 :doc:`LLVMBuild`
329 Describes the LLVMBuild organization and files used by LLVM to specify
  /external/llvm/utils/llvm-build/llvmbuild/
main.py 68 # Load the LLVMBuild file.
70 'LLVMBuild.txt')
72 fatal("missing LLVMBuild.txt file at: %r" % (llvmbuild_path,))
203 # Organize all the components by the directory their LLVMBuild file
231 # Format the components into llvmbuild fragments.
277 # Create the LLVMBuild fil[e.
278 file_path = os.path.join(directory_path, 'LLVMBuild.txt')
283 header_name = '.' + os.path.join(subpath, 'LLVMBuild.txt')
296 ; This is an LLVMBuild description file for the components in this subdirectory.
298 ; For more information on the LLVMBuild system, please see
    [all...]
componentinfo.py 420 # Load the LLVMBuild.txt file as an .ini format file.
  /external/llvm/
CMakeLists.txt 256 # LLVMBuild Integration
273 "${LLVM_BINARY_DIR}/LLVMBuild.cmake")
283 message(STATUS "Constructing LLVMBuild project information")
308 # LLVMBuild files in a format which is easy to consume from CMake, and will add
309 # the dependencies so that CMake will reconfigure properly when the LLVMBuild
Makefile.rules 61 # LLVMBuild Integration
80 LLVMBuildMakeFrag := $(PROJ_OBJ_ROOT)/Makefile.llvmbuild
89 # The rule to create the LLVMBuild Makefile fragment as well as the llvm-config
99 $(Echo) Constructing LLVMBuild project information.
    [all...]

Completed in 4357 milliseconds

1 2 3 4 56