Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DArchSpec.h355 const ConstString &GetDistributionId() const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp199 const char *distribution_id = host_arch.GetDistributionId().AsCString(); in Handle_qHostInfo()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DArchSpec.cpp767 const ConstString &ArchSpec::GetDistributionId() const { in GetDistributionId() function in ArchSpec