Searched defs:MCPU (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/ExecutionEngine/
H A DTargetSelect.cpp31 StringRef MCPU,
89 MCPU, FeaturesStr,
29 selectTarget(Module *Mod, StringRef MArch, StringRef MCPU, const SmallVectorImpl<std::string>& MAttrs, Reloc::Model RM, CodeModel::Model CM, std::string *ErrorStr) argument
H A DExecutionEngine.cpp436 StringRef MCPU = ""; local
440 EngineBuilder::selectTarget(M, MArch, MCPU, MAttrs, RM, CMM, ErrorStr);
468 if (TargetMachine *TM = EngineBuilder::selectTarget(M, MArch, MCPU, MAttrs,
/external/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h468 std::string MCPU; member in class:llvm::EngineBuilder
556 MCPU.assign(mcpu.begin(), mcpu.end());
579 StringRef MCPU,

Completed in 92 milliseconds