HomeSort by relevance Sort by last modified time
    Searched refs:target_machine (Results 1 - 3 of 3) 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,
  /external/lldb/source/Expression/
IRExecutionUnit.cpp 319 llvm::TargetMachine *target_machine = builder.selectTarget(triple, local
324 m_execution_engine_ap.reset(builder.create(target_machine));

Completed in 99 milliseconds