Searched defs:arch (Results 26 - 50 of 149) sorted by relevance

123456

/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DNativeProcessSoftwareSingleStep.cpp102 const ArchSpec &arch = process.GetArchitecture(); local
H A DInferiorCallPOSIX.cpp95 const ArchSpec arch = process->GetTarget().GetArchitecture(); local
H A DRegisterContextFreeBSD_x86_64.cpp78 GetRegisterInfo_i386(const lldb_private::ArchSpec &arch) { argument
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
H A DObjectFileBreakpad.cpp24 ArchSpec arch; member in struct:__anon1460::Header
106 ObjectFileBreakpad(const ModuleSP &module_sp, DataBufferSP &data_sp, offset_t data_offset, const FileSpec *file, offset_t offset, offset_t length, ArchSpec arch, UUID uuid) argument
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps.h58 ModuleArch arch; member in class:__sanitizer::MemoryMappedSegment
H A Dsanitizer_stacktrace_printer.cpp354 RenderModuleLocation(InternalScopedString *buffer, const char *module, uptr offset, ModuleArch arch, const char *strip_path_prefix) argument
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Windows-DYLD/
H A DDynamicLoaderWindowsDYLD.cpp176 auto arch = m_process->GetTarget().GetArchitecture(); local
/freebsd-current/contrib/llvm-project/lldb/source/API/
H A DSBProcessInfo.cpp182 const auto &arch = m_opaque_up->GetArchitecture(); local
/freebsd-current/contrib/llvm-project/lldb/source/Utility/
H A DProcessInfo.cpp28 ProcessInfo::ProcessInfo(const char *name, const ArchSpec &arch, argument
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DThreadElfCore.cpp85 ArchSpec arch = process->GetArchitecture(); local
254 GetSize(const lldb_private::ArchSpec &arch) argument
280 Parse(const DataExtractor &data, const ArchSpec &arch) argument
328 GetSize(const lldb_private::ArchSpec &arch) argument
349 Parse(const DataExtractor &data, const ArchSpec &arch) argument
402 GetSize(const lldb_private::ArchSpec &arch) argument
417 Parse(const DataExtractor &data, const ArchSpec &arch) argument
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ObjectFile/PDB/
H A DObjectFilePDB.cpp68 ArchSpec arch; local
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/Default/
H A DSymbolLocatorDefault.cpp72 const ArchSpec *arch = module_spec.GetArchitecturePtr(); local
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.h153 void SetArchitecture(const lldb_private::ArchSpec &arch) { m_arch = arch; } argument
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUser.cpp101 PlatformSP PlatformQemuUser::CreateInstance(bool force, const ArchSpec *arch) { argument
170 llvm::StringRef arch = GetGlobalProperties().GetArchitecture(); local
/freebsd-current/contrib/mandoc/
H A Ddbm.c52 int32_t arch; member in struct:page
/freebsd-current/sys/contrib/xen/
H A Dkexec.h209 uint16_t arch; /* ELF machine type (EM_*). */ member in struct:xen_kexec_load
/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DABI.cpp27 ABI::FindPlugin(lldb::ProcessSP process_sp, const ArchSpec &arch) { argument
201 std::unique_ptr<llvm::MCRegisterInfo> ABI::MakeMCRegisterInfo(const ArchSpec &arch) { argument
H A DThreadPlanStepInRange.cpp262 const Architecture *arch = GetTarget().GetArchitecturePlugin(); local
/freebsd-current/contrib/llvm-project/lld/ELF/Arch/
H A DMipsArchTree.cpp260 StringRef arch = getArchName(flags); local
387 uint32_t arch = config->eflags & EF_MIPS_ARCH; local
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Instruction/PPC64/
H A DEmulateInstructionPPC64.cpp31 EmulateInstructionPPC64::EmulateInstructionPPC64(const ArchSpec &arch) argument
48 EmulateInstructionPPC64::CreateInstance(const ArchSpec &arch, argument
58 bool EmulateInstructionPPC64::SetTargetTriple(const ArchSpec &arch) { argument
/freebsd-current/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocationList.cpp266 void BreakpointLocationList::RemoveInvalidLocations(const ArchSpec &arch) { argument
/freebsd-current/usr.bin/uname/
H A Duname.c76 static char *buildid, *ident, *platform, *hostname, *arch, *release, *sysname, variable
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ABI/Hexagon/
H A DABISysV_hexagon.cpp1003 ABISysV_hexagon::CreateInstance(lldb::ProcessSP process_sp, const ArchSpec &arch) { argument
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ABI/MSP430/
H A DABISysV_msp430.cpp269 CreateInstance(lldb::ProcessSP process_sp, const ArchSpec &arch) argument
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.h92 EmulateInstructionARM(const ArchSpec &arch) argument

Completed in 492 milliseconds

123456