Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Target/
DPlatform.h58 typedef std::shared_ptr<PlatformProperties> PlatformPropertiesSP; typedef
87 static const PlatformPropertiesSP &GetGlobalPlatformProperties();
/external/llvm-project/lldb/source/Target/
DPlatform.cpp158 const PlatformPropertiesSP &Platform::GetGlobalPlatformProperties() { in GetGlobalPlatformProperties()