Searched refs:portable (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/libbcc/tools/mcld/
H A DMain.cpp133 OptPortableList("portable",
135 llvm::cl::desc("Use a portable function to symbol."),
224 // 5. If given, set up portable symbols.
225 llvm::cl::list<std::string>::iterator portable, portable_end = OptPortableList.end(); local
226 for (portable = OptPortableList.begin(); portable != portable_end; ++portable) {
227 config->addPortable(*portable);
/frameworks/compile/mclinker/tools/mcld/
H A Dmain.cpp126 OptPortableList("portable",
128 llvm::cl::desc("Use a portable function to symbol."),
217 // 5. If given, set up portable symbols.
218 llvm::cl::list<std::string>::iterator portable, portable_end = OptPortableList.end(); local
219 for (portable = OptPortableList.begin(); portable != portable_end; ++portable) {
220 config->addPortable(*portable);
/frameworks/compile/libbcc/runtime/make/
H A Doptions.mk22 # FIXME: Make this more portable. When that is done, it should probably be the

Completed in 1803 milliseconds