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

  /external/compiler-rt/lib/
lit.common.configured.in 5 config.target_triple = "@TARGET_TRIPLE@"
lit.common.unit.configured.in 5 config.target_triple = "@TARGET_TRIPLE@"
  /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,
  /external/clang/test/Unit/
lit.site.cfg.in 12 config.target_triple = "@TARGET_TRIPLE@"
  /external/clang/test/
lit.site.cfg.in 9 config.target_triple = "@TARGET_TRIPLE@"
  /external/llvm/test/
lit.site.cfg.in 4 config.target_triple = "@TARGET_TRIPLE@"
  /external/llvm/test/Bindings/Ocaml/
target.ml 36 let td = DataLayout.create (target_triple m) in
ipo_opts.ml 46 let td = DataLayout.create (target_triple m) in
scalar_opts.ml 41 let td = DataLayout.create (target_triple m) in
vmcore.ml 73 insist (trip = target_triple m)
    [all...]
  /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));
  /art/compiler/driver/
compiler_driver.h 233 std::string& target_triple,
compiler_driver.cc     [all...]
  /external/llvm/utils/lit/lit/
TestRunner.py 323 if item in test.suite.config.target_triple:
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 254 external target_triple: llmodule -> string
    [all...]
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 235 milliseconds