Home
last modified time | relevance | path

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

/llvm-project/lldb/include/lldb/Host/
H A DHostInfoBase.h158 static llvm::StringRef GetDistributionId() { return llvm::StringRef(); } in GetDistributionId() function
/llvm-project/lldb/source/Host/linux/
H A DHostInfoLinux.cpp80 llvm::StringRef HostInfoLinux::GetDistributionId() { GetDistributionId() function in HostInfoLinux