Searched refs:cpu_type (Results 1 – 12 of 12) sorted by relevance
28 llvm::codeview::CPUType cpu_type; in ResolveLLDBRegisterNum() 31 cpu_type = llvm::codeview::CPUType::ARM64; in ResolveLLDBRegisterNum() 35 cpu_type = llvm::codeview::CPUType::X64; in ResolveLLDBRegisterNum() 40 llvm::codeview::getRegisterNames(cpu_type); in ResolveLLDBRegisterNum() 29 llvm::codeview::CPUType cpu_type; ResolveLLDBRegisterNum() local
726 CPUType cpu_type = index.compilands() in GetBaseFrameRegister() local730 return is_parameter ? frame_proc.getParamFramePtrReg(cpu_type) in GetBaseFrameRegister()731 : frame_proc.getLocalFramePtrReg(cpu_type); in GetBaseFrameRegister()
62 cpu_type="$(uname -p)"65 case ${cpu_type} in
95 char cpu_type[XENOPROF_CPU_TYPE_SIZE]; member
69 efx_dword_t cpu_type; member
135 int cpu_type; /* cpu type to emulate */ member
292 explicit ArchSpec(ArchitectureType arch_type, uint32_t cpu_type,
1251 const uint32_t cpu_type = proc_arch.GetMachOCPUType(); in CreateProcessInfoResponse_DebugServerStyle() local1252 if (cpu_type != 0) in CreateProcessInfoResponse_DebugServerStyle()1253 response.Printf("cputype:%" PRIx32 ";", cpu_type); in CreateProcessInfoResponse_DebugServerStyle()
197 struct cpu_type { struct203 extern struct cpu_type the_cpu; argument204 struct cpu_type the_cpu;
1424 if (hostInfo.cpu_type != CPU_TYPE_POWERPC) in getHostCPUName()
124 switch(sysinfo.cpu_type) {
668 # cpu_type; CPU type like: 1~286 2~386 3~486 4 20h~i860 21h~Intel N11 40h~MIPS R2000,R3000 41h~MIPS…