Searched refs:sysroot (Results 1 - 8 of 8) sorted by relevance

/frameworks/compile/libbcc/tools/abcc/
H A DMain.cpp37 " [--android-sysroot sysroot]\n"
62 const char *&triple, const char *&sysroot) {
80 // On-device version cannot configure the triple and sysroot.
93 if (::strcmp(argv[arg_idx], "--android-sysroot") == 0) {
94 if ((arg_idx + 2 /* --android-sysroot [sysroot] input */) >= argc) {
95 ALOGE("Too few arguments when --android-sysroot was given!");
99 sysroot = argv[arg_idx + 1];
108 if (sysroot
60 ParseArguments(int argc, const char *const *argv, Mode &mode, const char *&input, const char *&output, const char *&triple, const char *&sysroot) argument
121 Build(int input_fd, int output_fd, const char *triple, const char *sysroot) argument
138 ProcessFromFd(const char *input, const char *output, const char *triple, const char *sysroot) argument
159 ProcessFromFile(const char *input, const char *output, const char *triple, const char *sysroot) argument
195 const char *input, *output, *triple = NULL, *sysroot = NULL; local
[all...]
/frameworks/compile/libbcc/lib/Support/
H A DTargetLinkerConfigs.cpp46 if (getLDInfo()->options().sysroot().empty()) {
73 if (getLDInfo()->options().sysroot().empty()) {
99 if (getLDInfo()->options().sysroot().empty()) {
H A DLinkerConfig.cpp175 sd->setSysroot(mLDInfo->options().sysroot());
/frameworks/compile/mclinker/tools/mcld/lib/Support/
H A DTargetLinkerConfigs.cpp39 if (getLDInfo()->options().sysroot().empty()) {
66 if (getLDInfo()->options().sysroot().empty()) {
92 if (getLDInfo()->options().sysroot().empty()) {
H A DLinkerConfig.cpp168 sd->setSysroot(mLDInfo->options().sysroot());
/frameworks/compile/mclinker/include/mcld/MC/
H A DMCLDOptions.h68 /// sysroot
69 const sys::fs::Path& sysroot() const function in class:mcld::GeneralOptions
/frameworks/compile/mclinker/unittests/Linker/
H A DTestLinker.cpp119 assert(!m_pInfo->options().sysroot().empty() &&
125 sd->setSysroot(m_pInfo->options().sysroot());
/frameworks/compile/mclinker/tools/llvm-mcld/
H A Dllvm-mcld.cpp257 ArgSysRoot("sysroot",
258 cl::desc("Use directory as the location of the sysroot, overriding the configure-time default."),
666 // set up sysroot
677 sd->setSysroot(pLDInfo.options().sysroot());

Completed in 1928 milliseconds