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.h305 explicit ArchSpec(ArchitectureType arch_type, uint32_t cpu_type,
421 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.cpp269 ArchitectureType type;
494 static const ArchDefinition *FindArchDefinition(ArchitectureType arch_type) { in FindArchDefinition()
559 ArchSpec::ArchSpec(ArchitectureType arch_type, uint32_t cpu, uint32_t subtype) { in ArchSpec()
874 bool ArchSpec::SetArchitecture(ArchitectureType arch_type, uint32_t cpu, in SetArchitecture()