/freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
H A D | OptionGroupPlatform.cpp | 19 CommandInterpreter &interpreter, const ArchSpec &arch, bool make_selected, in CreatePlatformWithOptions()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Architecture/Arm/ |
H A D | ArchitectureArm.cpp | 32 std::unique_ptr<Architecture> ArchitectureArm::Create(const ArchSpec &arch) { in Create() argument
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/LoongArch/ |
H A D | EmulateInstructionLoongArch.h | 42 EmulateInstructionLoongArch(const ArchSpec &arch) : EmulateInstruction(arch) { in EmulateInstructionLoongArch()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/PPC64/ |
H A D | EmulateInstructionPPC64.h | 60 bool TestEmulation(Stream &out_stream, ArchSpec &arch, in TestEmulation()
|
H A D | EmulateInstructionPPC64.cpp | 48 EmulateInstructionPPC64::CreateInstance(const ArchSpec &arch, in CreateInstance() 58 bool EmulateInstructionPPC64::SetTargetTriple(const ArchSpec &arch) { in SetTargetTriple()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/minidump/ |
H A D | ThreadMinidump.cpp | 66 ArchSpec arch = process->GetArchitecture(); in CreateRegisterContextForFrame() local
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/ |
H A D | EmulateInstructionRISCV.h | 53 EmulateInstructionRISCV(const ArchSpec &arch) : EmulateInstruction(arch) {} in EmulateInstructionRISCV()
|
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectDisassemble.h | 61 ArchSpec arch; variable
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | ABI.cpp | 27 ABI::FindPlugin(lldb::ProcessSP process_sp, const ArchSpec &arch) { in FindPlugin() 234 std::unique_ptr<llvm::MCRegisterInfo> ABI::MakeMCRegisterInfo(const ArchSpec &arch) { in MakeMCRegisterInfo()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/ |
H A D | RegisterContextPOSIXCore_mips64.cpp | 55 lldb_private::ArchSpec arch = m_register_info_up->GetTargetArchitecture(); in ReadRegister() local
|
H A D | RegisterContextPOSIXCore_ppc64le.cpp | 31 ArchSpec arch = register_info->GetTargetArchitecture(); in RegisterContextCorePOSIX_ppc64le() local
|
H A D | ProcessElfCore.cpp | 221 ArchSpec arch(m_core_module_sp->GetArchitecture()); in DoLoadCore() local 604 ArchSpec arch = GetArchitecture(); in parseFreeBSDNotes() local 885 const ArchSpec &arch = GetArchitecture(); in parseLinuxNotes() local 1064 ArchSpec arch = m_core_module_sp->GetObjectFile()->GetArchitecture(); in GetArchitecture() local
|
H A D | RegisterContextPOSIXCore_powerpc.cpp | 28 ArchSpec arch = register_info->GetTargetArchitecture(); in RegisterContextCorePOSIX_powerpc() local
|
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/ |
H A D | WatchpointAlgorithms.cpp | 26 WatchpointHardwareFeature supported_features, ArchSpec &arch) { in AtomizeWatchpointRequest()
|
/freebsd/sys/arm/include/ |
H A D | minidump.h | 51 uint32_t arch; member
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_procmaps.h | 58 ModuleArch arch; variable
|
H A D | sanitizer_symbolizer_libcdep.cpp | 106 ModuleArch arch; in SymbolizeData() local 143 ModuleArch arch; in GetModuleNameAndOffsetForPC() local 445 FormatAndSendCommand(const char * command_prefix,const char * module_name,uptr module_offset,ModuleArch arch) FormatAndSendCommand() argument [all...] |
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/QemuUser/ |
H A D | PlatformQemuUser.h | 64 MmapArgList GetMmapArgumentList(const ArchSpec &arch, lldb::addr_t addr, in GetMmapArgumentList()
|
/freebsd/usr.bin/uname/ |
H A D | uname.c | 76 static char *buildid, *ident, *platform, *hostname, *arch, *release, *sysname, variable 256 NATIVE_SYSCTL2_GET(arch, CTL_HW, HW_MACHINE_ARCH) { in NATIVE_SYSCTL2_GET() argument
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/ |
H A D | ObjectContainerBSDArchive.cpp | 206 Archive(const lldb_private::ArchSpec & arch,const llvm::sys::TimePoint<> & time,lldb::offset_t file_offset,lldb_private::DataExtractor & data,ArchiveType archive_type) Archive() argument 311 FindCachedArchive(const FileSpec & file,const ArchSpec & arch,const llvm::sys::TimePoint<> & time,lldb::offset_t file_offset) FindCachedArchive() argument 351 ParseAndCacheArchiveForFile(const FileSpec & file,const ArchSpec & arch,const llvm::sys::TimePoint<> & time,lldb::offset_t file_offset,DataExtractor & data,ArchiveType archive_type) ParseAndCacheArchiveForFile() argument
|
/freebsd/contrib/bmake/ |
H A D | arch.c | 419 FILE *arch; in ArchStatMember() local 592 ArchSVR4Entry(Arch *ar, char *inout_name, size_t size, FILE *arch) in ArchSVR4Entry() 694 FILE *arch; in ArchFindMember() local
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/RISCV/ |
H A D | ABISysV_riscv.cpp | 133 ABISysV_riscv::CreateInstance(ProcessSP process_sp, const ArchSpec &arch) { in CreateInstance() 547 const ArchSpec arch = thread.GetProcess()->GetTarget().GetArchitecture(); in GetReturnValueObjectSimple() local 602 const ArchSpec arch = thread.GetProcess()->GetTarget().GetArchitecture(); in GetReturnValueObjectImpl() local 704 ArchSpec arch = GetProcessSP()->GetTarget().GetArchitecture(); in RegisterIsCalleeSaved() local
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS64/ |
H A D | EmulateInstructionMIPS64.h | 71 lldb_private::ArchSpec &arch, in TestEmulation()
|
/freebsd/contrib/mandoc/ |
H A D | cgi.c | 55 char *arch; /* architecture */ member 539 validate_arch(const char *arch) in validate_arch() 647 char *arch, *archend; in pg_searchres() local
|
H A D | dbm.h | 42 const char *arch; member
|