Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp177 ExecutionContextScope(), m_debugger(debugger), m_platform_sp(platform_sp), in Target()
368 m_platform_sp.reset(); in Destroy()
1632 if (m_platform_sp) in SetExecutableModule()
1633 m_platform_sp->GetFileWithUUID(dependent_file_spec, nullptr, in SetExecutableModule()
1947 if (m_platform_sp) in ModuleIsExcludedForUnconstrainedSearches()
1948 return m_platform_sp->ModuleIsExcludedForUnconstrainedSearches(*this, in ModuleIsExcludedForUnconstrainedSearches()
2363 if (m_platform_sp) in GetOrCreateModule()
2364 m_platform_sp->CallLocateModuleCallbackIfSet( in GetOrCreateModule()
2421 if (m_platform_sp) { in GetOrCreateModule()
2422 error = m_platform_sp->GetSharedModule( in GetOrCreateModule()
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h1499 lldb::PlatformSP GetPlatform() { return m_platform_sp; } in GetPlatform()
1502 m_platform_sp = platform_sp; in SetPlatform()
1597 lldb::PlatformSP m_platform_sp; ///< The platform for this target. variable