Home
last modified time | relevance | path

Searched defs:category_name (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DFormatManager.h58 void EnableCategory(ConstString category_name, in EnableCategory()
67 void DisableCategory(ConstString category_name) { in DisableCategory()
85 bool DeleteCategory(ConstString category_name) { in DeleteCategory()
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeCategoryMap.cpp58 bool TypeCategoryMap::Enable(KeyType category_name, Position pos) { in Enable()
66 bool TypeCategoryMap::Disable(KeyType category_name) { in Disable()
H A DFormatManager.cpp407 FormatManager::GetCategory(ConstString category_name, bool can_create) { in GetCategory()
/freebsd/usr.bin/localedef/
H A Dlocaledef.c67 category_name(void) in category_name() function
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp1551 SBTypeCategory SBDebugger::GetCategory(const char *category_name) { in GetCategory()
1578 SBTypeCategory SBDebugger::CreateCategory(const char *category_name) { in CreateCategory()
1594 bool SBDebugger::DeleteCategory(const char *category_name) { in DeleteCategory()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectType.cpp1564 std::string category_name, in AddSummary()
2207 std::string category_name, in AddSynth()
2347 FilterFormatType type, std::string category_name, in AddFilter()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp3869 uint32_t category_name; /* char * (32-bit pointer) */ member