Searched refs:arch_type (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DArchSpec.h158 ArchSpec (ArchitectureType arch_type,
301 /// @param[in] arch_type The object type of this ArchSpec.
308 SetArchitecture (ArchitectureType arch_type,
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Core/
H A DArchSpec.cpp290 FindArchDefinition (ArchitectureType arch_type) argument
295 if (def->type == arch_type)
394 ArchSpec::ArchSpec (ArchitectureType arch_type, uint32_t cpu, uint32_t subtype) : argument
400 SetArchitecture (arch_type, cpu, subtype);
708 ArchSpec::SetArchitecture (ArchitectureType arch_type, uint32_t cpu, uint32_t sub) argument
712 const ArchDefinition *arch_def = FindArchDefinition(arch_type);
726 if (arch_type == eArchTypeMachO)
/freebsd-10.1-release/contrib/binutils/opcodes/
H A Dcgen-dis.in430 const bfd_arch_info_type *arch_type = bfd_lookup_arch (arch, mach);
433 if (!arch_type)
435 mach_name = arch_type->printable_name;
H A Dmep-dis.c1167 const bfd_arch_info_type *arch_type = bfd_lookup_arch (arch, mach);
1170 if (!arch_type)
1172 mach_name = arch_type->printable_name;
1163 const bfd_arch_info_type *arch_type = bfd_lookup_arch (arch, mach); local
/freebsd-10.1-release/contrib/binutils/bfd/
H A Dpeicode.h1239 enum arch_type
1246 static enum arch_type
1336 enum arch_type arch;
1237 enum arch_type enum
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-arm/
H A DABIMacOSX_arm.cpp185 const llvm::Triple::ArchType arch_type = arch.GetTriple().getArch(); local
186 if ((arch_type == llvm::Triple::arm) ||
187 (arch_type == llvm::Triple::thumb))
/freebsd-10.1-release/contrib/binutils/gas/config/
H A Dtc-sparc.c235 enum sparc_arch_types arch_type;
294 default_arch_type = sa->arch_type;
234 enum sparc_arch_types arch_type; member in struct:sparc_arch

Completed in 139 milliseconds