Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/unittests/Platform/
H A DPlatformTest.cpp26 class PlatformArm : public TestPlatform { class
28 PlatformArm() = default;
89 SetHostPlatform(std::make_shared<PlatformArm>()); in TEST_F()
113 const PlatformSP selected_platform_sp = std::make_shared<PlatformArm>(); in TEST_F()
134 const PlatformSP selected_platform_sp = std::make_shared<PlatformArm>(); in TEST_F()
146 const PlatformSP selected_platform_sp = std::make_shared<PlatformArm>(); in TEST_F()