OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SBData
(Results
1 - 21
of
21
) sorted by null
/external/lldb/source/API/
SBData.cpp
1
//===--
SBData
.cpp ----------------------------------------------*- C++ -*-===//
10
#include "lldb/API/
SBData
.h"
23
SBData
::
SBData
() :
28
SBData
::
SBData
(const lldb::DataExtractorSP& data_sp) :
33
SBData
::
SBData
(const
SBData
&rhs) :
38
const
SBData
[
all
...]
Android.mk
22
SBData
.cpp \
SBInstruction.cpp
137
SBData
140
lldb::
SBData
sb_data;
SBSection.cpp
195
SBData
201
SBData
204
SBData
sb_data;
SBValue.cpp
800
SBValue::CreateValueFromData (const char* name,
SBData
data, SBType type)
[
all
...]
/external/lldb/include/lldb/API/
SBData.h
1
//===--
SBData
.h -----------------------------------------------*- C++ -*-===//
17
class
SBData
21
SBData
();
23
SBData
(const
SBData
&rhs);
25
const
SBData
&
26
operator = (const
SBData
&rhs);
28
~
SBData
();
107
Append (const
SBData
& rhs);
109
static lldb::
SBData
[
all
...]
SBDefines.h
39
class
SBData
;
SBSection.h
14
#include "lldb/API/
SBData
.h"
64
lldb::
SBData
67
lldb::
SBData
SBError.h
70
friend class
SBData
;
SBInstruction.h
14
#include "lldb/API/
SBData
.h"
54
lldb::
SBData
SBStream.h
66
friend class
SBData
;
SBValue.h
13
#include "lldb/API/
SBData
.h"
170
lldb::
SBData
data,
257
/// Get an
SBData
wrapping what this SBValue points to.
261
/// of type T from it, copying their contents in an
SBData
.
274
/// An
SBData
with the contents of the copied items, on success.
275
/// An empty
SBData
otherwise.
277
lldb::
SBData
282
/// Get an
SBData
wrapping the contents of this SBValue.
285
/// and copy them into an
SBData
for future use.
288
/// An
SBData
with the contents of this SBValue, on success
[
all
...]