Home
last modified time | relevance | path

Searched refs:m_platform_sp (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DTarget.h1392 lldb::PlatformSP GetPlatform() { return m_platform_sp; } in GetPlatform()
1395 m_platform_sp = platform_sp; in SetPlatform()
1488 lldb::PlatformSP m_platform_sp; ///< The platform for this target. variable
/llvm-project-15.0.7/lldb/source/Target/
H A DTarget.cpp95 ExecutionContextScope(), m_debugger(debugger), m_platform_sp(platform_sp), in Target()
279 m_platform_sp.reset(); in Destroy()
1456 if (m_platform_sp) in SetExecutableModule()
1457 m_platform_sp->GetFileWithUUID(dependent_file_spec, nullptr, in SetExecutableModule()
1696 if (m_platform_sp) in ModuleIsExcludedForUnconstrainedSearches()
1697 return m_platform_sp->ModuleIsExcludedForUnconstrainedSearches(*this, in ModuleIsExcludedForUnconstrainedSearches()
2118 if (m_platform_sp) { in GetOrCreateModule()
2119 error = m_platform_sp->GetSharedModule( in GetOrCreateModule()
3293 m_platform_sp ? m_platform_sp->IsHost() : false; in FinalizeFileActions()