Searched refs:root_path (Results 1 – 8 of 8) sorted by relevance
/openbsd-src/gnu/llvm/llvm/utils/docker/scripts/llvm_checksum/ |
H A D | llvm_checksum.py | 68 def ComputeLLVMChecksums(root_path, projects): argument 98 project_root = os.path.join(root_path, proj.relpath) 118 WalkProjectFiles(root_path, projects, proj, add_file_hash)
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
H A D | Path.h | 319 StringRef root_path(StringRef path, Style style = Style::native);
|
/openbsd-src/gnu/llvm/llvm/lib/Support/ |
H A D | Path.cpp | 348 StringRef root_path(StringRef path, Style style) { in root_path() function 414 StringRef root = root_path(path, style); in relative_path() 633 return !root_path(p, style).empty(); in has_root_path() 723 StringRef root = path::root_path(remaining, style); in remove_dots()
|
H A D | VirtualFileSystem.cpp | 1952 size_t RootPathLen = sys::path::root_path(Trimmed, path_style).size(); in parseEntry()
|
/openbsd-src/gnu/llvm/clang/lib/Basic/ |
H A D | FileManager.cpp | 124 DirName != llvm::sys::path::root_path(DirName) && in getDirectoryRef()
|
/openbsd-src/gnu/llvm/libcxx/include/ |
H A D | filesystem | 122 path root_path() const;
|
/openbsd-src/gnu/llvm/libcxx/include/__filesystem/ |
H A D | path.h | 944 _LIBCPP_HIDE_FROM_ABI path root_path() const {
|
/openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGDebugInfo.cpp | 450 if (llvm::sys::path::root_path(DirBuf) == DirBuf) { in createFile()
|