| /llvm-project-15.0.7/lldb/unittests/Host/ |
| H A D | HostInfoTest.cpp | 26 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 D | OptionGroupArchitecture.cpp | 28 arch = Platform::GetAugmentedArchSpec(platform, m_arch_str); in GetArchitecture()
|
| /llvm-project-15.0.7/lldb/include/lldb/Host/ |
| H A D | HostInfoBase.h | 102 static ArchSpec GetAugmentedArchSpec(llvm::StringRef triple);
|
| /llvm-project-15.0.7/lldb/source/Commands/ |
| H A D | CommandOptionsProcessLaunch.cpp | 97 Platform::GetAugmentedArchSpec(platform_sp.get(), option_arg); in SetOptionValue()
|
| H A D | CommandObjectDisassemble.cpp | 135 arch = Platform::GetAugmentedArchSpec(platform_ptr, option_arg); in SetOptionValue()
|
| H A D | CommandObjectPlatform.cpp | 1410 Platform::GetAugmentedArchSpec(platform_sp.get(), option_arg); in SetOptionValue()
|
| /llvm-project-15.0.7/lldb/include/lldb/Target/ |
| H A D | Platform.h | 105 static ArchSpec GetAugmentedArchSpec(Platform *platform, 442 ArchSpec GetAugmentedArchSpec(llvm::StringRef triple);
|
| /llvm-project-15.0.7/lldb/source/API/ |
| H A D | SBInstruction.cpp | 314 return inst_sp->DumpEmulation(HostInfo::GetAugmentedArchSpec(triple)); in DumpEmulation()
|
| H A D | SBDebugger.cpp | 855 Platform::GetAugmentedArchSpec(platform_sp.get(), arch_cstr); in CreateTargetWithFileAndArch() 980 ArchSpec arch = Platform::GetAugmentedArchSpec( in FindTargetWithFileAndArch()
|
| H A D | SBTarget.cpp | 1490 module_spec.GetArchitecture() = Platform::GetAugmentedArchSpec( in AddModule()
|
| /llvm-project-15.0.7/lldb/source/Host/common/ |
| H A D | HostInfoBase.cpp | 196 ArchSpec HostInfoBase::GetAugmentedArchSpec(llvm::StringRef triple) { in GetAugmentedArchSpec() function in HostInfoBase
|
| /llvm-project-15.0.7/lldb/source/Target/ |
| H A D | Platform.cpp | 264 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 D | GDBRemoteCommunicationServerCommon.cpp | 396 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 D | ProcessMachCore.cpp | 560 arch = Platform::GetAugmentedArchSpec(GetTarget().GetPlatform().get(), "i386"); in DoLoadCore()
|
| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | IOHandlerCursesGUI.cpp | 3481 launch_info.GetArchitecture() = Platform::GetAugmentedArchSpec( in GetArch()
|