| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBTypeFormat.cpp | 19 SBTypeFormat::SBTypeFormat() : m_opaque_sp() { in SBTypeFormat() function in SBTypeFormat 23 SBTypeFormat::SBTypeFormat(lldb::Format format, uint32_t options) in SBTypeFormat() function in SBTypeFormat 30 SBTypeFormat::SBTypeFormat(const char *type, uint32_t options) in SBTypeFormat() function in SBTypeFormat 37 SBTypeFormat::SBTypeFormat(const lldb::SBTypeFormat &rhs) in SBTypeFormat() function in SBTypeFormat 39 LLDB_RECORD_CONSTRUCTOR(SBTypeFormat, (const lldb::SBTypeFormat &), rhs); in SBTypeFormat() 42 SBTypeFormat::~SBTypeFormat() = default; 116 lldb::SBTypeFormat &SBTypeFormat::operator=(const lldb::SBTypeFormat &rhs) { in operator =() 126 bool SBTypeFormat::operator==(lldb::SBTypeFormat &rhs) { in operator ==() 135 bool SBTypeFormat::IsEqualTo(lldb::SBTypeFormat &rhs) { in IsEqualTo() 148 bool SBTypeFormat::operator!=(lldb::SBTypeFormat &rhs) { in operator !=() [all …]
|
| H A D | SBTypeCategory.cpp | 215 SBTypeFormat SBTypeCategory::GetFormatForType(SBTypeNameSpecifier spec) { in GetFormatForType() 216 LLDB_RECORD_METHOD(lldb::SBTypeFormat, SBTypeCategory, GetFormatForType, in GetFormatForType() 220 return LLDB_RECORD_RESULT(SBTypeFormat()); in GetFormatForType() 223 return LLDB_RECORD_RESULT(SBTypeFormat()); in GetFormatForType() 235 return LLDB_RECORD_RESULT(lldb::SBTypeFormat()); in GetFormatForType() 237 return LLDB_RECORD_RESULT(lldb::SBTypeFormat(format_sp)); in GetFormatForType() 311 SBTypeFormat SBTypeCategory::GetFormatAtIndex(uint32_t index) { in GetFormatAtIndex() 316 return LLDB_RECORD_RESULT(SBTypeFormat()); in GetFormatAtIndex() 318 SBTypeFormat(m_opaque_sp->GetFormatAtIndex((index)))); in GetFormatAtIndex() 350 SBTypeFormat format) { in AddTypeFormat() [all …]
|
| H A D | SBValue.cpp | 490 lldb::SBTypeFormat SBValue::GetTypeFormat() { in GetTypeFormat() 491 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBTypeFormat, SBValue, GetTypeFormat); in GetTypeFormat() 493 lldb::SBTypeFormat format; in GetTypeFormat() 1578 LLDB_REGISTER_METHOD(lldb::SBTypeFormat, SBValue, GetTypeFormat, ()); in RegisterMethods()
|
| H A D | SBDebugger.cpp | 1615 SBTypeFormat SBDebugger::GetFormatForType(SBTypeNameSpecifier type_name) { in GetFormatForType() 1616 LLDB_RECORD_METHOD(lldb::SBTypeFormat, SBDebugger, GetFormatForType, in GetFormatForType() 1622 return LLDB_RECORD_RESULT(SBTypeFormat()); in GetFormatForType() 1882 LLDB_REGISTER_METHOD(lldb::SBTypeFormat, SBDebugger, GetFormatForType, in RegisterMethods()
|
| H A D | SBReproducer.cpp | 124 RegisterMethods<SBTypeFormat>(R); in SBRegistry()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBTypeFormat.h | 17 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 D | SBTypeCategory.h | 62 SBTypeFormat GetFormatForType(SBTypeNameSpecifier); 70 SBTypeFormat GetFormatAtIndex(uint32_t); 76 bool AddTypeFormat(SBTypeNameSpecifier, SBTypeFormat);
|
| H A D | SBDefines.h | 84 class LLDB_API SBTypeFormat; variable
|
| H A D | SBValue.h | 107 lldb::SBTypeFormat GetTypeFormat();
|
| H A D | SBDebugger.h | 323 SBTypeFormat GetFormatForType(SBTypeNameSpecifier);
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBTypeFormat.i | 12 "Represents a format that can be associated to one or more types.") SBTypeFormat; 14 class SBTypeFormat 18 SBTypeFormat(); 20 SBTypeFormat (lldb::Format format, uint32_t options = 0); 22 SBTypeFormat (const char* type, uint32_t options = 0); 24 SBTypeFormat (const lldb::SBTypeFormat &rhs); 26 ~SBTypeFormat (); 34 IsEqualTo (lldb::SBTypeFormat &rhs); 59 operator == (lldb::SBTypeFormat &rhs); 62 operator != (lldb::SBTypeFormat &rhs); [all …]
|
| H A D | SBTypeCategory.i | 78 lldb::SBTypeFormat 90 lldb::SBTypeFormat 101 lldb::SBTypeFormat);
|
| H A D | SBDebugger.i | 470 lldb::SBTypeFormat
|
| H A D | SBValue.i | 174 lldb::SBTypeFormat
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/ |
| H A D | interfaces.swig | 76 %include "./interface/SBTypeFormat.i"
|
| H A D | headers.swig | 69 #include "lldb/API/SBTypeFormat.h"
|
| /freebsd-13.1/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 20380 lldb::SBTypeFormat * resultptr = new lldb::SBTypeFormat((const lldb::SBTypeFormat &) result); in _wrap_SBDebugger_GetFormatForType() 60592 lldb::SBTypeFormat * resultptr = new lldb::SBTypeFormat((const lldb::SBTypeFormat &) result); in _wrap_SBTypeCategory_GetFormatForType() 60724 lldb::SBTypeFormat * resultptr = new lldb::SBTypeFormat((const lldb::SBTypeFormat &) result); in _wrap_SBTypeCategory_GetFormatAtIndex() 62351 result = (lldb::SBTypeFormat *)new lldb::SBTypeFormat((lldb::SBTypeFormat const &)*arg1); in _wrap_new_SBTypeFormat__SWIG_5() 62448 lldb::SBTypeFormat *arg1 = (lldb::SBTypeFormat *) 0 ; in _wrap_SBTypeFormat_IsValid() 62472 lldb::SBTypeFormat *arg1 = (lldb::SBTypeFormat *) 0 ; in _wrap_SBTypeFormat_IsEqualTo() 62503 lldb::SBTypeFormat *arg1 = (lldb::SBTypeFormat *) 0 ; in _wrap_SBTypeFormat_GetFormat() 62527 lldb::SBTypeFormat *arg1 = (lldb::SBTypeFormat *) 0 ; in _wrap_SBTypeFormat_GetTypeName() 62551 lldb::SBTypeFormat *arg1 = (lldb::SBTypeFormat *) 0 ; in _wrap_SBTypeFormat_GetOptions() 62741 lldb::SBTypeFormat *arg1 = (lldb::SBTypeFormat *) obj; in swig_delete_SBTypeFormat() [all …]
|
| H A D | Makefile | 79 SRCS+= API/SBTypeFormat.cpp
|