Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DHostInfoBase.cpp74 static HostInfoBase::SharedLibraryDirectoryHelper *g_shlib_dir_helper = nullptr;
76 void HostInfoBase::Initialize(SharedLibraryDirectoryHelper *helper) { in Initialize()
81 void HostInfoBase::Terminate() { in Terminate()
87 llvm::Triple HostInfoBase::GetTargetTriple() { in GetTargetTriple()
94 const ArchSpec &HostInfoBase::GetArchitecture(ArchitectureKind arch_kind) { in GetArchitecture()
111 std::optional<HostInfoBase::ArchitectureKind>
112 HostInfoBase::ParseArchitectureKind(llvm::StringRef kind) { in ParseArchitectureKind()
120 FileSpec HostInfoBase::GetShlibDir() { in GetShlibDir()
130 FileSpec HostInfoBase::GetSupportExeDir() { in GetSupportExeDir()
140 FileSpec HostInfoBase::GetHeaderDir() { in GetHeaderDir()
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DHostInfoBase.h52 class HostInfoBase {
55 HostInfoBase() = default;
56 ~HostInfoBase() = default;
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/posix/
H A DHostInfoPosix.h20 class HostInfoPosix : public HostInfoBase {
21 friend class HostInfoBase; variable
/freebsd/contrib/llvm-project/lldb/include/
H A Dmodule.modulemap26 module HostInfoBase { header "lldb/Host/HostInfoBase.h" export * }
/freebsd/lib/clang/liblldb/
H A DMakefile253 SRCS+= Host/common/HostInfoBase.cpp