Searched defs:mcpu (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h588 EngineBuilder &setMCPU(StringRef mcpu) { argument
589 MCPU.assign(mcpu.begin(), mcpu.end());
616 /// arch. Add any CPU features specified via -mcpu or -mattr.
/external/llvm/tools/gold/
H A Dgold-plugin.cpp98 static std::string mcpu; member in namespace:options
114 } else if (opt.startswith("mcpu=")) {
115 mcpu = opt.substr(strlen("mcpu="));
779 TripleStr, options::mcpu, Features.getString(), Options, RelocationModel,

Completed in 1287 milliseconds