mirror of
https://github.com/intel/llvm.git
synced 2026-01-15 20:54:40 +08:00
Add needed Clear methods.
<rdar://problem/10596340> llvm-svn: 146902
This commit is contained in:
@@ -58,6 +58,12 @@ SBModule::IsValid () const
|
||||
return m_opaque_sp.get() != NULL;
|
||||
}
|
||||
|
||||
void
|
||||
SBModule::Clear()
|
||||
{
|
||||
m_opaque_sp.reset();
|
||||
}
|
||||
|
||||
SBFileSpec
|
||||
SBModule::GetFileSpec () const
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user