Home | History | Annotate | Download | only in llvmbuild

Lines Matching full:subpath

67         def recurse(subpath):
69 llvmbuild_path = os.path.join(llvmbuild_source_root + subpath,
76 subpath)
82 for item in recurse(os.path.join(subpath, subdir)):
121 ci.name, ci.subpath, existing.subpath))
211 info_basedir[ci.subpath] = info_basedir.get(ci.subpath, []) + [ci]
217 if ci.subpath == '/':
220 # Otherwise, append this subpath to the parent list.
221 parent_path = os.path.dirname(ci.subpath)
224 parent_list.add(os.path.basename(ci.subpath))
227 for subpath, infos in info_basedir.items():
235 subdirectories = subpath_subdirs.get(subpath)
255 assert subpath.startswith('/')
256 directory_path = os.path.join(output_path, subpath[1:])
283 header_name = '.' + os.path.join(subpath, 'LLVMBuild.txt')
469 p = os.path.join(self.source_root, ci.subpath[1:], 'LLVMBuild.txt')
781 help="""Configure the given file at SUBPATH (relative to
785 given by --build-root) at the same SUBPATH""",
786 metavar="SUBPATH", action="append", default=None)
885 for subpath in opts.configure_target_def_files:
886 inpath = os.path.join(source_root, subpath + '.in')
887 outpath = os.path.join(opts.build_root, subpath)