LLVM API Documentation
#include "llvm/System/Path.h"#include "llvm/Config/config.h"#include <cassert>#include <cstring>#include <ostream>#include "Unix/Path.inc"

Go to the source code of this file.
Functions | |
| std::ostream & | llvm::operator<< (std::ostream &strm, const sys::Path &aPath) |
| static void | getPathList (const char *path, std::vector< Path > &Paths) |
| static std::string | getDirnameCharSep (const std::string &path, char Sep) |
| static std::string getDirnameCharSep | ( | const std::string & | path, | |
| char | Sep | |||
| ) | [static] |
| static void getPathList | ( | const char * | path, | |
| std::vector< Path > & | Paths | |||
| ) | [static] |
Definition at line 210 of file Path.cpp.
References llvm::sys::Path::canRead(), llvm::sys::PathSeparator, and llvm::sys::Path::set().
This web site is hosted by the Computer Science Department at the University of Illinois at Urbana-Champaign.