Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Utility/
HDArchSpec.h292 explicit ArchSpec(ArchitectureType arch_type, uint32_t cpu_type,
408 bool SetArchitecture(ArchitectureType arch_type, uint32_t cpu, uint32_t sub,
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/
HDlldb-private-enumerations.h63 enum ArchitectureType { enum
/freebsd-14-stable/contrib/llvm-project/lldb/source/Utility/
HDArchSpec.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()