Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupArchitecture.cpp28 arch = Platform::GetAugmentedArchSpec(platform, m_arch_str); in GetArchitecture()
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DHostInfoBase.h122 static ArchSpec GetAugmentedArchSpec(llvm::StringRef triple);
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandOptionsProcessLaunch.cpp99 Platform::GetAugmentedArchSpec(platform_sp.get(), option_arg); in SetOptionValue()
H A DCommandObjectDisassemble.cpp135 arch = Platform::GetAugmentedArchSpec(platform_ptr, option_arg); in SetOptionValue()
H A DCommandObjectPlatform.cpp1385 Platform::GetAugmentedArchSpec(platform_sp.get(), option_arg); in SetOptionValue()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h108 static ArchSpec GetAugmentedArchSpec(Platform *platform,
463 ArchSpec GetAugmentedArchSpec(llvm::StringRef triple);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBInstruction.cpp333 return inst_sp->DumpEmulation(HostInfo::GetAugmentedArchSpec(triple)); in DumpEmulation()
H A DSBDebugger.cpp907 Platform::GetAugmentedArchSpec(platform_sp.get(), arch_cstr); in CreateTargetWithFileAndArch()
1032 ArchSpec arch = Platform::GetAugmentedArchSpec( in FindTargetWithFileAndArch()
H A DSBTarget.cpp1513 Platform::GetAugmentedArchSpec(target_sp->GetPlatform().get(), triple); in AddModule()
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DHostInfoBase.cpp197 ArchSpec HostInfoBase::GetAugmentedArchSpec(llvm::StringRef triple) { in GetAugmentedArchSpec() function in HostInfoBase
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp227 ArchSpec Platform::GetAugmentedArchSpec(Platform *platform, llvm::StringRef triple) { in GetAugmentedArchSpec() function in Platform
229 return platform->GetAugmentedArchSpec(triple); in GetAugmentedArchSpec()
230 return HostInfo::GetAugmentedArchSpec(triple); in GetAugmentedArchSpec()
847 ArchSpec Platform::GetAugmentedArchSpec(llvm::StringRef triple) { in GetAugmentedArchSpec() function in Platform
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp395 HostInfo::GetAugmentedArchSpec(value); in Handle_qfProcessInfo()
1009 HostInfo::GetAugmentedArchSpec(arch_triple)); in Handle_QLaunchArch()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp3482 launch_info.GetArchitecture() = Platform::GetAugmentedArchSpec( in GetArch()