| /llvm-project-15.0.7/openmp/runtime/tools/lib/ |
| H A D | tools.pm | 591 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 D | Build.pm | 186 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 D | generate-def.pl | 34 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 D | FindVTune.cmake | 7 set(dirs variable 15 PATHS ${dirs} 26 PATHS ${dirs}
|
| /llvm-project-15.0.7/lld/COFF/ |
| H A D | DLL.h | 30 std::vector<Chunk *> dirs; variable 48 uint64_t getDirRVA() { return dirs[0]->getRVA(); } in getDirRVA() 57 std::vector<Chunk *> dirs; variable
|
| H A D | DLL.cpp | 609 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 D | project_tree.py | 46 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 D | overlay_directories.py | 68 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 D | reproducer-replay.py | 54 for root, dirs, files in os.walk(path): 55 for dir in dirs:
|
| H A D | analyze-project-deps.py | 65 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 D | symbolize-paths.s | 8 # 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 D | subst.py | 14 def resolve(self, config, dirs): argument 20 command = lit.util.which(self.name, dirs)
|
| /llvm-project-15.0.7/clang/test/CodeGenCXX/ |
| H A D | 2004-11-27-ExceptionCleanupAssertion.cpp | 13 Strongbad dirs[] = { Strongbad(0) + 1}; in TheCheat() local
|
| /llvm-project-15.0.7/clang/lib/Driver/ToolChains/ |
| H A D | Solaris.cpp | 268 SmallVector<StringRef, 5> dirs; in AddClangSystemIncludeArgs() local 269 CIncludeDirs.split(dirs, ":"); in AddClangSystemIncludeArgs() 270 for (StringRef dir : dirs) { in AddClangSystemIncludeArgs()
|
| H A D | OpenBSD.cpp | 310 SmallVector<StringRef, 5> dirs; in AddClangSystemIncludeArgs() local 311 CIncludeDirs.split(dirs, ":"); in AddClangSystemIncludeArgs() 312 for (StringRef dir : dirs) { in AddClangSystemIncludeArgs()
|
| H A D | Fuchsia.cpp | 359 SmallVector<StringRef, 5> dirs; in AddClangSystemIncludeArgs() local 360 CIncludeDirs.split(dirs, ":"); in AddClangSystemIncludeArgs() 361 for (StringRef dir : dirs) { in AddClangSystemIncludeArgs()
|
| H A D | WebAssembly.cpp | 406 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 D | rocm-detect.hip | 25 // 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 D | lit.site.cfg.py.in | 14 # 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 D | lit.site.cfg.py.in | 8 # 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 D | diff-r.txt | 7 # Create same files in both of the dirs.
|
| /llvm-project-15.0.7/libclc/ |
| H A D | CMakeLists.txt | 218 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 D | set-xcode-analyzer | 22 for root, dirs, files in os.walk(path):
|
| /llvm-project-15.0.7/clang/lib/Lex/ |
| H A D | InitHeaderSearch.cpp | 275 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 D | README.rst | 37 # project-specific module dirs first
|