Searched refs:sysroot (Results 1 – 6 of 6) sorted by relevance
22 const mcld::sys::fs::Path& LinkerScript::sysroot() const { in sysroot() function in mcld::LinkerScript23 return m_SearchDirs.sysroot(); in sysroot()31 return !sysroot().empty(); in hasSysroot()
56 const sys::fs::Path& sysroot() const { return m_SysRoot; } in sysroot() function
77 const sys::fs::Path& sysroot() const;
101 path = script.sysroot(); in activate()
112 path = script.sysroot(); in activate()
415 def Sysroot : Joined<["--"], "sysroot=">,417 HelpText<"Use the given directory as the location of the sysroot">;