Home
last modified time | relevance | path

Searched refs:this_dir (Results 1 – 15 of 15) sorted by relevance

/llvm-project-15.0.7/llvm/utils/lit/tests/Inputs/use-llvm-tool/
H A Dlit.cfg8 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 Danalyze-project-deps.py42 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 Danalyze-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 Dintercept-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 Danalyze-cc9 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 Dintercept-cc9 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 Dintercept-build10 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 Dscan-build10 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 Danalyze-build10 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__.py9 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 Dtest_exec_anatomy.py45 this_dir, _ = os.path.split(__file__)
46 source_dir = os.path.abspath(os.path.join(this_dir, '..', 'exec'))
H A D__init__.py24 this_dir, _ = os.path.split(__file__)
25 path = os.path.abspath(os.path.join(this_dir, '..', 'src'))
H A Dtest_from_cdb.py17 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 Ddemangle_tree.py90 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 Dreport.py528 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)