Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Host/linux/
H A DHostInfoLinux.cpp79 llvm::StringRef HostInfoLinux::GetDistributionId() { in GetDistributionId() function in HostInfoLinux
203 const char *distribution_id = GetDistributionId().data(); in ComputeHostArchitectureSupport()
/llvm-project-15.0.7/lldb/include/lldb/Host/linux/
H A DHostInfoLinux.h30 static llvm::StringRef GetDistributionId();
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DArchSpec.h341 ConstString GetDistributionId() const;
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp191 const char *distribution_id = host_arch.GetDistributionId().AsCString(); in Handle_qHostInfo()
/llvm-project-15.0.7/lldb/source/Utility/
H A DArchSpec.cpp676 ConstString ArchSpec::GetDistributionId() const { in GetDistributionId() function in ArchSpec