HomeSort by relevance Sort by last modified time
    Searched defs:target_triple (Results 1 - 4 of 4) sorted by null

  /art/compiler/sea_ir/code_gen/
code_gen_data.cc 36 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/
llvm_compilation_unit.cc 202 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/
elf_writer_mclinker.cc 98 std::string target_triple; local
102 target_triple,
118 linker_config_.reset(new mcld::LinkerConfig(target_triple));
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 339 (** [target_triple m] is the target specifier for the module [m], something like
341 val target_triple: llmodule -> string var
344 (** [target_triple triple m] changes the target specifier for the module [m] to
    [all...]

Completed in 885 milliseconds