Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Host/common/
H A DHostInfoBase.cpp80 void HostInfoBase::Terminate() { in Terminate()
86 llvm::Triple HostInfoBase::GetTargetTriple() { in GetTargetTriple()
110 llvm::Optional<HostInfoBase::ArchitectureKind>
111 HostInfoBase::ParseArchitectureKind(llvm::StringRef kind) { in ParseArchitectureKind()
119 FileSpec HostInfoBase::GetShlibDir() { in GetShlibDir()
129 FileSpec HostInfoBase::GetSupportExeDir() { in GetSupportExeDir()
139 FileSpec HostInfoBase::GetHeaderDir() { in GetHeaderDir()
149 FileSpec HostInfoBase::GetSystemPluginDir() { in GetSystemPluginDir()
161 FileSpec HostInfoBase::GetUserPluginDir() { in GetUserPluginDir()
172 FileSpec HostInfoBase::GetProcessTempDir() { in GetProcessTempDir()
[all …]
/llvm-project-15.0.7/lldb/include/lldb/Host/
H A DHostInfoBase.h33 class HostInfoBase {
36 HostInfoBase() = default;
37 ~HostInfoBase() = default;
/llvm-project-15.0.7/lldb/include/lldb/Host/posix/
H A DHostInfoPosix.h19 class HostInfoPosix : public HostInfoBase {
20 friend class HostInfoBase; variable
/llvm-project-15.0.7/lldb/include/lldb/Host/windows/
H A DHostInfoWindows.h19 class HostInfoWindows : public HostInfoBase {
20 friend class HostInfoBase; variable
/llvm-project-15.0.7/lldb/source/Host/windows/
H A DHostInfoWindows.cpp44 HostInfoBase::Initialize(helper); in Initialize()
48 HostInfoBase::Terminate(); in Terminate()
/llvm-project-15.0.7/lldb/unittests/SymbolFile/DWARF/
H A DDWARFASTParserClangTests.cpp96 TypeSystemClang ast_ctx("dummy ASTContext", HostInfoBase::GetTargetTriple()); in TEST_F()
247 TypeSystemClang ast_ctx("dummy ASTContext", HostInfoBase::GetTargetTriple()); in TEST_F()
282 : ts("dummy ASTContext", HostInfoBase::GetTargetTriple()), parser(ts) {} in ExtractIntFromFormValueTest()
H A DXcodeSDKModuleTests.cpp24 SubsystemRAII<HostInfoBase, PlatformMacOSX> subsystems;
/llvm-project-15.0.7/lldb/include/lldb/Host/android/
H A DHostInfoAndroid.h17 friend class HostInfoBase; variable
/llvm-project-15.0.7/lldb/include/lldb/Host/linux/
H A DHostInfoLinux.h22 friend class HostInfoBase; variable
/llvm-project-15.0.7/lldb/unittests/ScriptInterpreter/Python/
H A DPythonTestSuite.cpp29 HostInfoBase::Initialize(); in SetUp()
46 HostInfoBase::Terminate(); in TearDown()
/llvm-project-15.0.7/lldb/include/lldb/Host/macosx/
H A DHostInfoMacOSX.h22 friend class HostInfoBase; variable
/llvm-project-15.0.7/lldb/include/lldb/
H A Dmodule.modulemap26 module HostInfoBase { header "Host/HostInfoBase.h" export * }
/llvm-project-15.0.7/lldb/source/Host/linux/
H A DHostInfoLinux.cpp49 HostInfoBase::Terminate(); in Terminate()
/llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Host/
H A DBUILD.gn25 "common/HostInfoBase.cpp",
/llvm-project-15.0.7/lldb/source/Host/
H A DCMakeLists.txt21 common/HostInfoBase.cpp