Lines Matching full:lldb
13 #include "lldb/API/SBDefines.h"
14 #include "lldb/API/SBAddress.h"
15 #include "lldb/API/SBInstructionList.h"
17 namespace lldb {
25 SBFunction (const lldb::SBFunction &rhs);
27 const lldb::SBFunction &
28 operator = (const lldb::SBFunction &rhs);
41 lldb::SBInstructionList
42 GetInstructions (lldb::SBTarget target);
44 lldb::SBInstructionList
45 GetInstructions (lldb::SBTarget target, const char *flavor);
47 lldb::SBAddress
50 lldb::SBAddress
56 lldb::SBType
59 lldb::SBBlock
63 operator == (const lldb::SBFunction &rhs) const;
66 operator != (const lldb::SBFunction &rhs) const;
69 GetDescription (lldb::SBStream &description);
91 } // namespace lldb