Searched refs:arch (Results 76 - 100 of 411) sorted by relevance

1234567891011>>

/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/Disassembler/llvm/
H A DDisassemblerLLVMC.h75 DisassemblerLLVMC(const lldb_private::ArchSpec &arch, const char *flavor /* = NULL */);
92 CreateInstance(const lldb_private::ArchSpec &arch, const char *flavor);
115 FlavorValidForArchSpec(const lldb_private::ArchSpec &arch, const char *flavor) override;
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.h50 CreateInstance (const lldb_private::ArchSpec &arch);
75 UnwindAssemblyInstEmulation(const lldb_private::ArchSpec &arch, argument
77 UnwindAssembly (arch),
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DTargetList.h117 const ArchSpec& arch,
256 const ArchSpec& arch,
H A DUnixSignals.h30 Create(const ArchSpec &arch);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DRegisterContextFreeBSD_x86_64.cpp83 GetRegisterInfo_i386(const lldb_private::ArchSpec& arch) argument
91 std::unique_ptr<RegisterContextFreeBSD_i386> reg_interface(new RegisterContextFreeBSD_i386 (arch));
/freebsd-11.0-release/gnu/usr.bin/gdb/
H A DMakefile.inc31 TARGET_SUBDIR= ${BMAKE_GDB}/arch/${TARGET_CPUARCH}
/freebsd-11.0-release/contrib/binutils/bfd/
H A Dcpu-mips.c35 if (a->arch != b->arch)
H A Delf32-arc.c189 unsigned long arch = elf_elfheader (abfd)->e_flags & EF_ARC_MACH; local
191 switch (arch)
H A Daoutf1.h101 enum bfd_architecture arch; local
109 arch = bfd_arch_m68k;
115 arch = bfd_arch_m68k;
121 arch = bfd_arch_m68k;
126 arch = bfd_arch_sparc;
131 arch = bfd_arch_sparc;
136 arch = bfd_arch_sparc;
142 arch = bfd_arch_i386;
147 arch = bfd_arch_m68k;
152 arch
[all...]
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Target/
H A DPlatform.cpp239 // ArchSpec arch;
242 // arch = process->GetTarget().GetArchitecture();
244 // PlatformSP platform_sp(create_callback(process, &arch));
293 const ArchSpec& arch,
301 return module_specs.FindMatchingModuleSpec (ModuleSpec (module_file_spec, arch),
355 Platform::Create (const ArchSpec &arch, ArchSpec *platform_arch_ptr, Error &error)
358 if (arch.IsValid())
362 // First try exact arch matches across all platforms already created
366 if (platform_sp->IsCompatibleArchitecture(arch, true, platform_arch_ptr))
370 // Next try compatible arch matche
[all...]
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Host/
H A DFileSpec.h87 explicit FileSpec (const char *path, bool resolve_path, ArchSpec arch);
91 explicit FileSpec(const std::string &path, bool resolve_path, ArchSpec arch);
689 SetFile(const char *path, bool resolve_path, ArchSpec arch);
695 SetFile(const std::string &path, bool resolve_path, ArchSpec arch);
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptionGroupPlatform.h59 const ArchSpec &arch,
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DObjectContainer.h97 /// @param[out] arch
102 /// Returns \b true if \a idx is valid and \a arch has been
108 GetArchitectureAtIndex (uint32_t idx, ArchSpec& arch) const
177 /// that the specified \a arch matches the architecture in in
187 /// arch and optional \a name. Returns nullptr of no such object
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/API/
H A DSBInstruction.cpp229 lldb_private::ArchSpec arch = target->GetArchitecture(); local
231 return m_opaque_sp->Emulate (arch,
248 lldb_private::ArchSpec arch (triple, NULL);
250 return m_opaque_sp->DumpEmulation (arch);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectDisassemble.h79 ArchSpec arch; member in class:lldb_private::CommandObjectDisassemble::CommandOptions
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-arm64/
H A DABIMacOSX_arm64.h95 CreateInstance (const lldb_private::ArchSpec &arch);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-i386/
H A DABIMacOSX_i386.h98 CreateInstance (const lldb_private::ArchSpec &arch);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-arm64/
H A DABISysV_arm64.h96 CreateInstance (const lldb_private::ArchSpec &arch);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.h44 CreateInstance (const lldb_private::ArchSpec &arch,
73 SetTargetTriple (const lldb_private::ArchSpec &arch) override;
75 EmulateInstructionMIPS (const lldb_private::ArchSpec &arch);
96 lldb_private::ArchSpec &arch,
/freebsd-11.0-release/crypto/openssl/crypto/perlasm/
H A Dppc-xlate.pl59 my $arch = shift;
61 { $arch =~ s/\"//g;
62 $arch = ($flavour=~/64/) ? "ppc970-64" : "ppc970" if ($arch eq "any");
64 ".machine $arch";
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DBreakpointList.h140 /// that aren't compatible with \a arch. Also remove any breakpoint
147 /// @param[in] arch
152 RemoveInvalidLocations (const ArchSpec &arch);
/freebsd-11.0-release/contrib/binutils/ld/
H A Dldemul.h143 (const char *arch, struct search_dirs *,
/freebsd-11.0-release/sys/modules/smbfs/
H A DMakefile4 ${.CURDIR}/../../crypto/des/arch/${MACHINE_CPUARCH} \
/freebsd-11.0-release/lib/libkvm/
H A Dkvm_getloadavg.c74 if (!kd->arch->ka_native(kd)) {
/freebsd-11.0-release/crypto/openssl/crypto/
H A Darm64cpuid.S4 .arch armv8-a+crypto

Completed in 161 milliseconds

1234567891011>>