Searched defs:triple (Results 1 - 5 of 5) sorted by relevance

/frameworks/compile/libbcc/lib/Core/
H A DCompiler.cpp101 const std::string &triple = pConfig.getTriple(); local
106 triple.c_str(), pConfig.getFeatureString().c_str());
H A DLinker.cpp90 const std::string &triple = pConfig.getTriple(); local
94 ALOGE("%s (%s)", GetErrorString(err), triple.c_str());
/frameworks/compile/libbcc/tools/abcc/
H A DMain.cpp36 " [--triple triple]\n"
62 const char *&triple, const char *&sysroot) {
80 // On-device version cannot configure the triple and sysroot.
83 if (::strcmp(argv[arg_idx], "--triple") == 0) {
84 if ((arg_idx + 2 /* --triple [triple] input */) >= argc) {
85 ALOGE("Too few arguments when --triple was given!");
89 triple = argv[arg_idx + 1];
104 if (triple
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/mclinker/include/mcld/MC/
H A DMCLDInfo.h100 const llvm::Triple& triple() const function in class:mcld::MCLDInfo
/frameworks/compile/mclinker/tools/mcld/lib/Core/
H A DLinker.cpp83 const std::string &triple = pConfig.getTriple(); local
87 ALOGE("%s (%s)", GetErrorString(err), triple.c_str());

Completed in 333 milliseconds