LLVM API Documentation

Path.cpp File Reference

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

Include dependency graph for Path.cpp:

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)


Function Documentation

static std::string getDirnameCharSep ( const std::string &  path,
char  Sep 
) [static]

Definition at line 229 of file Path.cpp.

static void getPathList ( const char *  path,
std::vector< Path > &  Paths 
) [static]




This web site is hosted by the Computer Science Department at the University of Illinois at Urbana-Champaign.