Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/OpenBSD/
H A DPlatformOpenBSD.cpp75 llvm::StringRef PlatformOpenBSD::GetPluginDescriptionStatic(bool is_host) { in GetPluginDescriptionStatic()
108 PlatformOpenBSD::PlatformOpenBSD(bool is_host) in PlatformOpenBSD()
H A DPlatformOpenBSD.h28 static llvm::StringRef GetPluginNameStatic(bool is_host) { in GetPluginNameStatic()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp80 llvm::StringRef PlatformFreeBSD::GetPluginDescriptionStatic(bool is_host) { in GetPluginDescriptionStatic() argument
113 PlatformFreeBSD::PlatformFreeBSD(bool is_host) in PlatformFreeBSD() argument
H A DPlatformFreeBSD.h29 static llvm::StringRef GetPluginNameStatic(bool is_host) { in GetPluginNameStatic()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.h29 static llvm::StringRef GetPluginNameStatic(bool is_host) { in GetPluginNameStatic()
H A DPlatformNetBSD.cpp69 llvm::StringRef PlatformNetBSD::GetPluginDescriptionStatic(bool is_host) { in GetPluginDescriptionStatic() argument
102 PlatformNetBSD::PlatformNetBSD(bool is_host) in PlatformNetBSD() argument
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp42 PlatformPOSIX::PlatformPOSIX(bool is_host) in PlatformPOSIX()
/freebsd/sys/dev/usb/controller/
H A Ddwc_otg.c3128 uint8_t is_host; in dwc_otg_setup_standard_chain() local
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp234 Platform::Platform(bool is_host) in Platform()