Home
last modified time | relevance | path

Searched refs:matching_type (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/lldb/source/DataFormatters/
DTypeCategory.cpp227 FormatCategoryItems *matching_type) { in AnyMatches() argument
240 if (matching_type) in AnyMatches()
241 *matching_type = eFormatCategoryItemValue; in AnyMatches()
250 if (matching_type) in AnyMatches()
251 *matching_type = eFormatCategoryItemRegexValue; in AnyMatches()
260 if (matching_type) in AnyMatches()
261 *matching_type = eFormatCategoryItemSummary; in AnyMatches()
270 if (matching_type) in AnyMatches()
271 *matching_type = eFormatCategoryItemRegexSummary; in AnyMatches()
280 if (matching_type) in AnyMatches()
[all …]
DDataVisualization.cpp71 TypeCategoryImpl::FormatCategoryItems *matching_type) { in AnyMatches() argument
73 matching_category, matching_type); in AnyMatches()
DTypeCategoryMap.cpp159 TypeCategoryImpl::FormatCategoryItems *matching_type) { in AnyMatches() argument
165 matching_category, matching_type)) in AnyMatches()
/external/llvm-project/lldb/include/lldb/DataFormatters/
DFormatManager.h135 TypeCategoryImpl::FormatCategoryItems *matching_type = nullptr) {
137 matching_category, matching_type);
DTypeCategoryMap.h76 TypeCategoryImpl::FormatCategoryItems *matching_type = nullptr);
DDataVisualization.h58 TypeCategoryImpl::FormatCategoryItems *matching_type = nullptr);
DTypeCategory.h314 FormatCategoryItems *matching_type = nullptr);
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.cpp2412 Type *matching_type = ResolveType(die, true, true); in FindTypes() local
2413 if (!matching_type) in FindTypes()
2418 types.InsertUnique(matching_type->shared_from_this()); in FindTypes()
2479 if (Type *matching_type = ResolveType(die, true, true)) { in FindTypes() local
2482 types.InsertUnique(matching_type->shared_from_this()); in FindTypes()