OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:target_cpu
(Results
1 - 3
of
3
) sorted by null
/art/compiler/sea_ir/code_gen/
code_gen_data.cc
37
std::string
target_cpu
;
local
40
target_triple,
target_cpu
, target_attr);
58
target->createTargetMachine(target_triple,
target_cpu
, target_attr, target_options,
/art/compiler/llvm/
llvm_compilation_unit.cc
203
std::string
target_cpu
;
local
205
CompilerDriver::InstructionSetToLLVMTarget(GetInstructionSet(), target_triple,
target_cpu
, target_attr);
local
222
target->createTargetMachine(target_triple,
target_cpu
, target_attr, target_options,
/art/compiler/
elf_writer_mclinker.cc
99
std::string
target_cpu
;
local
103
target_cpu
,
Completed in 71 milliseconds