Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:CWD

309   SmallString<256> CWD;
310 llvm::sys::fs::current_path(CWD);
311 return CWDName = internString(CWD);