Home
last modified time | relevance | path

Searched refs:DescriptionLevel (Results 1 – 25 of 138) sorted by relevance

123456

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DBaton.h43 lldb::DescriptionLevel level,
56 void GetDescription(llvm::raw_ostream &s, lldb::DescriptionLevel level,
70 void GetDescription(llvm::raw_ostream &s, lldb::DescriptionLevel level, in GetDescription()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlanStack.h40 void DumpThreadPlans(Stream &s, lldb::DescriptionLevel desc_level,
100 const PlanStack &stack, lldb::DescriptionLevel desc_level,
163 void DumpPlans(Stream &strm, lldb::DescriptionLevel desc_level, bool internal,
168 lldb::DescriptionLevel desc_level, bool internal,
H A DThreadPlan.h338 virtual void GetDescription(Stream *s, lldb::DescriptionLevel level) = 0;
569 void GetDescription(Stream *s, lldb::DescriptionLevel level) override;
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DWatchpointOptions.h153 void GetDescription(Stream *s, lldb::DescriptionLevel level) const;
156 void GetCallbackDescription(Stream *s, lldb::DescriptionLevel level) const;
183 void GetDescription(llvm::raw_ostream &s, lldb::DescriptionLevel level,
H A DWatchpointList.h59 void DumpWithLevel(Stream *s, lldb::DescriptionLevel description_level) const;
181 void GetDescription(Stream *s, lldb::DescriptionLevel level);
H A DWatchpoint.h93 void GetDescription(Stream *s, lldb::DescriptionLevel level);
96 void DumpWithLevel(Stream *s, lldb::DescriptionLevel description_level) const;
H A DBreakpointName.h102 bool GetDescription(Stream *s, lldb::DescriptionLevel level);
195 bool GetDescription(Stream *s, lldb::DescriptionLevel level);
H A DBreakpointPrecondition.h26 virtual void GetDescription(Stream &stream, lldb::DescriptionLevel level);
H A DBreakpointOptions.h90 void GetDescription(llvm::raw_ostream &s, lldb::DescriptionLevel level,
325 void GetDescription(Stream *s, lldb::DescriptionLevel level) const;
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Expression/
H A DDWARFExpression.h68 void GetDescription(Stream *s, lldb::DescriptionLevel level,
216 bool DumpLocationForAddress(Stream *s, lldb::DescriptionLevel level,
242 lldb::DescriptionLevel level, ABI *abi) const;
/freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpointOptions.cpp121 Stream *s, lldb::DescriptionLevel level) const { in GetCallbackDescription()
130 lldb::DescriptionLevel level) const { in GetDescription()
160 llvm::raw_ostream &s, lldb::DescriptionLevel level, in GetDescription()
H A DBreakpointName.cpp39 lldb::DescriptionLevel level) { in GetDescription()
56 bool BreakpointName::GetDescription(Stream *s, lldb::DescriptionLevel level) { in GetDescription()
H A DBreakpointPrecondition.cpp20 lldb::DescriptionLevel level) {} in GetDescription()
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBTypeNameSpecifier.cpp89 lldb::SBStream &description, lldb::DescriptionLevel description_level) { in GetDescription()
91 (lldb::SBStream &, lldb::DescriptionLevel), description, in GetDescription()
175 (lldb::SBStream &, lldb::DescriptionLevel)); in RegisterMethods()
H A DSBTypeEnumMember.cpp182 lldb::SBStream &description, lldb::DescriptionLevel description_level) { in GetDescription()
184 (lldb::SBStream &, lldb::DescriptionLevel), description, in GetDescription()
231 (lldb::SBStream &, lldb::DescriptionLevel)); in RegisterMethods()
H A DSBTypeFilter.cpp61 lldb::DescriptionLevel description_level) { in GetDescription()
63 (lldb::SBStream &, lldb::DescriptionLevel), description, in GetDescription()
207 (lldb::SBStream &, lldb::DescriptionLevel)); in RegisterMethods()
H A DSBTypeSynthetic.cpp124 lldb::DescriptionLevel description_level) { in GetDescription()
126 (lldb::SBStream &, lldb::DescriptionLevel), description, in GetDescription()
234 (lldb::SBStream &, lldb::DescriptionLevel)); in RegisterMethods()
H A DSBTypeFormat.cpp103 lldb::DescriptionLevel description_level) { in GetDescription()
105 (lldb::SBStream &, lldb::DescriptionLevel), description, in GetDescription()
213 (lldb::SBStream &, lldb::DescriptionLevel)); in RegisterMethods()
H A DSBType.cpp400 lldb::DescriptionLevel description_level) { in GetDescription()
402 (lldb::SBStream &, lldb::DescriptionLevel), description, in GetDescription()
739 lldb::DescriptionLevel description_level) { in GetDescription()
741 (lldb::SBStream &, lldb::DescriptionLevel), description, in GetDescription()
899 lldb::SBStream &description, lldb::DescriptionLevel description_level) { in GetDescription()
901 (lldb::SBStream &, lldb::DescriptionLevel), description, in GetDescription()
972 (lldb::SBStream &, lldb::DescriptionLevel)); in RegisterMethods()
1014 (lldb::SBStream &, lldb::DescriptionLevel)); in RegisterMethods()
1037 (lldb::SBStream &, lldb::DescriptionLevel)); in RegisterMethods()
H A DSBWatchpoint.cpp237 DescriptionLevel level) { in GetDescription()
239 (lldb::SBStream &, lldb::DescriptionLevel), description, in GetDescription()
336 (lldb::SBStream &, lldb::DescriptionLevel)); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbolContext.h220 void GetDescription(Stream *s, lldb::DescriptionLevel level,
356 void GetDescription(Stream *s, lldb::DescriptionLevel level) const;
461 void GetDescription(Stream *s, lldb::DescriptionLevel level,
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.h33 void GetDescription(Stream *s, lldb::DescriptionLevel level) override;
83 void GetDescription(Stream *s, lldb::DescriptionLevel level) override;
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBType.h45 lldb::DescriptionLevel description_level);
90 lldb::DescriptionLevel description_level);
206 lldb::DescriptionLevel description_level);
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStack.cpp20 lldb::DescriptionLevel desc_level, in PrintPlanElement()
40 lldb::DescriptionLevel desc_level, in DumpThreadPlans()
54 lldb::DescriptionLevel desc_level, in PrintOneStack()
429 lldb::DescriptionLevel desc_level, in DumpPlans()
464 lldb::DescriptionLevel desc_level, in DumpPlansForTID()
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DBaton.cpp12 lldb::DescriptionLevel level, in GetDescription()

123456