Searched refs:lldb_object_ref (Results 1 - 4 of 4) sorted by relevance

/external/lldb/include/lldb/API/
H A DSBDeclaration.h81 SetDeclaration (const lldb_private::Declaration &lldb_object_ref);
H A DSBLineEntry.h91 SetLineEntry (const lldb_private::LineEntry &lldb_object_ref);
/external/lldb/source/API/
H A DSBDeclaration.cpp55 SBDeclaration::SetDeclaration (const lldb_private::Declaration &lldb_object_ref) argument
57 ref() = lldb_object_ref;
H A DSBLineEntry.cpp55 SBLineEntry::SetLineEntry (const lldb_private::LineEntry &lldb_object_ref) argument
57 ref() = lldb_object_ref;

Completed in 86 milliseconds