/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 | 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/source/Commands/ |
CommandObjectArgs.cpp | 104 ConstString target_triple; local
|
/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/Plugins/Process/gdb-remote/ |
ProcessGDBRemote.cpp | 903 llvm::Triple &target_triple = target_arch.GetTriple(); local [all...] |
/external/llvm/bindings/ocaml/llvm/ |
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...] |