Home
last modified time | relevance | path

Searched refs:GetDistributionId (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DHostInfoBase.h158 static llvm::StringRef GetDistributionId() { return llvm::StringRef(); } in GetDistributionId() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp190 llvm::StringRef distribution_id = HostInfo::GetDistributionId(); in Handle_qHostInfo()