Searched defs:target_attr (Results 1 - 4 of 4) sorted by relevance
/art/compiler/sea_ir/code_gen/ |
H A D | code_gen_data.cc | 38 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 D | llvm_compilation_unit.cc | 204 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 D | elf_writer_mclinker.cc | 100 std::string target_attr; local 104 target_attr);
|
/art/compiler/driver/ |
H A D | compiler_driver.cc | 2453 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