Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DPlatform.h49 typedef std::shared_ptr<PlatformProperties> PlatformPropertiesSP; typedef
84 static const PlatformPropertiesSP &GetGlobalPlatformProperties();
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DPlatform.cpp153 const PlatformPropertiesSP &Platform::GetGlobalPlatformProperties() { in GetGlobalPlatformProperties()