Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:CWD

343   SmallString<256> CWD;
344 llvm::sys::fs::current_path(CWD);
345 return CWDName = internString(CWD);