HomeSort by relevance Sort by last modified time
    Searched refs:target_triple (Results 1 - 18 of 18) 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,
  /external/compiler-rt/unittests/
lit.common.unit.configured.in 5 config.target_triple = "@TARGET_TRIPLE@"
  /external/lldb/include/lldb/API/
SBDebugger.h 114 const char *target_triple,
121 const char *target_triple);
  /art/compiler/llvm/
llvm_compilation_unit.cc 199 std::string target_triple; local
202 CompilerDriver::InstructionSetToLLVMTarget(GetInstructionSet(), &target_triple, &target_cpu, local
207 ::llvm::TargetRegistry::lookupTarget(target_triple, errmsg);
220 target->createTargetMachine(target_triple, target_cpu, target_attr, target_options,
  /external/lldb/scripts/Python/interface/
SBDebugger.i 190 const char *target_triple,
197 const char *target_triple);
  /art/compiler/
elf_writer_mclinker.cc 102 std::string target_triple; local
106 &target_triple,
122 linker_config_.reset(new mcld::LinkerConfig(target_triple));
  /external/lldb/source/Commands/
CommandObjectArgs.cpp 104 ConstString target_triple; local
  /external/lldb/source/API/
SBDebugger.cpp 520 const char *target_triple,
535 target_triple,
554 target_triple,
566 const char *target_triple)
575 target_triple,
586 m_opaque_sp.get(), filename, target_triple, target_sp.get());
    [all...]
  /external/llvm/utils/lit/lit/
Test.py 193 if item in self.suite.config.target_triple:
util.py 174 if 'darwin' in config.target_triple:
  /external/lldb/source/Symbol/
ClangASTContext.cpp 268 ClangASTContext::ClangASTContext (const char *target_triple) :
285 if (target_triple && target_triple[0])
286 SetTargetTriple (target_triple);
328 ClangASTContext::SetTargetTriple (const char *target_triple)
331 m_target_triple.assign(target_triple);
520 // target_triple should be something like "x86_64-apple-macosx"
    [all...]
  /external/lldb/include/lldb/Symbol/
ClangASTContext.h 88 SetTargetTriple (const char *target_triple);
  /external/lldb/source/Plugins/Process/gdb-remote/
ProcessGDBRemote.cpp 903 llvm::Triple &target_triple = target_arch.GetTriple(); local
    [all...]
  /art/compiler/driver/
compiler_driver.cc     [all...]
compiler_driver.h 401 std::string* target_triple,
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 308 external target_triple: llmodule -> string
    [all...]
llvm.mli 417 (** [target_triple m] is the target specifier for the module [m], something like
419 val target_triple: llmodule -> string var
421 (** [target_triple triple m] changes the target specifier for the module [m] to
    [all...]
  /external/llvm/test/Bindings/Ocaml/
vmcore.ml 84 insist (trip = target_triple m)
    [all...]

Completed in 1357 milliseconds