Home
last modified time | relevance | path

Searched refs:source_root (Results 1 – 4 of 4) sorted by relevance

/external/llvm/utils/llvm-build/llvmbuild/
Dmain.py89 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
480 p = os.path.join(self.source_root, ci.subpath[1:], 'LLVMBuild.txt')
501 if (path.startswith(self.source_root) and os.path.exists(path)):
882 source_root = opts.source_root
883 if source_root:
884 if not os.path.exists(os.path.join(source_root, 'lib', 'IR',
886 parser.error('invalid LLVM source root: %r' % source_root)
[all …]
/external/llvm/utils/lit/lit/
DTest.py153 def __init__(self, name, source_root, exec_root, config): argument
155 self.source_root = source_root
161 return os.path.join(self.source_root, *components)
Ddiscovery.py49 source_root = os.path.realpath(cfg.test_source_root or path)
51 return Test.TestSuite(cfg.name, source_root, exec_root, cfg), ()
Dmain.py305 print(' Source Root: %s' % ts.source_root)