Lines Matching refs:PlatformSP
62 static PlatformSP CreateInstance(bool force, const ArchSpec *arch) { in CreateInstance()
81 void SetHostPlatform(const PlatformSP &platform_sp) { in SetHostPlatform()
93 std::vector<PlatformSP> candidates; in TEST_F()
96 PlatformSP platform_sp = list.GetOrCreate(archs, {}, candidates); in TEST_F()
106 std::vector<PlatformSP> candidates; in TEST_F()
109 PlatformSP platform_sp = list.GetOrCreate(archs, {}, candidates); in TEST_F()
113 const PlatformSP selected_platform_sp = std::make_shared<PlatformArm>(); in TEST_F()
125 std::vector<PlatformSP> candidates; in TEST_F()
128 PlatformSP platform_sp = list.GetOrCreate(archs, {}, candidates); 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()
151 std::vector<PlatformSP> candidates; in TEST_F()
154 PlatformSP platform_sp = list.GetOrCreate(archs, {}, candidates); in TEST_F()