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

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private-enumerations.h61 enum ArchitectureType { enum in namespace:lldb_private
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DArchSpec.h262 explicit ArchSpec(ArchitectureType arch_type, uint32_t cpu_type,
392 bool SetArchitecture(ArchitectureType arch_type, uint32_t cpu, uint32_t sub,
/freebsd-13-stable/contrib/llvm-project/lldb/source/Utility/
H A DArchSpec.cpp243 ArchitectureType type;
502 static const ArchDefinition *FindArchDefinition(ArchitectureType arch_type) {
568 ArchSpec::ArchSpec(ArchitectureType arch_type, uint32_t cpu, uint32_t subtype) {
881 bool ArchSpec::SetArchitecture(ArchitectureType arch_type, uint32_t cpu,

Completed in 115 milliseconds