Home
last modified time | relevance | path

Searched refs:SBTypeCategory (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTypeCategory.cpp29 SBTypeCategory::SBTypeCategory() { LLDB_INSTRUMENT_VA(this); } in SBTypeCategory() function in SBTypeCategory
31 SBTypeCategory::SBTypeCategory(const char *name) { in SBTypeCategory() function in SBTypeCategory
35 SBTypeCategory::SBTypeCategory(const lldb::SBTypeCategory &rhs) in SBTypeCategory() function in SBTypeCategory
40 SBTypeCategory::~SBTypeCategory() = default;
42 bool SBTypeCategory::IsValid() const { in IsValid()
46 SBTypeCategory::operator bool() const { in operator bool()
52 bool SBTypeCategory::GetEnabled() { in GetEnabled()
60 void SBTypeCategory::SetEnabled(bool enabled) { in SetEnabled()
71 const char *SBTypeCategory::GetName() { in GetName()
79 lldb::LanguageType SBTypeCategory::GetLanguageAtIndex(uint32_t idx) { in GetLanguageAtIndex()
[all …]
H A DSBDebugger.cpp1551 SBTypeCategory SBDebugger::GetCategory(const char *category_name) { in GetCategory()
1555 return SBTypeCategory(); in GetCategory()
1561 return SBTypeCategory(category_sp); in GetCategory()
1563 return SBTypeCategory(); in GetCategory()
1567 SBTypeCategory SBDebugger::GetCategory(lldb::LanguageType lang_type) { in GetCategory()
1572 return SBTypeCategory(category_sp); in GetCategory()
1574 return SBTypeCategory(); in GetCategory()
1578 SBTypeCategory SBDebugger::CreateCategory(const char *category_name) { in CreateCategory()
1582 return SBTypeCategory(); in CreateCategory()
1588 return SBTypeCategory(category_sp); in CreateCategory()
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTypeCategory.h17 class LLDB_API SBTypeCategory {
19 SBTypeCategory();
21 SBTypeCategory(const lldb::SBTypeCategory &rhs);
23 ~SBTypeCategory();
92 lldb::SBTypeCategory &operator=(const lldb::SBTypeCategory &rhs);
94 bool operator==(lldb::SBTypeCategory &rhs);
96 bool operator!=(lldb::SBTypeCategory &rhs);
107 SBTypeCategory(const lldb::TypeCategoryImplSP &);
109 SBTypeCategory(const char *);
H A DSBDebugger.h405 SBTypeCategory GetCategory(const char *category_name);
407 SBTypeCategory GetCategory(lldb::LanguageType lang_type);
409 SBTypeCategory CreateCategory(const char *category_name);
415 SBTypeCategory GetCategoryAtIndex(uint32_t);
417 SBTypeCategory GetDefaultCategory();
H A DSBTypeNameSpecifier.h57 friend class SBTypeCategory; variable
H A DSBTypeFilter.h58 friend class SBTypeCategory; variable
H A DSBTypeSynthetic.h64 friend class SBTypeCategory; variable
H A DSBTypeFormat.h60 friend class SBTypeCategory; variable
H A DSBTypeSummary.h131 friend class SBTypeCategory; variable
H A DSBDefines.h119 class LLDB_API SBTypeCategory; variable
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBTypeCategoryDocstrings.i3 ) lldb::SBTypeCategory;
H A DSBTypeCategoryExtensions.i1 STRING_EXTENSION_LEVEL_OUTSIDE(SBTypeCategory, lldb::eDescriptionLevelBrief)
3 %extend lldb::SBTypeCategory {
42 '''An accessor function that returns an accessor object which allows lazy format access from a lldb.SBTypeCategory object.'''
53 '''An accessor function that returns an accessor object which allows lazy summary access from a lldb.SBTypeCategory object.'''
64 '''An accessor function that returns an accessor object which allows lazy synthetic children provider access from a lldb.SBTypeCategory object.'''
75 '''An accessor function that returns an accessor object which allows lazy filter access from a lldb.SBTypeCategory object.'''
/freebsd/contrib/llvm-project/lldb/bindings/
H A Dheaders.swig75 #include "lldb/API/SBTypeCategory.h"
H A Dinterfaces.swig156 %include "lldb/API/SBTypeCategory.h"
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp3686 SWIGINTERN std::string lldb_SBTypeCategory___repr__(lldb::SBTypeCategory *self){ in lldb_SBTypeCategory___repr__()
23349 lldb::SBTypeCategory result; in _wrap_SBDebugger_GetCategory__SWIG_0()
23362 lldb::SBTypeCategory * resultptr = new lldb::SBTypeCategory(result); in _wrap_SBDebugger_GetCategory__SWIG_0()
23379 lldb::SBTypeCategory result; in _wrap_SBDebugger_GetCategory__SWIG_1()
23392 lldb::SBTypeCategory * resultptr = new lldb::SBTypeCategory(result); in _wrap_SBDebugger_GetCategory__SWIG_1()
23463 lldb::SBTypeCategory result; in _wrap_SBDebugger_CreateCategory()
23476 lldb::SBTypeCategory * resultptr = new lldb::SBTypeCategory(result); in _wrap_SBDebugger_CreateCategory()
23544 lldb::SBTypeCategory result; in _wrap_SBDebugger_GetCategoryAtIndex()
23557 lldb::SBTypeCategory * resultptr = new lldb::SBTypeCategory(result); in _wrap_SBDebugger_GetCategoryAtIndex()
23573 lldb::SBTypeCategory result; in _wrap_SBDebugger_GetDefaultCategory()
[all …]
H A DMakefile83 SRCS+= API/SBTypeCategory.cpp