Searched refs:target_triple (Results 1 - 5 of 5) sorted by relevance

/art/compiler/sea_ir/code_gen/
H A Dcode_gen_data.cc36 std::string target_triple; local
40 target_triple, target_cpu, target_attr);
44 ::llvm::TargetRegistry::lookupTarget(target_triple, errmsg);
58 target->createTargetMachine(target_triple, target_cpu, target_attr, target_options,
/art/compiler/llvm/
H A Dllvm_compilation_unit.cc202 std::string target_triple; local
205 CompilerDriver::InstructionSetToLLVMTarget(GetInstructionSet(), target_triple, target_cpu, target_attr); local
209 ::llvm::TargetRegistry::lookupTarget(target_triple, errmsg);
222 target->createTargetMachine(target_triple, target_cpu, target_attr, target_options,
/art/compiler/
H A Delf_writer_mclinker.cc98 std::string target_triple; local
102 target_triple,
118 linker_config_.reset(new mcld::LinkerConfig(target_triple));
/art/compiler/driver/
H A Dcompiler_driver.h233 std::string& target_triple,
H A Dcompiler_driver.cc2451 std::string& target_triple,
2456 target_triple = "thumb-none-linux-gnueabi";
2462 target_triple = "armv7-none-linux-gnueabi";
2470 target_triple = "i386-pc-linux-gnu";
2475 target_triple = "mipsel-unknown-linux";
2450 InstructionSetToLLVMTarget(InstructionSet instruction_set, std::string& target_triple, std::string& target_cpu, std::string& target_attr) argument

Completed in 113 milliseconds