Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/OpenBSD/
H A DPlatformOpenBSD.cpp39 LLDB_PLUGIN_DEFINE(PlatformOpenBSD)
44 PlatformSP PlatformOpenBSD::CreateInstance(bool force, const ArchSpec *arch) { in CreateInstance()
71 return PlatformSP(new PlatformOpenBSD(false)); in CreateInstance()
76 llvm::StringRef PlatformOpenBSD::GetPluginDescriptionStatic(bool is_host) { in GetPluginDescriptionStatic()
82 void PlatformOpenBSD::Initialize() { in Initialize()
87 PlatformSP default_platform_sp(new PlatformOpenBSD(true)); in Initialize()
92 PlatformOpenBSD::GetPluginNameStatic(false), in Initialize()
93 PlatformOpenBSD::GetPluginDescriptionStatic(false), in Initialize()
94 PlatformOpenBSD::CreateInstance, nullptr); in Initialize()
99 void PlatformOpenBSD::Terminate() { in Terminate()
[all …]
H A DPlatformOpenBSD.h17 class PlatformOpenBSD : public PlatformPOSIX {
19 PlatformOpenBSD(bool is_host);
H A DCMakeLists.txt2 PlatformOpenBSD.cpp
/openbsd-src/gnu/usr.bin/clang/liblldbPluginPlatform/
H A DMakefile25 PlatformOpenBSD.cpp \
/openbsd-src/gnu/usr.bin/clang/include/lldb/Plugins/
H A DPlugins.def79 LLDB_PLUGIN(PlatformOpenBSD)
/openbsd-src/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt4262 lldb/source/Plugins/Platform/OpenBSD/PlatformOpenBSD.h