Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DArchSpec.h292 explicit ArchSpec(ArchitectureType arch_type, uint32_t cpu_type,
408 bool SetArchitecture(ArchitectureType arch_type, uint32_t cpu, uint32_t sub,
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private-enumerations.h63 enum ArchitectureType { enum
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DArchSpec.cpp261 ArchitectureType type;
471 static const ArchDefinition *FindArchDefinition(ArchitectureType arch_type) { in FindArchDefinition()
536 ArchSpec::ArchSpec(ArchitectureType arch_type, uint32_t cpu, uint32_t subtype) { in ArchSpec()
851 bool ArchSpec::SetArchitecture(ArchitectureType arch_type, uint32_t cpu, in SetArchitecture()