Searched refs:lldb_object_ptr (Results 1 – 16 of 16) sorted by relevance
30 SBAddress::SBAddress (const Address *lldb_object_ptr) : in SBAddress() argument33 if (lldb_object_ptr) in SBAddress()34 ref() = *lldb_object_ptr; in SBAddress()98 SBAddress::SetAddress (const Address *lldb_object_ptr) in SetAddress() argument100 if (lldb_object_ptr) in SetAddress()101 ref() = *lldb_object_ptr; in SetAddress()
27 SBSymbol::SBSymbol (lldb_private::Symbol *lldb_object_ptr) : in SBSymbol() argument28 m_opaque_ptr (lldb_object_ptr) in SBSymbol()50 SBSymbol::SetSymbol (lldb_private::Symbol *lldb_object_ptr) in SetSymbol() argument52 m_opaque_ptr = lldb_object_ptr; in SetSymbol()
30 SBFunction::SBFunction (lldb_private::Function *lldb_object_ptr) : in SBFunction() argument31 m_opaque_ptr (lldb_object_ptr) in SBFunction()163 SBFunction::reset (lldb_private::Function *lldb_object_ptr) in reset() argument165 m_opaque_ptr = lldb_object_ptr; in reset()
107 SBValueList::SBValueList (const ValueListImpl *lldb_object_ptr) : in SBValueList() argument112 if (lldb_object_ptr) in SBValueList()113 m_opaque_ap.reset (new ValueListImpl (*lldb_object_ptr)); in SBValueList()118 lldb_object_ptr, in SBValueList()
30 SBCompileUnit::SBCompileUnit (lldb_private::CompileUnit *lldb_object_ptr) : in SBCompileUnit() argument31 m_opaque_ptr (lldb_object_ptr) in SBCompileUnit()259 SBCompileUnit::reset (lldb_private::CompileUnit *lldb_object_ptr) in reset() argument261 m_opaque_ptr = lldb_object_ptr; in reset()
34 SBDeclaration::SBDeclaration (const lldb_private::Declaration *lldb_object_ptr) : in SBDeclaration() argument37 if (lldb_object_ptr) in SBDeclaration()38 ref() = *lldb_object_ptr; in SBDeclaration()
34 SBLineEntry::SBLineEntry (const lldb_private::LineEntry *lldb_object_ptr) : in SBLineEntry() argument37 if (lldb_object_ptr) in SBLineEntry()38 ref() = *lldb_object_ptr; in SBLineEntry()
35 SBBlock::SBBlock (lldb_private::Block *lldb_object_ptr) : in SBBlock() argument36 m_opaque_ptr (lldb_object_ptr) in SBBlock()
77 reset (lldb_private::Function *lldb_object_ptr);84 SBFunction (lldb_private::Function *lldb_object_ptr);
98 SBSymbol (lldb_private::Symbol *lldb_object_ptr);101 SetSymbol (lldb_private::Symbol *lldb_object_ptr);
110 SetPtr (lldb_private::Block *lldb_object_ptr);112 SBBlock (lldb_private::Block *lldb_object_ptr);
96 SBCompileUnit (lldb_private::CompileUnit *lldb_object_ptr);108 reset (lldb_private::CompileUnit *lldb_object_ptr);
137 SBAddress (const lldb_private::Address *lldb_object_ptr);140 SetAddress (const lldb_private::Address *lldb_object_ptr);
63 SBValueList (const ValueListImpl *lldb_object_ptr);
78 SBDeclaration (const lldb_private::Declaration *lldb_object_ptr);
88 SBLineEntry (const lldb_private::LineEntry *lldb_object_ptr);