Searched refs:has_root_path (Results 1 – 6 of 6) sorted by relevance
477 LLVM_ABI bool has_root_path(const Twine &path, Style style = Style::native);
132 bool has_root_path() const;
819 _LIBCPP_HIDE_FROM_ABI bool has_root_path() const { return !__root_path_raw().empty(); }
629 bool has_root_path(const Twine &path, Style style) { in has_root_path() function
352 if (!llvm::sys::fs::exists(path) || !llvm::sys::path::has_root_path(path))
24080 {"_ZN4llvm3sys4path13has_root_pathERKNS_5TwineE", "llvm::sys::path::has_root_path(llvm::Twine const…