Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/include/lldb/Target/
H A DTarget.h1403 lldb::PlatformSP GetPlatform() { return m_platform_sp; } in GetPlatform()
1406 m_platform_sp = platform_sp; in SetPlatform()
1499 lldb::PlatformSP m_platform_sp; ///< The platform for this target. variable
/openbsd/gnu/llvm/lldb/source/Target/
H A DTarget.cpp97 ExecutionContextScope(), m_debugger(debugger), m_platform_sp(platform_sp), in Target()
280 m_platform_sp.reset(); in Destroy()
1467 if (m_platform_sp) in SetExecutableModule()
1468 m_platform_sp->GetFileWithUUID(dependent_file_spec, nullptr, in SetExecutableModule()
1742 if (m_platform_sp) in ModuleIsExcludedForUnconstrainedSearches()
1743 return m_platform_sp->ModuleIsExcludedForUnconstrainedSearches(*this, in ModuleIsExcludedForUnconstrainedSearches()
2165 if (m_platform_sp) { in GetOrCreateModule()
2166 error = m_platform_sp->GetSharedModule( in GetOrCreateModule()
3390 m_platform_sp ? m_platform_sp->IsHost() : false; in FinalizeFileActions()