Searched defs:host_arch (Results 1 - 2 of 2) sorted by relevance

/external/scrypt/
H A DScrypt-config.mk94 host_arch := x86 macro
96 host_arch := unknown_arch macro
99 host_c_flags := $(common_c_flags) $($(host_arch)_c_flags) $(local_c_flags)
101 host_src_files := $(common_src_files) $($(host_arch)_src_files)
102 host_src_files := $(filter-out $($(host_arch)_exclude_files), $(host_src_files))
/external/lldb/source/Host/common/
H A DHost.cpp308 ArchSpec host_arch; local
410 const ArchSpec &host_arch = GetArchitecture (eSystemDefaultArchitecture); local
411 const llvm::StringRef &str_ref = host_arch.GetTriple().getVendorName();
423 const ArchSpec &host_arch = GetArchitecture (eSystemDefaultArchitecture); local
424 const llvm::StringRef &str_ref = host_arch.GetTriple().getOSName();
436 const ArchSpec &host_arch = GetArchitecture (eSystemDefaultArchitecture); local
437 g_host_triple.SetCString(host_arch.GetTriple().getTriple().c_str());

Completed in 120 milliseconds