Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Core/
DArchSpec.h144 ArchSpec (ArchitectureType arch_type,
273 SetArchitecture (ArchitectureType arch_type,
/external/lldb/source/Core/
DArchSpec.cpp257 FindArchDefinition (ArchitectureType arch_type) in FindArchDefinition() argument
262 if (def->type == arch_type) in FindArchDefinition()
357 ArchSpec::ArchSpec (ArchitectureType arch_type, uint32_t cpu, uint32_t subtype) : in ArchSpec() argument
362 SetArchitecture (arch_type, cpu, subtype); in ArchSpec()
656 ArchSpec::SetArchitecture (ArchitectureType arch_type, uint32_t cpu, uint32_t sub) in SetArchitecture() argument
660 const ArchDefinition *arch_def = FindArchDefinition(arch_type); in SetArchitecture()
674 if (arch_type == eArchTypeMachO) in SetArchitecture()
/external/lldb/source/Plugins/ABI/MacOSX-arm/
DABIMacOSX_arm.cpp185 const llvm::Triple::ArchType arch_type = arch.GetTriple().getArch(); in CreateInstance() local
186 if ((arch_type == llvm::Triple::arm) || in CreateInstance()
187 (arch_type == llvm::Triple::thumb)) in CreateInstance()