Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h1336 lldb::PlatformSP GetPlatform() { return m_platform_sp; } in GetPlatform()
1339 m_platform_sp = platform_sp; in SetPlatform()
1395 lldb::PlatformSP m_platform_sp; ///< The platform for this target. variable
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp92 ExecutionContextScope(), m_debugger(debugger), m_platform_sp(platform_sp), in Target()
273 m_platform_sp.reset(); in Destroy()
1441 if (m_platform_sp) in SetExecutableModule()
1442 m_platform_sp->GetFileWithUUID(dependent_file_spec, nullptr, in SetExecutableModule()
1681 if (m_platform_sp) in ModuleIsExcludedForUnconstrainedSearches()
1682 return m_platform_sp->ModuleIsExcludedForUnconstrainedSearches(*this, in ModuleIsExcludedForUnconstrainedSearches()
2032 if (m_platform_sp) { in GetOrCreateModule()
2033 error = m_platform_sp->GetSharedModule( in GetOrCreateModule()
3210 m_platform_sp ? m_platform_sp->IsHost() : false; in FinalizeFileActions()