Home
last modified time | relevance | path

Searched refs:ArchitectureType (Results 1 – 3 of 3) sorted by relevance

/external/lldb/include/lldb/
Dlldb-private-enumerations.h49 typedef enum ArchitectureType enum
55 } ArchitectureType; typedef
/external/lldb/include/lldb/Core/
DArchSpec.h144 ArchSpec (ArchitectureType arch_type,
273 SetArchitecture (ArchitectureType arch_type,
/external/lldb/source/Core/
DArchSpec.cpp118 ArchitectureType type;
257 FindArchDefinition (ArchitectureType arch_type) in FindArchDefinition()
357 ArchSpec::ArchSpec (ArchitectureType arch_type, uint32_t cpu, uint32_t subtype) : in ArchSpec()
656 ArchSpec::SetArchitecture (ArchitectureType arch_type, uint32_t cpu, uint32_t sub) in SetArchitecture()