OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:target_options
(Results
1 - 2
of
2
) sorted by null
/art/compiler/sea_ir/code_gen/
code_gen_data.cc
49
::llvm::TargetOptions
target_options
;
local
50
target_options
.FloatABIType = ::llvm::FloatABI::Soft;
51
target_options
.NoFramePointerElim = true;
52
target_options
.NoFramePointerElimNonLeaf = true;
53
target_options
.UseSoftFloat = false;
54
target_options
.EnableFastISel = false;
58
target->createTargetMachine(target_triple, target_cpu, target_attr,
target_options
,
/art/compiler/llvm/
llvm_compilation_unit.cc
214
::llvm::TargetOptions
target_options
;
local
215
target_options
.FloatABIType = ::llvm::FloatABI::Soft;
216
target_options
.NoFramePointerElim = true;
217
target_options
.UseSoftFloat = false;
218
target_options
.EnableFastISel = false;
222
target->createTargetMachine(target_triple, target_cpu, target_attr,
target_options
,
Completed in 557 milliseconds