Home
last modified time | relevance | path

Searched refs:src_dir (Results 1 – 14 of 14) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/functionalities/source-map/
H A DTestTargetSourceMap.py28 src_dir = self.getSourceDir()
29 src_path = os.path.join(src_dir, "main.c")
30 yaml_path = os.path.join(src_dir, "a.yaml")
43 valid_path = os.path.dirname(src_dir)
45 invalid_path = src_dir + "invalid_path"
46 invalid_path2 = src_dir + "invalid_path2"
61 '[0] "." -> "%s"' % (src_dir),
79 '[0] "." -> "%s"' % (src_dir),
94 % (invalid_path, invalid_path2, src_dir),
105 '[1] "." -> "%s"' % (src_dir),
[all …]
/llvm-project-15.0.7/lldb/test/API/commands/trace/
H A DTestTraceLoad.py12 src_dir = self.getSourceDir()
13 … trace_description_file_path = os.path.join(src_dir, "intelpt-multi-core-trace", "trace.json")
97 src_dir = self.getSourceDir()
129 src_dir = self.getSourceDir()
142 src_dir = self.getSourceDir()
155 src_dir = self.getSourceDir()
156 trace_description_file_path = os.path.join(src_dir, "intelpt-trace", "trace.json")
169 self.assertEqual(path.fullpath, os.path.join(src_dir, "intelpt-trace", "a.out"))
201 src_dir = self.getSourceDir()
204 trace_description_file_path = os.path.join(src_dir, "intelpt-trace", "trace_bad.json")
[all …]
/llvm-project-15.0.7/clang/tools/scan-build-py/lib/libear/
H A D__init__.py24 toolset = make_toolset(src_dir)
81 def __init__(self, src_dir): argument
82 self.src_dir = src_dir
113 def __init__(self, src_dir): argument
114 Toolset.__init__(self, src_dir)
128 def __init__(self, src_dir): argument
143 def __init__(self, src_dir): argument
150 def make_toolset(src_dir): argument
155 return DarwinToolset(src_dir)
157 return LinuxToolset(src_dir)
[all …]
/llvm-project-15.0.7/lldb/test/API/functionalities/disassemble/aarch64-adrp-add/
H A DTestAArch64AdrpAdd.py14 src_dir = self.getSourceDir()
15 yaml_path = os.path.join(src_dir, "a.out-arm64.yaml")
31 src_dir = self.getSourceDir()
32 yaml_path = os.path.join(src_dir, "a.out-arm64_32.yaml")
/llvm-project-15.0.7/lldb/test/API/functionalities/module_cache/debug_index/
H A DTestDebugIndexCache.py67 src_dir = self.getSourceDir()
68 yaml_path = os.path.join(src_dir, "exe.yaml")
112 src_dir = self.getSourceDir()
113 yaml_path = os.path.join(src_dir, "exe.yaml")
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/builders/
H A Dbuilder.py55 src_dir = os.path.join(configuration.test_src_root, test_subdir)
57 makefile = os.path.join(src_dir, "Makefile")
61 make, "VPATH=" + src_dir, "-C", build_dir, "-I", src_dir, "-I",
/llvm-project-15.0.7/lldb/test/API/commands/target/dump-symtab-demangle/
H A DTestDumpSymtabDemangle.py13 src_dir = self.getSourceDir()
14 yaml_path = os.path.join(src_dir, "a.yaml")
/llvm-project-15.0.7/lldb/test/API/commands/breakpoint/command/list/
H A DTestBreakpointCommandList.py13 src_dir = self.getSourceDir()
14 yaml_path = os.path.join(src_dir, "a.yaml")
/llvm-project-15.0.7/lldb/test/API/functionalities/module_cache/universal/
H A DTestModuleCacheUniversal.py40 src_dir = self.getSourceDir()
41 yaml_path = os.path.join(src_dir, "universal.yaml")
/llvm-project-15.0.7/lldb/test/API/functionalities/completion/
H A DTestCompletion.py234 src_dir = self.getSourceDir() + '/'
235 self.complete_from_to('log enable lldb expr -f ' + src_dir,
240 src_dir = os.path.dirname(os.path.realpath(__file__))
241 self.complete_from_to('log enable lldb expr -f ' + src_dir,
242 [src_dir + os.sep], turn_off_re_match=True)
/llvm-project-15.0.7/lldb/scripts/
H A Danalyze-project-deps.py22 src_dir = os.path.join(lldb_root, "source") variable
74 for (base, dirs, files) in os.walk(src_dir):
76 relative = os.path.relpath(base, src_dir)
/llvm-project-15.0.7/openmp/runtime/cmake/
H A DLibompUtils.cmake138 # void libomp_get_build_number(string src_dir, string* return_build_number);
140 function(libomp_get_build_number src_dir return_build_number)
142 file(STRINGS "${src_dir}/src/kmp_version.cpp" file_lines_list)
/llvm-project-15.0.7/bolt/utils/
H A Dllvm-bolt-wrapper.py45 src_dir = os.path.dirname(os.path.abspath(__file__))
49 cfgs = cfg.read(os.path.join(src_dir, "llvm-bolt-wrapper.ini"))
/llvm-project-15.0.7/clang/lib/Headers/
H A DCMakeLists.txt275 function(copy_header_to_output_dir src_dir file)
276 set(src ${src_dir}/${file})