Home
last modified time | relevance | path

Searched refs:cpu_type_t (Results 1 – 12 of 12) sorted by relevance

/openbsd/src/gnu/llvm/lldb/tools/darwin-debug/
Ddarwin-debug.cpp99 const char *working_dir, cpu_type_t cpu_type, in posix_spawn_for_debug()
174 cpu_type_t cpu_type = 0; in main()
/openbsd/src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
DMachVMMemory.h32 struct task_basic_info ti, cpu_type_t cputype,
DMachProcess.h102 const char *path, cpu_type_t cpu_type, cpu_subtype_t cpu_subtype,
391 cpu_type_t m_cpu_type; // The CPU type of this process
DMachVMMemory.cpp169 cpu_type_t cputype, nub_process_t pid, vm_statistics64_data_t &vminfo, in GetMemoryProfile()
DMachProcess.mm2277 cpu_type_t process_cpu_type =
3370 const char *path, cpu_type_t cpu_type, cpu_subtype_t cpu_subtype,
3422 posix_spawnattr_t *, size_t, cpu_type_t *, cpu_subtype_t *, size_t *);
3551 cpu_type_t pid_cpu_type = MachProcess::GetCPUTypeForLocalProcess(pid);
3581 cpu_type_t cpu;
/openbsd/src/gnu/llvm/lldb/tools/debugserver/source/
DDNB.h30 #define CPU_TYPE_ARM64 ((cpu_type_t)12 | 0x01000000)
34 #define CPU_TYPE_ARM64_32 ((cpu_type_t)12 | 0x02000000)
DDNB.cpp1247 cpu_type_t cputype = DNBProcessGetCPUType(pid); in DNBProcessMemoryReadPointer()
DRNBRemote.cpp1213 static cpu_type_t best_guess_cpu_type() { in best_guess_cpu_type()
6198 cpu_type_t cputype = DNBProcessGetCPUType(pid); in HandlePacket_qProcessInfo()
/openbsd/src/gnu/llvm/lldb/source/Host/macosx/objcxx/
DHost.mm451 cpu_type_t cpu, sub = 0;
1143 cpu_type_t cpu_type = arch_spec.GetMachOCPUType();
1144 cpu_type_t cpu_subtype = arch_spec.GetMachOCPUSubType();
1146 cpu_type != 0 && cpu_type != static_cast<cpu_type_t>(UINT32_MAX) &&
1147 cpu_type != static_cast<cpu_type_t>(LLDB_INVALID_CPUTYPE);
1155 posix_spawnattr_t *, size_t, cpu_type_t *, cpu_subtype_t *, size_t *);
/openbsd/src/gnu/llvm/lldb/source/Symbol/
DLocateSymbolFile.cpp32 typedef int cpu_type_t; typedef
/openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/
Dsanitizer_procmaps_mac.cpp306 ModuleArch ModuleArchFromCpuType(cpu_type_t cputype, cpu_subtype_t cpusubtype) { in ModuleArchFromCpuType()
/openbsd/src/gnu/llvm/lldb/tools/compact-unwind/
Dcompact-unwind-dumper.c37 cpu_type_t cputype;