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

/external/llvm/tools/gold/
H A Dgold-plugin.cpp82 static std::string mcpu; member in namespace:options
98 } else if (opt.startswith("mcpu=")) {
99 mcpu = opt.substr(strlen("mcpu="));
411 if (!options::mcpu.empty())
412 lto_codegen_set_cpu(code_gen, options::mcpu.c_str());
/external/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h585 EngineBuilder &setMCPU(StringRef mcpu) { argument
586 MCPU.assign(mcpu.begin(), mcpu.end());
608 /// arch. Add any CPU features specified via -mcpu or -mattr.

Completed in 83 milliseconds