| /llvm-project-15.0.7/lldb/test/API/functionalities/source-map/ |
| H A D | TestTargetSourceMap.py | 28 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 D | TestTraceLoad.py | 12 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__.py | 24 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 D | TestAArch64AdrpAdd.py | 14 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 D | TestDebugIndexCache.py | 67 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 D | builder.py | 55 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 D | TestDumpSymtabDemangle.py | 13 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 D | TestBreakpointCommandList.py | 13 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 D | TestModuleCacheUniversal.py | 40 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 D | TestCompletion.py | 234 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 D | analyze-project-deps.py | 22 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 D | LibompUtils.cmake | 138 # 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 D | llvm-bolt-wrapper.py | 45 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 D | CMakeLists.txt | 275 function(copy_header_to_output_dir src_dir file) 276 set(src ${src_dir}/${file})
|