| /llvm-project-15.0.7/llvm/utils/lit/tests/Inputs/use-llvm-tool/ |
| H A D | lit.cfg | 8 this_dir = os.path.realpath(os.path.dirname(__file__)) 9 config.llvm_tools_dir = os.path.join(this_dir, 'build') 12 lit.llvm.llvm_config.with_environment('CASE1', os.path.join(this_dir, 'env-case1')) 13 lit.llvm.llvm_config.with_environment('CASE6', os.path.join(this_dir, 'env-case6')) 14 lit.llvm.llvm_config.with_environment('PATH', os.path.join(this_dir, 'path'), append_path=True) 23 paths = [os.path.join(this_dir, 'search1'), os.path.join(this_dir, 'search2'), os.path.join(this_di…
|
| /llvm-project-15.0.7/lldb/scripts/ |
| H A D | analyze-project-deps.py | 42 def scan_deps(this_dir, file): argument 45 this_dir = normalize_host(this_dir) 46 if this_dir in src_map: 47 deps = src_map[this_dir] 55 if relative == this_dir: 60 elif relative != this_dir: 62 if this_dir not in src_map and len(deps) > 0: 63 src_map[this_dir] = deps
|
| /llvm-project-15.0.7/clang/tools/scan-build-py/libexec/ |
| H A D | analyze-c++ | 9 this_dir = os.path.dirname(os.path.realpath(__file__)) variable 10 sys.path.append(os.path.join(os.path.dirname(this_dir), 'lib'))
|
| H A D | intercept-c++ | 9 this_dir = os.path.dirname(os.path.realpath(__file__)) variable 10 sys.path.append(os.path.join(os.path.dirname(this_dir), 'lib'))
|
| H A D | analyze-cc | 9 this_dir = os.path.dirname(os.path.realpath(__file__)) variable 10 sys.path.append(os.path.join(os.path.dirname(this_dir), 'lib'))
|
| H A D | intercept-cc | 9 this_dir = os.path.dirname(os.path.realpath(__file__)) variable 10 sys.path.append(os.path.join(os.path.dirname(this_dir), 'lib'))
|
| /llvm-project-15.0.7/clang/tools/scan-build-py/bin/ |
| H A D | intercept-build | 10 this_dir = os.path.dirname(os.path.realpath(__file__)) variable 11 sys.path.append(os.path.join(os.path.dirname(this_dir), 'lib'))
|
| H A D | scan-build | 10 this_dir = os.path.dirname(os.path.realpath(__file__)) variable 11 sys.path.append(os.path.join(os.path.dirname(this_dir), 'lib'))
|
| H A D | analyze-build | 10 this_dir = os.path.dirname(os.path.realpath(__file__)) variable 11 sys.path.append(os.path.join(os.path.dirname(this_dir), 'lib'))
|
| /llvm-project-15.0.7/clang/tools/scan-build-py/tests/ |
| H A D | __init__.py | 9 this_dir = os.path.dirname(os.path.realpath(__file__)) variable 10 sys.path.append(os.path.join(os.path.dirname(this_dir), 'lib'))
|
| /llvm-project-15.0.7/clang/tools/scan-build-py/tests/functional/cases/ |
| H A D | test_exec_anatomy.py | 45 this_dir, _ = os.path.split(__file__) 46 source_dir = os.path.abspath(os.path.join(this_dir, '..', 'exec'))
|
| H A D | __init__.py | 24 this_dir, _ = os.path.split(__file__) 25 path = os.path.abspath(os.path.join(this_dir, '..', 'src'))
|
| H A D | test_from_cdb.py | 17 this_dir, _ = os.path.split(__file__) 18 path = os.path.abspath(os.path.join(this_dir, '..', 'src'))
|
| /llvm-project-15.0.7/llvm/utils/ |
| H A D | demangle_tree.py | 90 this_dir = context.pending_objs[0][0] 91 ordered_dirs.append(this_dir) 97 dir_results[this_dir] = re 98 re.file = this_dir
|
| /llvm-project-15.0.7/clang/tools/scan-build-py/lib/libscanbuild/ |
| H A D | report.py | 528 this_dir = os.path.dirname(os.path.realpath(__file__)) 529 for resource in os.listdir(os.path.join(this_dir, 'resources')): 530 shutil.copy(os.path.join(this_dir, 'resources', resource), output_dir)
|