HomeSort by relevance Sort by last modified time
    Searched defs:is_host (Results 1 - 2 of 2) sorted by null

  /external/lldb/source/Plugins/Platform/MacOSX/
PlatformMacOSX.cpp 68 const bool is_host = false; local
114 return new PlatformMacOSX (is_host);
119 PlatformMacOSX::GetPluginNameStatic (bool is_host)
121 if (is_host)
134 PlatformMacOSX::GetDescriptionStatic (bool is_host)
136 if (is_host)
145 PlatformMacOSX::PlatformMacOSX (bool is_host) :
146 PlatformDarwin (is_host)
  /external/lldb/source/Plugins/Platform/FreeBSD/
PlatformFreeBSD.cpp 36 const bool is_host = false; local
83 return new PlatformFreeBSD (is_host);
89 PlatformFreeBSD::GetPluginNameStatic (bool is_host)
91 if (is_host)
104 PlatformFreeBSD::GetDescriptionStatic (bool is_host)
106 if (is_host)
141 PlatformFreeBSD::PlatformFreeBSD (bool is_host) :
142 Platform(is_host)

Completed in 46 milliseconds