Home
last modified time | relevance | path

Searched refs:SBTypeFormat (Results 1 – 10 of 10) sorted by relevance

/trueos/contrib/llvm/tools/lldb/source/API/
HDSBTypeFormat.cpp21 SBTypeFormat::SBTypeFormat() : in SBTypeFormat() function in SBTypeFormat
26 SBTypeFormat::SBTypeFormat (lldb::Format format, in SBTypeFormat() function in SBTypeFormat
32 SBTypeFormat::SBTypeFormat (const char* type, in SBTypeFormat() function in SBTypeFormat
38 SBTypeFormat::SBTypeFormat (const lldb::SBTypeFormat &rhs) : in SBTypeFormat() function in SBTypeFormat
43 SBTypeFormat::~SBTypeFormat () in ~SBTypeFormat()
48 SBTypeFormat::IsValid() const in IsValid()
54 SBTypeFormat::GetFormat () in GetFormat()
62 SBTypeFormat::GetTypeName () in GetTypeName()
70 SBTypeFormat::GetOptions() in GetOptions()
78 SBTypeFormat::SetFormat (lldb::Format fmt) in SetFormat()
[all …]
HDSBTypeCategory.cpp177 SBTypeFormat
181 return SBTypeFormat(); in GetFormatForType()
184 return SBTypeFormat(); in GetFormatForType()
194 return lldb::SBTypeFormat(); in GetFormatForType()
196 return lldb::SBTypeFormat(format_sp); in GetFormatForType()
266 SBTypeFormat
270 return SBTypeFormat(); in GetFormatAtIndex()
271 return SBTypeFormat(m_opaque_sp->GetFormatAtIndex((index))); in GetFormatAtIndex()
303 SBTypeFormat format) in AddTypeFormat()
HDSBDebugger.cpp1276 SBTypeFormat
1282 return SBTypeFormat(); in GetFormatForType()
HDSBValue.cpp597 lldb::SBTypeFormat
600 lldb::SBTypeFormat format; in GetTypeFormat()
/trueos/contrib/llvm/tools/lldb/include/lldb/API/
HDSBTypeFormat.h17 class SBTypeFormat
21 SBTypeFormat();
23 SBTypeFormat (lldb::Format format,
26 SBTypeFormat (const char* type,
29 SBTypeFormat (const lldb::SBTypeFormat &rhs);
31 ~SBTypeFormat ();
58 lldb::SBTypeFormat &
59 operator = (const lldb::SBTypeFormat &rhs);
62 IsEqualTo (lldb::SBTypeFormat &rhs);
65 operator == (lldb::SBTypeFormat &rhs);
[all …]
HDSBTypeCategory.h74 SBTypeFormat
92 SBTypeFormat
107 SBTypeFormat);
HDSBDefines.h70 class SBTypeFormat; variable
HDSBValue.h130 lldb::SBTypeFormat
HDSBDebugger.h304 SBTypeFormat
/trueos/lib/clang/liblldbAPI/
HDMakefile50 SBTypeFormat.cpp \