OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MCpu
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/LTO/
LTOCodeGenerator.h
82
void setCpu(const char *
MCpu
) { this->
MCpu
=
MCpu
; }
183
std::string
MCpu
;
/external/llvm/lib/LTO/
LTOCodeGenerator.cpp
304
if (
MCpu
.empty() && Triple.isOSDarwin()) {
306
MCpu
= "core2";
308
MCpu
= "yonah";
310
MCpu
= "cyclone";
313
TargetMach.reset(march->createTargetMachine(TripleStr,
MCpu
, FeatureStr,
512
splitCodeGen(std::move(MergedModule), Out,
MCpu
, FeatureStr, Options,
/external/clang/lib/Driver/
ToolChains.cpp
[
all
...]
Completed in 245 milliseconds