Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Host/linux/
H A DHostInfoLinux.cpp80 llvm::StringRef HostInfoLinux::GetDistributionId() { in GetDistributionId() function in HostInfoLinux
203 const char *distribution_id = GetDistributionId().data(); in ComputeHostArchitectureSupport()
/openbsd-src/gnu/llvm/lldb/include/lldb/Host/linux/
H A DHostInfoLinux.h31 static llvm::StringRef GetDistributionId();
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DArchSpec.h350 ConstString GetDistributionId() const;
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp190 const char *distribution_id = host_arch.GetDistributionId().AsCString(); in Handle_qHostInfo()
/openbsd-src/gnu/llvm/lldb/source/Utility/
H A DArchSpec.cpp688 ConstString ArchSpec::GetDistributionId() const { in GetDistributionId() function in ArchSpec