Home
last modified time | relevance | path

Searched refs:InstructionSetToLLVMTarget (Results 1 – 5 of 5) sorted by relevance

/art/compiler/sea_ir/code_gen/
Dcode_gen_data.cc39 art::CompilerDriver::InstructionSetToLLVMTarget(instruction_set, in GetElf()
/art/compiler/llvm/
Dllvm_compilation_unit.cc202 CompilerDriver::InstructionSetToLLVMTarget(GetInstructionSet(), &target_triple, &target_cpu, in MaterializeToRawOStream()
/art/compiler/
Delf_writer_mclinker.cc105 CompilerDriver::InstructionSetToLLVMTarget(compiler_driver_->GetInstructionSet(), in Init()
/art/compiler/driver/
Dcompiler_driver.h400 static void InstructionSetToLLVMTarget(InstructionSet instruction_set,
Dcompiler_driver.cc2229 void CompilerDriver::InstructionSetToLLVMTarget(InstructionSet instruction_set, in InstructionSetToLLVMTarget() function in art::CompilerDriver