Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/Platform/Linux/
DPlatformLinux.cpp39 PlatformLinux::CreateInstance (bool force, const ArchSpec *arch) in CreateInstance()
85 return new PlatformLinux(true); in CreateInstance()
91 PlatformLinux::GetPluginNameStatic (bool is_host) in GetPluginNameStatic()
106 PlatformLinux::GetPluginDescriptionStatic (bool is_host) in GetPluginDescriptionStatic()
115 PlatformLinux::GetPluginName() in GetPluginName()
121 PlatformLinux::Initialize () in Initialize()
126 PlatformSP default_platform_sp (new PlatformLinux(true)); in Initialize()
130 PluginManager::RegisterPlugin(PlatformLinux::GetPluginNameStatic(false), in Initialize()
131 PlatformLinux::GetPluginDescriptionStatic(false), in Initialize()
132 PlatformLinux::CreateInstance); in Initialize()
[all …]
DPlatformLinux.h21 class PlatformLinux : public Platform
31 PlatformLinux (bool is_host);
34 ~PlatformLinux();
107 DISALLOW_COPY_AND_ASSIGN (PlatformLinux);
DCMakeLists.txt4 PlatformLinux.cpp
DAndroid.mk12 PlatformLinux.cpp
/external/lldb/source/
Dlldb.cpp115 PlatformLinux::Initialize(); in Initialize()
199 PlatformLinux::Terminate(); in Terminate()
/external/lldb/lldb.xcodeproj/
Dproject.pbxproj413 …9A414FC0BBD0076DE67 /* PlatformLinux.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2694E9A114…
414 …E9A514FC0BBD0076DE67 /* PlatformLinux.h in Headers */ = {isa = PBXBuildFile; fileRef = 2694E9A214F…
1037 …D0076DE67 /* PlatformLinux.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType =…
1038 …0BBD0076DE67 /* PlatformLinux.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
2461 2694E9A114FC0BBD0076DE67 /* PlatformLinux.cpp */,
2462 2694E9A214FC0BBD0076DE67 /* PlatformLinux.h */,
3535 2694E9A514FC0BBD0076DE67 /* PlatformLinux.h in Headers */,
4268 2694E9A414FC0BBD0076DE67 /* PlatformLinux.cpp in Sources */,