Lines Matching refs:Path
24 #include "llvm/Support/Path.h"
40 sys::Path GCCPath; // The path to the gcc executable.
41 sys::Path RemoteClientPath; // The path to the rsh / ssh executable.
43 GCC(const sys::Path &gccPath, const sys::Path &RemotePath,
128 sys::Path &OutFile, std::string &Error,
157 sys::Path LLCPath; // The path to the `llc' executable.
161 CBE(const sys::Path &llcPath, GCC *Gcc,
192 sys::Path &OutFile, std::string &Error,
202 std::string LLCPath; // The path to the LLC executable.
240 sys::Path &OutFile, std::string &Error,