Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DArchSpec.h283 explicit ArchSpec(ArchitectureType arch_type, uint32_t cpu_type,
413 bool SetArchitecture(ArchitectureType arch_type, uint32_t cpu, uint32_t sub,
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-private-enumerations.h61 enum ArchitectureType { enum
/llvm-project-15.0.7/lldb/source/Utility/
H A DArchSpec.cpp251 ArchitectureType type;
456 static const ArchDefinition *FindArchDefinition(ArchitectureType arch_type) { in FindArchDefinition()
522 ArchSpec::ArchSpec(ArchitectureType arch_type, uint32_t cpu, uint32_t subtype) { in ArchSpec()
844 bool ArchSpec::SetArchitecture(ArchitectureType arch_type, uint32_t cpu, in SetArchitecture()