Searched refs:testdir (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/clang/utils/ |
| H A D | make-ast-dump-check.sh | 39 testdir="$(dirname "$file")" 69 gsub("$testdir/", "{{.*}}", s)
|
| /llvm-project-15.0.7/lldb/test/API/commands/process/attach/ |
| H A D | TestProcessAttach.py | 70 testdir = self.getBuildDir() 79 self.addTearDownHook(lambda: os.chdir(testdir))
|
| /llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/builders/ |
| H A D | builder.py | 140 dictionary=None, testdir=None, testname=None): argument 146 self.getMake(testdir, testname), debug_info_args, ["all"],
|
| /llvm-project-15.0.7/llvm/test/CodeGen/WebAssembly/ |
| H A D | custom-sections.ll | 20 !6 = !DIFile(filename: "test", directory: "testdir")
|
| /llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/ |
| H A D | PlatformDarwinKernel.cpp | 393 FileSpec testdir(dir + subdirs[i]); in AddRootSubdirsToSearchPaths() local 394 FileSystem::Instance().Resolve(testdir); in AddRootSubdirsToSearchPaths() 395 if (FileSystem::Instance().IsDirectory(testdir)) in AddRootSubdirsToSearchPaths() 396 thisp->m_search_directories.push_back(testdir); in AddRootSubdirsToSearchPaths()
|
| /llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/ |
| H A D | dotest.py | 958 for testdir in configuration.testdirs: 959 for (dirpath, dirnames, filenames) in os.walk(testdir):
|
| H A D | lldbtest.py | 1418 testdir = self.mydir 1423 compiler, dictionary, testdir, testname)
|
| /llvm-project-15.0.7/polly/test/ |
| H A D | update_check.py | 242 for dir in ['.', known.testdir, os.path.join(polly_src_dir,'test'), polly_src_dir]:
|