Home
last modified time | relevance | path

Searched defs:is_host (Results 1 – 15 of 15) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/OpenBSD/
H A DPlatformOpenBSD.cpp76 llvm::StringRef PlatformOpenBSD::GetPluginDescriptionStatic(bool is_host) { in GetPluginDescriptionStatic()
111 PlatformOpenBSD::PlatformOpenBSD(bool is_host) in PlatformOpenBSD()
H A DPlatformOpenBSD.h28 static llvm::StringRef GetPluginNameStatic(bool is_host) { in GetPluginNameStatic()
/openbsd-src/sys/dev/usb/dwc2/
H A Ddwc2_core.c184 int is_host) in dwc2_restore_essential_regs()
252 int is_host) in dwc2_hib_restore_common()
399 int dwc2_enter_hibernation(struct dwc2_hsotg *hsotg, int is_host) in dwc2_enter_hibernation()
418 int reset, int is_host) in dwc2_exit_hibernation()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp80 llvm::StringRef PlatformFreeBSD::GetPluginDescriptionStatic(bool is_host) { in GetPluginDescriptionStatic()
113 PlatformFreeBSD::PlatformFreeBSD(bool is_host) in PlatformFreeBSD()
H A DPlatformFreeBSD.h29 static llvm::StringRef GetPluginNameStatic(bool is_host) { in GetPluginNameStatic()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp69 llvm::StringRef PlatformNetBSD::GetPluginDescriptionStatic(bool is_host) { in GetPluginDescriptionStatic()
102 PlatformNetBSD::PlatformNetBSD(bool is_host) in PlatformNetBSD()
H A DPlatformNetBSD.h29 static llvm::StringRef GetPluginNameStatic(bool is_host) { in GetPluginNameStatic()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/Linux/
H A DPlatformLinux.h29 static llvm::StringRef GetPluginNameStatic(bool is_host) { in GetPluginNameStatic()
H A DPlatformLinux.cpp78 llvm::StringRef PlatformLinux::GetPluginDescriptionStatic(bool is_host) { in GetPluginDescriptionStatic()
111 PlatformLinux::PlatformLinux(bool is_host) in PlatformLinux()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/Android/
H A DPlatformAndroid.h33 static llvm::StringRef GetPluginNameStatic(bool is_host) { in GetPluginNameStatic()
H A DPlatformAndroid.cpp131 PlatformAndroid::PlatformAndroid(bool is_host) in PlatformAndroid()
134 llvm::StringRef PlatformAndroid::GetPluginDescriptionStatic(bool is_host) { in GetPluginDescriptionStatic()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/Windows/
H A DPlatformWindows.h28 static llvm::StringRef GetPluginNameStatic(bool is_host) { in GetPluginNameStatic()
H A DPlatformWindows.cpp48 const bool is_host = false; in CreateInstance() local
86 llvm::StringRef PlatformWindows::GetPluginDescriptionStatic(bool is_host) { in GetPluginDescriptionStatic()
119 PlatformWindows::PlatformWindows(bool is_host) : RemoteAwarePlatform(is_host) { in PlatformWindows()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp42 PlatformPOSIX::PlatformPOSIX(bool is_host) in PlatformPOSIX()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DPlatform.cpp272 Platform::Platform(bool is_host) in Platform()