Home
last modified time | relevance | path

Searched defs:GetCPUSubType (Results 1 – 2 of 2) sorted by relevance

/llvm-project/lldb/tools/debugserver/source/
H A DDNBArch.cpp36 uint32_t DNBArchProtocol::GetCPUSubType() { return g_current_cpu_subtype; } in GetCPUSubType() function in DNBArchProtocol
/llvm-project/lldb/source/Plugins/ObjectContainer/Universal-Mach-O/
H A DObjectContainerUniversalMachO.h75 uint32_t GetCPUSubType() const { in GetCPUSubType() function