Searched refs:PlatformFreeBSD (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/llvm/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp1 //===-- PlatformFreeBSD.cpp -----------------------------------------------===//
9 #include "PlatformFreeBSD.h"
43 LLDB_PLUGIN_DEFINE(PlatformFreeBSD)
48 PlatformSP PlatformFreeBSD::CreateInstance(bool force, const ArchSpec *arch) {
75 return PlatformSP(new PlatformFreeBSD(false));
80 llvm::StringRef PlatformFreeBSD::GetPluginDescriptionStatic(bool is_host) {
86 void PlatformFreeBSD::Initialize() {
91 PlatformSP default_platform_sp(new PlatformFreeBSD(true));
96 PlatformFreeBSD::GetPluginNameStatic(false),
97 PlatformFreeBSD
113 PlatformFreeBSD::PlatformFreeBSD(bool is_host) function in class:PlatformFreeBSD
[all...]
H A DPlatformFreeBSD.h1 //===-- PlatformFreeBSD.h ---------------------------------------*- C++ -*-===//
18 class PlatformFreeBSD : public PlatformPOSIX { class in namespace:lldb_private::platform_freebsd
20 PlatformFreeBSD(bool is_host);
/openbsd-current/gnu/usr.bin/clang/liblldbPluginPlatform/
H A DMakefile11 PlatformFreeBSD.cpp \

Completed in 132 milliseconds