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

/external/llvm/tools/gold/
H A Dgold-plugin.cpp80 static std::string mcpu; member in namespace:options
96 } else if (opt.startswith("mcpu=")) {
97 mcpu = opt.substr(strlen("mcpu="));
398 if (!options::mcpu.empty())
399 lto_codegen_set_cpu(code_gen, options::mcpu.c_str());
/external/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h623 EngineBuilder &setMCPU(StringRef mcpu) { argument
624 MCPU.assign(mcpu.begin(), mcpu.end());
646 /// arch. Add any CPU features specified via -mcpu or -mattr.

Completed in 188 milliseconds