Home
last modified time | relevance | path

Searched refs:category_name (Results 1 – 13 of 13) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
HDFormatManager.h53 EnableCategory(ConstString category_name,
55 EnableCategory(category_name, pos, {});
58 void EnableCategory(ConstString category_name, in EnableCategory() argument
61 if (m_categories_map.Get(category_name, category_sp) && category_sp) { in EnableCategory()
67 void DisableCategory(ConstString category_name) { in DisableCategory() argument
68 m_categories_map.Disable(category_name); in DisableCategory()
85 bool DeleteCategory(ConstString category_name) { in DeleteCategory() argument
86 return m_categories_map.Delete(category_name); in DeleteCategory()
99 lldb::TypeCategoryImplSP GetCategory(const char *category_name = nullptr,
101 if (!category_name)
[all …]
HDTypeCategoryMap.h49 bool Enable(KeyType category_name, Position pos = Default);
51 bool Disable(KeyType category_name);
/freebsd-11-stable/usr.bin/localedef/
HDlocaledef.c65 category_name(void) in category_name() function
95 locname, category_name()); in category_file()
98 locname, category_name()); in category_file()
108 (void) printf("Writing category %s: ", category_name()); in open_category()
158 src, category_name()); in copy_category()
163 "/usr/lib/locale/%s/%s", src, category_name()); in copy_category()
174 category_name(), src); in copy_category()
HDlocaledef.h68 const char *category_name(void);
/freebsd-11-stable/contrib/llvm-project/lldb/source/DataFormatters/
HDTypeCategoryMap.cpp47 bool TypeCategoryMap::Enable(KeyType category_name, Position pos) { in Enable() argument
50 if (!Get(category_name, category)) in Enable()
55 bool TypeCategoryMap::Disable(KeyType category_name) { in Disable() argument
58 if (!Get(category_name, category)) in Disable()
HDFormatManager.cpp423 FormatManager::GetCategory(ConstString category_name, bool can_create) { in GetCategory() argument
424 if (!category_name) in GetCategory()
427 if (m_categories_map.Get(category_name, category)) in GetCategory()
434 category_name, in GetCategory()
435 lldb::TypeCategoryImplSP(new TypeCategoryImpl(this, category_name))); in GetCategory()
436 return GetCategory(category_name); in GetCategory()
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
HDSBDebugger.cpp1463 SBTypeCategory SBDebugger::GetCategory(const char *category_name) { in GetCategory() argument
1465 (const char *), category_name); in GetCategory()
1467 if (!category_name || *category_name == 0) in GetCategory()
1472 if (DataVisualization::Categories::GetCategory(ConstString(category_name), in GetCategory()
1492 SBTypeCategory SBDebugger::CreateCategory(const char *category_name) { in CreateCategory() argument
1494 (const char *), category_name); in CreateCategory()
1496 if (!category_name || *category_name == 0) in CreateCategory()
1501 if (DataVisualization::Categories::GetCategory(ConstString(category_name), in CreateCategory()
1509 bool SBDebugger::DeleteCategory(const char *category_name) { in DeleteCategory() argument
1511 category_name); in DeleteCategory()
[all …]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
HDSBDebugger.h267 SBTypeCategory GetCategory(const char *category_name);
271 SBTypeCategory CreateCategory(const char *category_name);
273 bool DeleteCategory(const char *category_name);
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
HDSBDebugger.i450 GetCategory (const char* category_name);
456 CreateCategory (const char* category_name);
459 DeleteCategory (const char* category_name);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
HDTimer.h27 explicit Category(const char *category_name);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectType.cpp486 SynthFormatType type, std::string category_name,
1602 std::string category_name, in AddSummary() argument
1605 DataVisualization::Categories::GetCategory(ConstString(category_name.c_str()), in AddSummary()
2325 std::string category_name, in AddSynth() argument
2328 DataVisualization::Categories::GetCategory(ConstString(category_name.c_str()), in AddSynth()
2450 FilterFormatType type, std::string category_name, in AddFilter() argument
2454 ConstString(category_name.c_str()), category); in AddFilter()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang-c/
HDIndex.h4254 const char *category_name);
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
HDMachODump.cpp3650 uint32_t category_name; /* char * (32-bit pointer) */ member
3927 sys::swapByteOrder(objc_category.category_name); in swapStruct()
5627 << format("0x%08" PRIx32, objc_category->category_name); in print_objc_objc_category_t()
5629 name = get_pointer_32(objc_category->category_name, offset, left, S, info, in print_objc_objc_category_t()