Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Path

36 #include "llvm/Support/Path.h"
224 llvm::sys::Path CWD = llvm::sys::Path::GetCurrentDirectory();
233 // Get absolute path name.
240 // the file name itself with no path information. This file name may have had
241 // a relative path, so we look into the actual file entry for the main
242 // file to determine the real absolute path for the file.