Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp99 ExecutionContextScope(), m_debugger(debugger), m_platform_sp(platform_sp), in Target()
282 m_platform_sp.reset(); in Destroy()
1516 if (m_platform_sp) in SetExecutableModule()
1517 m_platform_sp->GetFileWithUUID(dependent_file_spec, nullptr, in SetExecutableModule()
1794 if (m_platform_sp) in ModuleIsExcludedForUnconstrainedSearches()
1795 return m_platform_sp->ModuleIsExcludedForUnconstrainedSearches(*this, in ModuleIsExcludedForUnconstrainedSearches()
2188 if (m_platform_sp) in GetOrCreateModule()
2189 m_platform_sp->CallLocateModuleCallbackIfSet( in GetOrCreateModule()
2246 if (m_platform_sp) { in GetOrCreateModule()
2247 error = m_platform_sp->GetSharedModule( in GetOrCreateModule()
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h1431 lldb::PlatformSP GetPlatform() { return m_platform_sp; } in GetPlatform()
1434 m_platform_sp = platform_sp; in SetPlatform()
1529 lldb::PlatformSP m_platform_sp; ///< The platform for this target. variable