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

  /external/boringssl/src/util/bot/
vs_env.py 23 print >>sys.stderr, "Usage: vs_env.py TARGET_ARCH CMD..."
26 target_arch = sys.argv[1] variable
36 sys.exit(subprocess.call(vs_version.SetupScript(target_arch) + ["&&"] + cmd,
  /external/compiler-rt/test/asan/
lit.site.cfg.in 13 config.target_arch = "@ASAN_TEST_TARGET_ARCH@"
  /external/scrypt/
Scrypt-config.mk 74 target_arch := $(TARGET_ARCH) macro
75 ifeq ($(target_arch)-$(TARGET_HAS_BIGENDIAN),mips-true)
76 target_arch := unknown_arch macro
79 target_c_flags := $(common_c_flags) $($(target_arch)_c_flags) $(local_c_flags)
81 target_src_files := $(common_src_files) $($(target_arch)_src_files)
82 target_src_files := $(filter-out $($(target_arch)_exclude_files), $(target_src_files))
85 ifeq ($(target_arch),arm)
import_scrypt.sh 317 target_arch := \$(TARGET_ARCH)
318 ifeq (\$(target_arch)-\$(TARGET_HAS_BIGENDIAN),mips-true)
319 target_arch := unknown_arch
322 target_c_flags := \$(common_c_flags) \$(\$(target_arch)_c_flags) \$(local_c_flags)
324 target_src_files := \$(common_src_files) \$(\$(target_arch)_src_files)
325 target_src_files := \$(filter-out \$(\$(target_arch)_exclude_files), \$(target_src_files))
328 ifeq (\$(target_arch),arm)
  /external/lldb/source/Plugins/Process/Utility/
UnwindMacOSXFrameBackchain.cpp 43 const ArchSpec& target_arch = target->GetArchitecture (); local
47 if (target_arch.GetAddressByteSize() == 8)
  /external/lldb/source/Plugins/Process/gdb-remote/
ProcessGDBRemote.cpp 490 const ArchSpec &target_arch = GetTarget().GetArchitecture();
501 if (!target_arch.IsValid())
508 else if (target_arch.GetMachine() == llvm::Triple::arm)
883 ArchSpec &target_arch = GetTarget().GetArchitecture(); local
885 if (target_arch.IsValid())
    [all...]
  /external/lldb/source/Target/
StackFrame.cpp 1425 const ArchSpec &target_arch = target->GetArchitecture(); local
    [all...]
Thread.cpp     [all...]
Process.cpp     [all...]
Target.cpp 62 Target::Target(Debugger &debugger, const ArchSpec &target_arch, const lldb::PlatformSP &platform_sp) :
69 m_arch (target_arch),
    [all...]
  /external/lldb/include/lldb/Target/
Target.h 426 const ArchSpec &target_arch,
    [all...]
  /external/lldb/source/Commands/
CommandObjectTarget.cpp 63 const ArchSpec &target_arch = target->GetArchitecture(); local
77 if (target_arch.IsValid())
79 strm.Printf ("%sarch=%s", properties++ > 0 ? ", " : " ( ", target_arch.GetTriple().str().c_str());
    [all...]

Completed in 163 milliseconds