Searched defs:arch (Results 1 - 25 of 149) sorted by relevance

123456

/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DUnwindAssembly.cpp17 UnwindAssemblySP UnwindAssembly::FindPlugin(const ArchSpec &arch) { argument
31 UnwindAssembly::UnwindAssembly(const ArchSpec &arch) : m_arch(arch) {} argument
/freebsd-current/contrib/mandoc/
H A Darch.c24 arch_valid(const char *arch, enum mandoc_os os) argument
H A Ddbm.h42 const char *arch; member in struct:dbm_page
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Architecture/Mips/
H A DArchitectureMips.h42 ArchitectureMips(const ArchSpec &arch) : m_arch(arch) {} argument
H A DArchitectureMips.cpp37 std::unique_ptr<Architecture> ArchitectureMips::Create(const ArchSpec &arch) { argument
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ABI/RISCV/
H A DABISysV_riscv.h63 lldb_private::ArchSpec arch = GetProcessSP()->GetTarget().GetArchitecture(); variable
76 lldb_private::ArchSpec arch = GetProcessSP()->GetTarget().GetArchitecture(); variable
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DThreadMinidump.cpp66 ArchSpec arch = process->GetArchitecture(); local
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Architecture/PPC64/
H A DArchitecturePPC64.cpp35 std::unique_ptr<Architecture> ArchitecturePPC64::Create(const ArchSpec &arch) { argument
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSDKernel/
H A DThreadFreeBSDKernel.cpp56 ArchSpec arch = process->GetTarget().GetArchitecture(); local
/freebsd-current/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupArchitecture.cpp26 GetArchitecture(Platform *platform, ArchSpec &arch) argument
H A DOptionGroupPlatform.cpp18 CreatePlatformWithOptions( CommandInterpreter &interpreter, const ArchSpec &arch, bool make_selected, Status &error, ArchSpec &platform_arch) const argument
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Instruction/LoongArch/
H A DEmulateInstructionLoongArch.h42 EmulateInstructionLoongArch(const ArchSpec &arch) : EmulateInstruction(arch) { argument
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Architecture/Arm/
H A DArchitectureArm.cpp32 std::unique_ptr<Architecture> ArchitectureArm::Create(const ArchSpec &arch) { argument
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DRegisterContextPOSIXCore_ppc64le.cpp31 ArchSpec arch = register_info->GetTargetArchitecture(); local
H A DRegisterContextPOSIXCore_powerpc.cpp28 ArchSpec arch = register_info->GetTargetArchitecture(); local
H A DRegisterContextPOSIXCore_mips64.cpp55 lldb_private::ArchSpec arch = m_register_info_up->GetTargetArchitecture(); local
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.h63 UnwindAssemblyInstEmulation(const lldb_private::ArchSpec &arch, argument
/freebsd-current/sys/arm/include/
H A Dminidump.h51 uint32_t arch; member in struct:minidumphdr
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/
H A DEmulateInstructionRISCV.h53 EmulateInstructionRISCV(const ArchSpec &arch) : EmulateInstruction(arch) {} argument
/freebsd-current/contrib/llvm-project/clang/lib/Basic/
H A DCuda.cpp74 CudaArch arch; member in struct:clang::__anon363::CudaArchToStringMap
/freebsd-current/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointList.cpp65 void BreakpointList::RemoveInvalidLocations(const ArchSpec &arch) { argument
/freebsd-current/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectDisassemble.h61 ArchSpec arch; member in class:lldb_private::CommandObjectDisassemble::CommandOptions
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Architecture/AArch64/
H A DArchitectureAArch64.cpp32 ArchitectureAArch64::Create(const ArchSpec &arch) { argument
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
H A DUnwindAssembly-x86.cpp37 UnwindAssembly_x86::UnwindAssembly_x86(const ArchSpec &arch) argument
235 UnwindAssembly *UnwindAssembly_x86::CreateInstance(const ArchSpec &arch) { argument
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Platform/OpenBSD/
H A DPlatformOpenBSD.cpp43 PlatformSP PlatformOpenBSD::CreateInstance(bool force, const ArchSpec *arch) { argument
157 GetMmapArgumentList(const ArchSpec &arch, addr_t addr, addr_t length, unsigned prot, unsigned flags, addr_t fd, addr_t offset) argument
[all...]

Completed in 145 milliseconds

123456