Searched refs:target_arch (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.0-release/
H A DMakefile395 .for target_arch in ${TARGET_ARCHES_${target}}
396 @echo " ${target}/${target_arch}"
423 .for target_arch in ${TARGET_ARCHES_${target}}
424 universe_${target}: universe_${target}_${target_arch}
425 universe_${target}_${target_arch}: universe_${target}_prologue .MAKE
426 @echo ">> ${target}.${target_arch} ${UNIVERSE_TARGET} started on `LC_ALL=C date`"
430 TARGET_ARCH=${target_arch} \
431 > _.${target}.${target_arch}.${UNIVERSE_TARGET} 2>&1 || \
432 (echo "${target}.${target_arch} ${UNIVERSE_TARGET} failed," \
433 "check _.${target}.${target_arch}
[all...]
/freebsd-10.0-release/contrib/binutils/opcodes/
H A Dsh-dis.c391 unsigned int target_arch; local
397 target_arch = arch_sh1;
403 target_arch = arch_sh4;
413 target_arch = arch_sh4;
416 target_arch = sh_get_arch_from_bfd_mach (info->mach);
469 && SH_MERGE_ARCH_SET_VALID (target_arch, arch_sh_dsp_up))
512 if (!SH_MERGE_ARCH_SET_VALID (op->arch, target_arch))
674 if (target_arch == arch_sh2a
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DUnwindMacOSXFrameBackchain.cpp43 const ArchSpec& target_arch = target->GetArchitecture (); local
47 if (target_arch.GetAddressByteSize() == 8)
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp489 const ArchSpec &target_arch = GetTarget().GetArchitecture();
500 if (!target_arch.IsValid())
507 else if (target_arch.GetMachine() == llvm::Triple::arm)
882 ArchSpec &target_arch = GetTarget().GetArchitecture(); local
884 if (target_arch.IsValid())
896 target_arch = gdb_remote_arch;
902 llvm::Triple &target_triple = target_arch.GetTriple();
921 target_arch = gdb_remote_arch;
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Target/
H A DStackFrame.cpp1425 const ArchSpec &target_arch = target->GetArchitecture(); local
1428 pc_range.SetByteSize(disasm_lines * target_arch.GetMaximumOpcodeByteSize());
1432 target_arch,
H A DThread.cpp1939 const ArchSpec target_arch (CalculateTarget()->GetArchitecture ());
1940 const llvm::Triple::ArchType machine = target_arch.GetMachine();
1951 if (target_arch.GetTriple().getVendor() == llvm::Triple::Apple)
H A DProcess.cpp3184 const ArchSpec &target_arch = m_target.GetArchitecture();
3185 if (target_arch.IsValid() && !platform_sp->IsCompatibleArchitecture (target_arch, false, NULL))
3188 platform_sp = platform_sp->GetPlatformForArchitecture (target_arch, &platform_arch);
H A DTarget.cpp62 Target::Target(Debugger &debugger, const ArchSpec &target_arch, const lldb::PlatformSP &platform_sp) : argument
69 m_arch (target_arch),
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DTarget.h429 const ArchSpec &target_arch,
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectTarget.cpp63 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());

Completed in 228 milliseconds