Home
last modified time | relevance | path

Searched refs:sysroot (Results 1 – 6 of 6) sorted by relevance

/frameworks/compile/mclinker/lib/Core/
DLinkerScript.cpp22 const mcld::sys::fs::Path& LinkerScript::sysroot() const { in sysroot() function in mcld::LinkerScript
23 return m_SearchDirs.sysroot(); in sysroot()
31 return !sysroot().empty(); in hasSysroot()
/frameworks/compile/mclinker/include/mcld/MC/
DSearchDirs.h56 const sys::fs::Path& sysroot() const { return m_SysRoot; } in sysroot() function
/frameworks/compile/mclinker/include/mcld/
DLinkerScript.h77 const sys::fs::Path& sysroot() const;
/frameworks/compile/mclinker/lib/Script/
DGroupCmd.cpp101 path = script.sysroot(); in activate()
DInputCmd.cpp112 path = script.sysroot(); in activate()
/frameworks/compile/mclinker/tools/mcld/
DOptions.td415 def Sysroot : Joined<["--"], "sysroot=">,
417 HelpText<"Use the given directory as the location of the sysroot">;