Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DArchSpec.h330 ConstString GetDistributionId() const;
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp187 const char *distribution_id = host_arch.GetDistributionId().AsCString(); in Handle_qHostInfo()
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DArchSpec.cpp675 ConstString ArchSpec::GetDistributionId() const { in GetDistributionId() function in ArchSpec