Searched defs:target_attr (Results 1 - 4 of 4) sorted by relevance

/art/compiler/sea_ir/code_gen/
H A Dcode_gen_data.cc38 std::string target_attr; local
40 target_triple, target_cpu, target_attr);
58 target->createTargetMachine(target_triple, target_cpu, target_attr, target_options,
/art/compiler/llvm/
H A Dllvm_compilation_unit.cc204 std::string target_attr; 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/
H A Delf_writer_mclinker.cc100 std::string target_attr; local
104 target_attr);
/art/compiler/driver/
H A Dcompiler_driver.cc2453 std::string& target_attr) {
2458 target_attr = "+thumb2,+neon,+neonfp,+vfp3,+db";
2466 target_attr = "+v7,+neon,+neonfp,+vfp3,+db";
2471 target_attr = "";
2476 target_attr = "mips32r2";
2450 InstructionSetToLLVMTarget(InstructionSet instruction_set, std::string& target_triple, std::string& target_cpu, std::string& target_attr) argument

Completed in 93 milliseconds