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

/external/llvm/tools/gold/
H A Dgold-plugin.cpp79 static std::string mcpu; member in namespace:options
95 } else if (opt.startswith("mcpu=")) {
96 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.h592 EngineBuilder &setMCPU(StringRef mcpu) { argument
593 MCPU.assign(mcpu.begin(), mcpu.end());
615 /// arch. Add any CPU features specified via -mcpu or -mattr.

Completed in 128 milliseconds