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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupArchitecture.cpp32 arch = Platform::GetAugmentedArchSpec(platform, m_arch_str);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DHostInfoBase.h89 static ArchSpec GetAugmentedArchSpec(llvm::StringRef triple);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h113 static ArchSpec GetAugmentedArchSpec(Platform *platform,
457 ArchSpec GetAugmentedArchSpec(llvm::StringRef triple);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DHostInfoBase.cpp191 ArchSpec HostInfoBase::GetAugmentedArchSpec(llvm::StringRef triple) { function in class:HostInfoBase
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp372 ArchSpec Platform::GetAugmentedArchSpec(Platform *platform, llvm::StringRef triple) { function in class:Platform
374 return platform->GetAugmentedArchSpec(triple);
375 return HostInfo::GetAugmentedArchSpec(triple);
932 ArchSpec Platform::GetAugmentedArchSpec(llvm::StringRef triple) { function in class:Platform
H A DProcess.cpp309 Platform::GetAugmentedArchSpec(platform_sp.get(), option_arg);
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBInstruction.cpp324 return inst_sp->DumpEmulation(HostInfo::GetAugmentedArchSpec(triple));
H A DSBDebugger.cpp939 ArchSpec arch = Platform::GetAugmentedArchSpec(
H A DSBTarget.cpp1583 module_spec.GetArchitecture() = Platform::GetAugmentedArchSpec(
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectDisassemble.cpp134 arch = Platform::GetAugmentedArchSpec(platform_ptr, option_arg);
H A DCommandObjectPlatform.cpp1222 Platform::GetAugmentedArchSpec(platform_sp.get(), option_arg);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp398 HostInfo::GetAugmentedArchSpec(value);
982 HostInfo::GetAugmentedArchSpec(arch_triple));

Completed in 206 milliseconds