Home
last modified time | relevance | path

Searched refs:GetAugmentedArchSpec (Results 1 – 12 of 12) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupArchitecture.cpp28 arch = Platform::GetAugmentedArchSpec(platform, m_arch_str); in GetArchitecture()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/
H A DHostInfoBase.h102 static ArchSpec GetAugmentedArchSpec(llvm::StringRef triple);
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandOptionsProcessLaunch.cpp95 Platform::GetAugmentedArchSpec(platform_sp.get(), option_arg); in SetOptionValue()
H A DCommandObjectDisassemble.cpp131 arch = Platform::GetAugmentedArchSpec(platform_ptr, option_arg); in SetOptionValue()
H A DCommandObjectPlatform.cpp1248 Platform::GetAugmentedArchSpec(platform_sp.get(), option_arg); in SetOptionValue()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h117 static ArchSpec GetAugmentedArchSpec(Platform *platform,
464 ArchSpec GetAugmentedArchSpec(llvm::StringRef triple);
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp378 ArchSpec Platform::GetAugmentedArchSpec(Platform *platform, llvm::StringRef triple) { in GetAugmentedArchSpec() function in Platform
380 return platform->GetAugmentedArchSpec(triple); in GetAugmentedArchSpec()
381 return HostInfo::GetAugmentedArchSpec(triple); in GetAugmentedArchSpec()
938 ArchSpec Platform::GetAugmentedArchSpec(llvm::StringRef triple) { in GetAugmentedArchSpec() function in Platform
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DHostInfoBase.cpp191 ArchSpec HostInfoBase::GetAugmentedArchSpec(llvm::StringRef triple) { in GetAugmentedArchSpec() function in HostInfoBase
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBInstruction.cpp324 return inst_sp->DumpEmulation(HostInfo::GetAugmentedArchSpec(triple)); in DumpEmulation()
H A DSBDebugger.cpp852 ArchSpec arch = Platform::GetAugmentedArchSpec(platform_sp.get(), in CreateTargetWithFileAndArch()
983 ArchSpec arch = Platform::GetAugmentedArchSpec( in FindTargetWithFileAndArch()
H A DSBTarget.cpp1634 module_spec.GetArchitecture() = Platform::GetAugmentedArchSpec( in AddModule()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp392 HostInfo::GetAugmentedArchSpec(value); in Handle_qfProcessInfo()
947 HostInfo::GetAugmentedArchSpec(arch_triple)); in Handle_QLaunchArch()