Home
last modified time | relevance | path

Searched refs:FormatterMatchType (Results 1 – 9 of 9) sorted by relevance

/openbsd/gnu/llvm/lldb/source/DataFormatters/
H A DFormattersHelpers.cpp29 FormatterMatchType match_type = in AddFormat()
37 FormatterMatchType match_type = in AddSummary()
47 FormatterMatchType match_type = in AddStringSummary()
58 FormatterMatchType match_type = in AddOneLineSummary()
70 FormatterMatchType match_type = in AddCXXSummary()
82 FormatterMatchType match_type = in AddCXXSynthetic()
94 FormatterMatchType match_type = in AddFilter()
/openbsd/gnu/llvm/lldb/source/API/
H A DSBTypeNameSpecifier.cpp29 FormatterMatchType match_type) in SBTypeNameSpecifier()
82 FormatterMatchType SBTypeNameSpecifier::GetMatchType() { in GetMatchType()
102 lldb::FormatterMatchType match_type = GetMatchType(); in GetDescription()
/openbsd/gnu/llvm/lldb/bindings/interface/
H A DSBTypeNameSpecifier.i24 lldb::FormatterMatchType match_type);
46 lldb::FormatterMatchType
/openbsd/gnu/llvm/lldb/include/lldb/API/
H A DSBTypeNameSpecifier.h24 lldb::FormatterMatchType match_type);
40 lldb::FormatterMatchType GetMatchType();
/openbsd/gnu/llvm/lldb/include/lldb/DataFormatters/
H A DFormatClasses.h151 lldb::FormatterMatchType match_type) in TypeNameSpecifierImpl()
185 lldb::FormatterMatchType GetMatchType() { return m_match_type; } in GetMatchType()
190 lldb::FormatterMatchType m_match_type = lldb::eFormatterMatchExact;
H A DTypeCategory.h227 void AddTypeFormat(llvm::StringRef name, lldb::FormatterMatchType match_type, in AddTypeFormat()
239 void AddTypeSummary(llvm::StringRef name, lldb::FormatterMatchType match_type, in AddTypeSummary()
251 void AddTypeFilter(llvm::StringRef name, lldb::FormatterMatchType match_type, in AddTypeFilter()
264 lldb::FormatterMatchType match_type, in AddTypeSynthetic()
H A DFormattersContainer.h52 lldb::FormatterMatchType m_match_type;
117 lldb::FormatterMatchType GetMatchType() const { return m_match_type; } in GetMatchType()
/openbsd/gnu/llvm/lldb/source/Commands/
H A DCommandObjectType.cpp52 FormatterMatchType m_match_type;
57 FormatterMatchType match_type, ConstString name, in ScriptAddOptions()
70 FormatterMatchType m_match_type;
75 FormatterMatchType match_type, std::string catg) in SynthAddOptions()
127 FormatterMatchType m_match_type = eFormatterMatchExact;
259 FormatterMatchType match_type, std::string category,
367 FormatterMatchType m_match_type;
493 FormatterMatchType match_type, std::string category_name,
688 FormatterMatchType match_type = eFormatterMatchExact; in DoExecute()
2308 FormatterMatchType match_type, in AddSynth()
[all …]
/openbsd/gnu/llvm/lldb/include/lldb/
H A Dlldb-enumerations.h842 enum FormatterMatchType { enum