Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTypeFormat.cpp1 //===-- SBTypeFormat.cpp --------------------------------------------------===//
9 #include "lldb/API/SBTypeFormat.h"
19 SBTypeFormat::SBTypeFormat() { LLDB_INSTRUMENT_VA(this); } in SBTypeFormat() function in SBTypeFormat
21 SBTypeFormat::SBTypeFormat(lldb::Format format, uint32_t options) in SBTypeFormat() function in SBTypeFormat
27 SBTypeFormat::SBTypeFormat(const char *type, uint32_t options) in SBTypeFormat() function in SBTypeFormat
33 SBTypeFormat::SBTypeFormat(cons function in SBTypeFormat
153 SBTypeFormat::SBTypeFormat(const lldb::TypeFormatImplSP &typeformat_impl_sp) SBTypeFormat() function in SBTypeFormat
[all...]
H A DSBTypeCategory.cpp195 SBTypeFormat SBTypeCategory::GetFormatForType(SBTypeNameSpecifier spec) { in GetFormatForType()
199 return SBTypeFormat(); in GetFormatForType()
202 return SBTypeFormat(); in GetFormatForType()
208 return lldb::SBTypeFormat(); in GetFormatForType()
210 return lldb::SBTypeFormat(format_sp); in GetFormatForType()
269 SBTypeFormat SBTypeCategory::GetFormatAtIndex(uint32_t index) { in GetFormatAtIndex()
273 return SBTypeFormat(); in GetFormatAtIndex()
274 return SBTypeFormat(m_opaque_sp->GetFormatAtIndex((index))); in GetFormatAtIndex()
303 SBTypeFormat format) { in AddTypeFormat()
H A DSBValue.cpp476 lldb::SBTypeFormat SBValue::GetTypeFormat() { in GetTypeFormat()
479 lldb::SBTypeFormat format; in GetTypeFormat()
H A DSBDebugger.cpp1622 SBTypeFormat SBDebugger::GetFormatForType(SBTypeNameSpecifier type_name) { in GetFormatForType()
1628 return SBTypeFormat(); in GetFormatForType()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTypeFormat.h17 class LLDB_API SBTypeFormat {
19 SBTypeFormat();
21 SBTypeFormat(lldb::Format format,
24 SBTypeFormat(const char *type,
27 SBTypeFormat(const lldb::SBTypeFormat &rhs);
29 ~SBTypeFormat();
50 lldb::SBTypeFormat &operator=(const lldb::SBTypeFormat &rhs);
52 bool IsEqualTo(lldb::SBTypeFormat &rhs);
54 bool operator==(lldb::SBTypeFormat &rhs);
56 bool operator!=(lldb::SBTypeFormat &rhs);
[all …]
H A DSBTypeCategory.h62 SBTypeFormat GetFormatForType(SBTypeNameSpecifier);
70 SBTypeFormat GetFormatAtIndex(uint32_t);
76 bool AddTypeFormat(SBTypeNameSpecifier, SBTypeFormat);
H A DSBDefines.h123 class LLDB_API SBTypeFormat; variable
H A DSBValue.h118 lldb::SBTypeFormat GetTypeFormat();
H A DSBDebugger.h419 SBTypeFormat GetFormatForType(SBTypeNameSpecifier);
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBTypeFormatExtensions.i1 STRING_EXTENSION_LEVEL_OUTSIDE(SBTypeFormat, lldb::eDescriptionLevelBrief)
2 %extend lldb::SBTypeFormat {
H A DSBTypeFormatDocstrings.i3 ) lldb::SBTypeFormat;
/freebsd/contrib/llvm-project/lldb/bindings/
H A Dheaders.swig78 #include "lldb/API/SBTypeFormat.h"
H A Dinterfaces.swig159 %include "lldb/API/SBTypeFormat.h"
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp3716 SWIGINTERN std::string lldb_SBTypeFormat___repr__(lldb::SBTypeFormat *self){ in lldb_SBTypeFormat___repr__()
23602 lldb::SBTypeFormat result; in _wrap_SBDebugger_GetFormatForType()
23620 lldb::SBTypeFormat * resultptr = new lldb::SBTypeFormat(result); in _wrap_SBDebugger_GetFormatForType()
70399 lldb::SBTypeFormat result; in _wrap_SBTypeCategory_GetFormatForType()
70417 lldb::SBTypeFormat * resultptr = new lldb::SBTypeFormat(result); in _wrap_SBTypeCategory_GetFormatForType()
70536 lldb::SBTypeFormat result; in _wrap_SBTypeCategory_GetFormatAtIndex()
70549 lldb::SBTypeFormat * resultptr = new lldb::SBTypeFormat(result); in _wrap_SBTypeCategory_GetFormatAtIndex()
70626 lldb::SBTypeFormat arg3 ; in _wrap_SBTypeCategory_AddTypeFormat()
70628 lldb::SBTypeFormat *argp3 ; in _wrap_SBTypeCategory_AddTypeFormat()
72096 lldb::SBTypeFormat *result = 0 ; in _wrap_new_SBTypeFormat__SWIG_0()
[all …]
H A DMakefile102 SRCS+= API/SBTypeFormat.cpp