OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:target_machine
(Results
1 - 6
of
6
) sorted by null
/art/compiler/sea_ir/code_gen/
code_gen_data.cc
57
::llvm::OwningPtr< ::llvm::TargetMachine>
target_machine
(
62
CHECK(
target_machine
.get() != NULL) << "Failed to create target machine";
65
const ::llvm::DataLayout* data_layout =
target_machine
->getDataLayout();
92
if (
target_machine
->addPassesToEmitFile(pm,
/art/compiler/llvm/
llvm_compilation_unit.cc
219
::llvm::OwningPtr< ::llvm::TargetMachine>
target_machine
(
224
CHECK(
target_machine
.get() != NULL) << "Failed to create target machine";
227
const ::llvm::DataLayout* data_layout =
target_machine
->getDataLayout();
288
if (
target_machine
->addPassesToEmitFile(pm,