Home
last modified time | relevance | path

Searched refs:abs_path (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/openmp/runtime/tools/lib/
H A DLibOMP.pm27 $base = get_dir( get_dir( abs_path( $0 ) ) );
29 $base = abs_path( $ENV{ LIBOMP_WORK } );
35 $out = abs_path( $ENV{ LIBOMP_EXPORTS } );
41 $tmp = abs_path( $ENV{ LIBOMP_TMP } );
H A DBuild.pm70 my $abs = abs_path( $path );
H A Dtools.pm791 sub abs_path($;$) { subroutine
814 $path = File::Spec->abs2rel( abs_path( $path ), $base );
851 $real_path = Cwd::abs_path( $orig_path );
/llvm-project-15.0.7/clang/tools/scan-build/libexec/
H A Dc++-analyzer6 use lib dirname(abs_path($0));
H A Dccc-analyzer175 print OUT abs_path($file), "\n";
/llvm-project-15.0.7/libcxx/utils/libcxx/test/
H A Dconfig.py373 abs_path = os.path.join(self.cxx_library_root, libname)
374 assert os.path.exists(abs_path) and \
376 self.cxx.link_flags += [abs_path]
398 abs_path = os.path.join(self.abi_library_root, libname)
399 self.cxx.link_flags += [abs_path]
/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/llgdb-tests/
H A Dtest_debuginfo.pl58 my $path = dirname(Cwd::abs_path($0));
/llvm-project-15.0.7/clang/tools/scan-build/bin/
H A Dscan-build383 $BugFile = abs_path($1);
1575 $Options{OutputDir} = abs_path($OutDir);
1595 $Options{OutputDir} = abs_path($OutDir);
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp195 std::string abs_path; in GetFileByIndex() local
197 if (prologue.getFileNameByIndex(idx, compile_dir, absolute, abs_path, style)) in GetFileByIndex()
198 return std::move(abs_path); in GetFileByIndex()