Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionGroupArchitecture.cpp33 arch = Platform::GetAugmentedArchSpec(platform, m_arch_str); in GetArchitecture()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/
H A DHostInfoBase.h101 static ArchSpec GetAugmentedArchSpec(llvm::StringRef triple);
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBInstruction.cpp261 return inst_sp->DumpEmulation(HostInfo::GetAugmentedArchSpec(triple)); in DumpEmulation()
H A DSBDebugger.cpp740 ArchSpec arch = Platform::GetAugmentedArchSpec( in FindTargetWithFileAndArch()
H A DSBTarget.cpp1557 module_spec.GetArchitecture() = Platform::GetAugmentedArchSpec( in AddModule()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DPlatform.h118 static ArchSpec GetAugmentedArchSpec(Platform *platform,
511 ArchSpec GetAugmentedArchSpec(llvm::StringRef triple);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DPlatform.cpp374 ArchSpec Platform::GetAugmentedArchSpec(Platform *platform, llvm::StringRef triple) { in GetAugmentedArchSpec() function in Platform
376 return platform->GetAugmentedArchSpec(triple); in GetAugmentedArchSpec()
377 return HostInfo::GetAugmentedArchSpec(triple); in GetAugmentedArchSpec()
971 ArchSpec Platform::GetAugmentedArchSpec(llvm::StringRef triple) { in GetAugmentedArchSpec() function in Platform
H A DProcess.cpp481 Platform::GetAugmentedArchSpec(platform_sp.get(), option_arg); in SetOptionValue()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DHostInfoBase.cpp197 ArchSpec HostInfoBase::GetAugmentedArchSpec(llvm::StringRef triple) { in GetAugmentedArchSpec() function in HostInfoBase
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectDisassemble.cpp162 arch = Platform::GetAugmentedArchSpec(platform_ptr, option_arg); in SetOptionValue()
H A DCommandObjectPlatform.cpp1329 Platform::GetAugmentedArchSpec(platform_sp.get(), option_arg); in SetOptionValue()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp399 HostInfo::GetAugmentedArchSpec(value); in Handle_qfProcessInfo()
975 m_process_launch_info.SetArchitecture(HostInfo::GetAugmentedArchSpec(arch_triple)); in Handle_QLaunchArch()