Home
last modified time | relevance | path

Searched defs:platform_name (Results 1 – 6 of 6) sorted by relevance

/freebsd-src/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionGroupPlatform.h43 void SetPlatformName(const char *platform_name) { in SetPlatformName()
/freebsd-src/contrib/llvm-project/lldb/source/Target/
H A DTargetList.cpp200 llvm::StringRef platform_name = candidate->GetName(); in CreateTargetInternal() local
/freebsd-src/contrib/llvm-project/lldb/source/API/
H A DSBPlatform.cpp296 SBPlatform::SBPlatform(const char *platform_name) { in SBPlatform()
H A DSBDebugger.cpp824 const char *platform_name, in CreateTarget() argument
/freebsd-src/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectPlatform.cpp174 if (platform_name && platform_name[0]) { in DoExecute() local
/freebsd-src/sys/contrib/dev/athk/ath12k/
H A Dqmi.h228 char platform_name[QMI_WLANFW_MAX_PLATFORM_NAME_LEN_V01 + 1]; member