Home
last modified time | relevance | path

Searched refs:testdir (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/clang/utils/
H A Dmake-ast-dump-check.sh39 testdir="$(dirname "$file")"
69 gsub("$testdir/", "{{.*}}", s)
/llvm-project-15.0.7/lldb/test/API/commands/process/attach/
H A DTestProcessAttach.py70 testdir = self.getBuildDir()
79 self.addTearDownHook(lambda: os.chdir(testdir))
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/builders/
H A Dbuilder.py140 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 Dcustom-sections.ll20 !6 = !DIFile(filename: "test", directory: "testdir")
/llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwinKernel.cpp393 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 Ddotest.py958 for testdir in configuration.testdirs:
959 for (dirpath, dirnames, filenames) in os.walk(testdir):
H A Dlldbtest.py1418 testdir = self.mydir
1423 compiler, dictionary, testdir, testname)
/llvm-project-15.0.7/polly/test/
H A Dupdate_check.py242 for dir in ['.', known.testdir, os.path.join(polly_src_dir,'test'), polly_src_dir]: