Lines Matching refs:source_root
89 def load_from_path(source_root, llvmbuild_source_root): argument
93 return LLVMProjectInfo(source_root, infos)
95 def __init__(self, source_root, component_infos): argument
97 self.source_root = source_root
484 p = os.path.join(self.source_root, ci.subpath[1:], 'LLVMBuild.txt')
505 if (path.startswith(self.source_root) and os.path.exists(path)):
915 source_root = opts.source_root
916 if source_root:
917 if not os.path.exists(os.path.join(source_root, 'lib', 'IR',
919 parser.error('invalid LLVM source root: %r' % source_root)
924 source_root = os.path.dirname(utils_path)
925 if not os.path.exists(os.path.join(source_root, 'lib', 'IR',
930 llvmbuild_source_root = opts.llvmbuild_source_root or source_root
932 source_root, llvmbuild_source_root)
996 inpath = os.path.join(source_root, subpath + '.in')