LLVM API Documentation
#include "llvm/Support/Path.h"#include "llvm/Config/config.h"#include "llvm/Support/Endian.h"#include "llvm/Support/FileSystem.h"#include <cassert>#include <cstring>#include <ostream>#include "Unix/Path.inc"
Go to the source code of this file.
Functions | |
| static void | getPathList (const char *path, std::vector< Path > &Paths) |
| static StringRef | getDirnameCharSep (StringRef path, const char *Sep) |
Definition at line 249 of file Path.cpp.
References llvm::StringRef::empty(), llvm::StringRef::size(), and llvm::StringRef::substr().
| static void getPathList | ( | const char * | path, |
| std::vector< Path > & | Paths | ||
| ) | [static] |
Definition at line 230 of file Path.cpp.
References llvm::sys::Path::canRead(), llvm::sys::PathSeparator, llvm::sys::Path::set(), and llvm::LibFunc::strchr.