Home
last modified time | relevance | path

Searched refs:dirs (Results 1 – 25 of 43) sorted by relevance

12

/llvm-project-15.0.7/openmp/runtime/tools/lib/
H A Dtools.pm591 my @dirs = File::Spec->splitdir( $dir );
592 pop( @dirs );
593 $dir = File::Spec->catdir( @dirs );
635 my @dirs = @_;
638 @dirs = ( File::Spec->splitdir( $dirs ), @dirs );
639 $dirs = File::Spec->catdir( @dirs );
649 my @dirs = @_;
652 @dirs = ( File::Spec->splitdir( $dirs ), @dirs );
653 $dirs = File::Spec->catdir( @dirs );
727 my $dirs = ( exists( $opts{ -dirs } ) ? $opts{ -dirs } : [ File::Spec->path() ] );
[all …]
H A DBuild.pm186 my ( @dirs ) = @_;
189 print( "rm -f -r " . join( " ", map( shorter( $_ ) . "/*", @dirs ) ) . "\n" );
192 [ $^X, cat_file( $ENV{ LIBOMP_WORK }, "tools", "clean-dir.pl" ), @dirs ],
/llvm-project-15.0.7/openmp/runtime/tools/
H A Dgenerate-def.pl34 my @dirs;
59 push( @dirs, $dir );
62 if ( not @dirs ) {
65 my $dir = pop( @dirs );
95 if ( @dirs ) {
96 my $dir = pop( @dirs );
/llvm-project-15.0.7/lld/cmake/modules/
H A DFindVTune.cmake7 set(dirs variable
15 PATHS ${dirs}
26 PATHS ${dirs}
/llvm-project-15.0.7/lld/COFF/
H A DDLL.h30 std::vector<Chunk *> dirs; variable
48 uint64_t getDirRVA() { return dirs[0]->getRVA(); } in getDirRVA()
57 std::vector<Chunk *> dirs; variable
H A DDLL.cpp609 dirs.push_back(dir); in create()
612 dirs.push_back(make<NullChunk>(sizeof(ImportDirectoryTableEntry))); in create()
617 v.insert(v.end(), dirs.begin(), dirs.end()); in getChunks()
632 return dirs.size() * sizeof(delay_import_directory_table_entry); in getDirSize()
685 dirs.push_back(dir); in create()
688 dirs.push_back(make<NullChunk>(sizeof(delay_import_directory_table_entry))); in create()
/llvm-project-15.0.7/llvm/utils/docker/scripts/llvm_checksum/
H A Dproject_tree.py46 for root, dirs, files in os.walk(project_root, onerror=raise_error):
47 dirs[:] = [
48 d for d in dirs
/llvm-project-15.0.7/utils/bazel/
H A Doverlay_directories.py68 for root, dirs, files in os.walk(args.overlay):
84 if src_entry not in dirs:
/llvm-project-15.0.7/lldb/scripts/
H A Dreproducer-replay.py54 for root, dirs, files in os.walk(path):
55 for dir in dirs:
H A Danalyze-project-deps.py65 for (base, dirs, files) in os.walk(inc_dir):
74 for (base, dirs, files) in os.walk(src_dir):
/llvm-project-15.0.7/llvm/test/DebugInfo/
H A Dsymbolize-paths.s8 # Absolute include-dirs should not have comp-dir prepended
10 # Relative include-dirs should have comp-dir prepended
/llvm-project-15.0.7/llvm/utils/lit/lit/llvm/
H A Dsubst.py14 def resolve(self, config, dirs): argument
20 command = lit.util.which(self.name, dirs)
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A D2004-11-27-ExceptionCleanupAssertion.cpp13 Strongbad dirs[] = { Strongbad(0) + 1}; in TheCheat() local
/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DSolaris.cpp268 SmallVector<StringRef, 5> dirs; in AddClangSystemIncludeArgs() local
269 CIncludeDirs.split(dirs, ":"); in AddClangSystemIncludeArgs()
270 for (StringRef dir : dirs) { in AddClangSystemIncludeArgs()
H A DOpenBSD.cpp310 SmallVector<StringRef, 5> dirs; in AddClangSystemIncludeArgs() local
311 CIncludeDirs.split(dirs, ":"); in AddClangSystemIncludeArgs()
312 for (StringRef dir : dirs) { in AddClangSystemIncludeArgs()
H A DFuchsia.cpp359 SmallVector<StringRef, 5> dirs; in AddClangSystemIncludeArgs() local
360 CIncludeDirs.split(dirs, ":"); in AddClangSystemIncludeArgs()
361 for (StringRef dir : dirs) { in AddClangSystemIncludeArgs()
H A DWebAssembly.cpp406 SmallVector<StringRef, 5> dirs; in AddClangSystemIncludeArgs() local
407 CIncludeDirs.split(dirs, ":"); in AddClangSystemIncludeArgs()
408 for (StringRef dir : dirs) { in AddClangSystemIncludeArgs()
/llvm-project-15.0.7/clang/test/Driver/
H A Drocm-detect.hip25 // RUN: --print-rocm-search-dirs %s 2>&1 \
34 // RUN: --print-rocm-search-dirs %s 2>&1 \
45 // RUN: -target x86_64-linux-gnu --cuda-gpu-arch=gfx900 --print-rocm-search-dirs %s 2>&1 \
/llvm-project-15.0.7/clang-tools-extra/test/
H A Dlit.site.cfg.py.in14 # Support substitution of the tools and libs dirs with user parameters. This is
/llvm-project-15.0.7/clang-tools-extra/clangd/test/
H A Dlit.site.cfg.py.in8 # Support substitution of the tools and libs dirs with user parameters. This is
/llvm-project-15.0.7/llvm/utils/lit/tests/Inputs/shtest-shell/
H A Ddiff-r.txt7 # Create same files in both of the dirs.
/llvm-project-15.0.7/libclc/
H A DCMakeLists.txt218 set( dirs ) variable
222 LIST( APPEND dirs generic )
226 list( APPEND dirs amdgpu )
238 foreach( l ${dirs} ${DARCH} ${DARCH}-${OS} ${DARCH}-${VENDOR}-${OS} )
/llvm-project-15.0.7/clang/tools/scan-build/bin/
H A Dset-xcode-analyzer22 for root, dirs, files in os.walk(path):
/llvm-project-15.0.7/clang/lib/Lex/
H A DInitHeaderSearch.cpp275 SmallVector<StringRef, 5> dirs; in AddDefaultCIncludePaths() local
276 CIncludeDirs.split(dirs, ":"); in AddDefaultCIncludePaths()
277 for (StringRef dir : dirs) in AddDefaultCIncludePaths()
/llvm-project-15.0.7/cmake/
H A DREADME.rst37 # project-specific module dirs first

12