Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/unittests/Host/
H A DHostInfoTest.cpp26 TEST_F(HostInfoTest, GetAugmentedArchSpec) { in TEST_F() argument
28 ArchSpec spec = HostInfo::GetAugmentedArchSpec("x86_64-pc-linux-gnu"); in TEST_F()
32 spec = HostInfo::GetAugmentedArchSpec("x86_64-pc"); in TEST_F()
36 spec = HostInfo::GetAugmentedArchSpec("x86_64"); in TEST_F()
44 EXPECT_EQ(HostInfo::GetAugmentedArchSpec(LLDB_ARCH_DEFAULT).GetTriple(), in TEST_F()
47 HostInfo::GetAugmentedArchSpec("armv7k").GetTriple().getEnvironmentName(), in TEST_F()
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DOptionGroupArchitecture.cpp28 arch = Platform::GetAugmentedArchSpec(platform, m_arch_str); in GetArchitecture()
/llvm-project-15.0.7/lldb/include/lldb/Host/
H A DHostInfoBase.h102 static ArchSpec GetAugmentedArchSpec(llvm::StringRef triple);
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandOptionsProcessLaunch.cpp97 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.cpp1410 Platform::GetAugmentedArchSpec(platform_sp.get(), option_arg); in SetOptionValue()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DPlatform.h105 static ArchSpec GetAugmentedArchSpec(Platform *platform,
442 ArchSpec GetAugmentedArchSpec(llvm::StringRef triple);
/llvm-project-15.0.7/lldb/source/API/
H A DSBInstruction.cpp314 return inst_sp->DumpEmulation(HostInfo::GetAugmentedArchSpec(triple)); in DumpEmulation()
H A DSBDebugger.cpp855 Platform::GetAugmentedArchSpec(platform_sp.get(), arch_cstr); in CreateTargetWithFileAndArch()
980 ArchSpec arch = Platform::GetAugmentedArchSpec( in FindTargetWithFileAndArch()
H A DSBTarget.cpp1490 module_spec.GetArchitecture() = Platform::GetAugmentedArchSpec( in AddModule()
/llvm-project-15.0.7/lldb/source/Host/common/
H A DHostInfoBase.cpp196 ArchSpec HostInfoBase::GetAugmentedArchSpec(llvm::StringRef triple) { in GetAugmentedArchSpec() function in HostInfoBase
/llvm-project-15.0.7/lldb/source/Target/
H A DPlatform.cpp264 ArchSpec Platform::GetAugmentedArchSpec(Platform *platform, llvm::StringRef triple) { in GetAugmentedArchSpec() function in Platform
266 return platform->GetAugmentedArchSpec(triple); in GetAugmentedArchSpec()
267 return HostInfo::GetAugmentedArchSpec(triple); in GetAugmentedArchSpec()
919 ArchSpec Platform::GetAugmentedArchSpec(llvm::StringRef triple) { in GetAugmentedArchSpec() function in Platform
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp396 HostInfo::GetAugmentedArchSpec(value); in Handle_qfProcessInfo()
1010 HostInfo::GetAugmentedArchSpec(arch_triple)); in Handle_QLaunchArch()
/llvm-project-15.0.7/lldb/source/Plugins/Process/mach-core/
H A DProcessMachCore.cpp560 arch = Platform::GetAugmentedArchSpec(GetTarget().GetPlatform().get(), "i386"); in DoLoadCore()
/llvm-project-15.0.7/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp3481 launch_info.GetArchitecture() = Platform::GetAugmentedArchSpec( in GetArch()