Home
last modified time | relevance | path

Searched refs:lldb_object_ptr (Results 1 – 16 of 16) sorted by relevance

/external/lldb/source/API/
DSBAddress.cpp30 SBAddress::SBAddress (const Address *lldb_object_ptr) : in SBAddress() argument
33 if (lldb_object_ptr) in SBAddress()
34 ref() = *lldb_object_ptr; in SBAddress()
98 SBAddress::SetAddress (const Address *lldb_object_ptr) in SetAddress() argument
100 if (lldb_object_ptr) in SetAddress()
101 ref() = *lldb_object_ptr; in SetAddress()
DSBSymbol.cpp27 SBSymbol::SBSymbol (lldb_private::Symbol *lldb_object_ptr) : in SBSymbol() argument
28 m_opaque_ptr (lldb_object_ptr) in SBSymbol()
50 SBSymbol::SetSymbol (lldb_private::Symbol *lldb_object_ptr) in SetSymbol() argument
52 m_opaque_ptr = lldb_object_ptr; in SetSymbol()
DSBFunction.cpp30 SBFunction::SBFunction (lldb_private::Function *lldb_object_ptr) : in SBFunction() argument
31 m_opaque_ptr (lldb_object_ptr) in SBFunction()
163 SBFunction::reset (lldb_private::Function *lldb_object_ptr) in reset() argument
165 m_opaque_ptr = lldb_object_ptr; in reset()
DSBValueList.cpp107 SBValueList::SBValueList (const ValueListImpl *lldb_object_ptr) : in SBValueList() argument
112 if (lldb_object_ptr) in SBValueList()
113 m_opaque_ap.reset (new ValueListImpl (*lldb_object_ptr)); in SBValueList()
118 lldb_object_ptr, in SBValueList()
DSBCompileUnit.cpp30 SBCompileUnit::SBCompileUnit (lldb_private::CompileUnit *lldb_object_ptr) : in SBCompileUnit() argument
31 m_opaque_ptr (lldb_object_ptr) in SBCompileUnit()
259 SBCompileUnit::reset (lldb_private::CompileUnit *lldb_object_ptr) in reset() argument
261 m_opaque_ptr = lldb_object_ptr; in reset()
DSBDeclaration.cpp34 SBDeclaration::SBDeclaration (const lldb_private::Declaration *lldb_object_ptr) : in SBDeclaration() argument
37 if (lldb_object_ptr) in SBDeclaration()
38 ref() = *lldb_object_ptr; in SBDeclaration()
DSBLineEntry.cpp34 SBLineEntry::SBLineEntry (const lldb_private::LineEntry *lldb_object_ptr) : in SBLineEntry() argument
37 if (lldb_object_ptr) in SBLineEntry()
38 ref() = *lldb_object_ptr; in SBLineEntry()
DSBBlock.cpp35 SBBlock::SBBlock (lldb_private::Block *lldb_object_ptr) : in SBBlock() argument
36 m_opaque_ptr (lldb_object_ptr) in SBBlock()
/external/lldb/include/lldb/API/
DSBFunction.h77 reset (lldb_private::Function *lldb_object_ptr);
84 SBFunction (lldb_private::Function *lldb_object_ptr);
DSBSymbol.h98 SBSymbol (lldb_private::Symbol *lldb_object_ptr);
101 SetSymbol (lldb_private::Symbol *lldb_object_ptr);
DSBBlock.h110 SetPtr (lldb_private::Block *lldb_object_ptr);
112 SBBlock (lldb_private::Block *lldb_object_ptr);
DSBCompileUnit.h96 SBCompileUnit (lldb_private::CompileUnit *lldb_object_ptr);
108 reset (lldb_private::CompileUnit *lldb_object_ptr);
DSBAddress.h137 SBAddress (const lldb_private::Address *lldb_object_ptr);
140 SetAddress (const lldb_private::Address *lldb_object_ptr);
DSBValueList.h63 SBValueList (const ValueListImpl *lldb_object_ptr);
DSBDeclaration.h78 SBDeclaration (const lldb_private::Declaration *lldb_object_ptr);
DSBLineEntry.h88 SBLineEntry (const lldb_private::LineEntry *lldb_object_ptr);