Searched refs:source_root (Results 1 – 4 of 4) sorted by relevance
/external/llvm/utils/llvm-build/llvmbuild/ |
D | main.py | 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 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/ |
D | Test.py | 153 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)
|
D | discovery.py | 49 source_root = os.path.realpath(cfg.test_source_root or path) 51 return Test.TestSuite(cfg.name, source_root, exec_root, cfg), ()
|
D | main.py | 305 print(' Source Root: %s' % ts.source_root)
|