Home
last modified time | relevance | path

Searched defs:cpu_subtype (Results 1 – 4 of 4) sorted by relevance

/llvm-project/lldb/tools/debugserver/source/
H A DDNBArch.cpp38 bool DNBArchProtocol::SetArchitecture(uint32_t cpu_type, uint32_t cpu_subtype) { in SetArchitecture()
/llvm-project/compiler-rt/test/
H A Dlit.common.cfg.py549 cpu_subtype = int(output_re.group(1)) global() variable
/llvm-project/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DCommunicationKDP.cpp773 const uint32_t cpu_subtype = packet.GetU32(&offset); in DumpPacket() local
/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp1255 const uint32_t cpu_subtype = proc_arch.GetMachOCPUSubType(); in CreateProcessInfoResponse_DebugServerStyle() local