Home
last modified time | relevance | path

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

123456

/external/llvm-project/lldb/include/lldb/Utility/
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()
/external/llvm-project/lldb/include/lldb/Target/
DThreadPlanStack.h42 void DumpThreadPlans(Stream &s, lldb::DescriptionLevel desc_level,
102 const PlanStack &stack, lldb::DescriptionLevel desc_level,
155 void DumpPlans(Stream &strm, lldb::DescriptionLevel desc_level, bool internal,
160 lldb::DescriptionLevel desc_level, bool internal,
DThreadPlanCallFunctionUsingABI.h40 void GetDescription(Stream *s, lldb::DescriptionLevel level) override;
/external/llvm-project/lldb/include/lldb/Breakpoint/
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,
DWatchpointList.h53 void DumpWithLevel(Stream *s, lldb::DescriptionLevel description_level) const;
175 void GetDescription(Stream *s, lldb::DescriptionLevel level);
DWatchpoint.h93 void GetDescription(Stream *s, lldb::DescriptionLevel level);
96 void DumpWithLevel(Stream *s, lldb::DescriptionLevel description_level) const;
DBreakpointName.h102 bool GetDescription(Stream *s, lldb::DescriptionLevel level);
195 bool GetDescription(Stream *s, lldb::DescriptionLevel level);
DBreakpointPrecondition.h26 virtual void GetDescription(Stream &stream, lldb::DescriptionLevel level);
DBreakpointOptions.h91 void GetDescription(llvm::raw_ostream &s, lldb::DescriptionLevel level,
326 void GetDescription(Stream *s, lldb::DescriptionLevel level) const;
/external/llvm-project/lldb/include/lldb/Expression/
DDWARFExpression.h68 void GetDescription(Stream *s, lldb::DescriptionLevel level,
216 bool DumpLocationForAddress(Stream *s, lldb::DescriptionLevel level,
242 lldb::DescriptionLevel level, ABI *abi) const;
/external/llvm-project/lldb/source/Breakpoint/
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()
DBreakpointName.cpp39 lldb::DescriptionLevel level) { in GetDescription()
56 bool BreakpointName::GetDescription(Stream *s, lldb::DescriptionLevel level) { in GetDescription()
DBreakpointPrecondition.cpp20 lldb::DescriptionLevel level) {} in GetDescription()
/external/llvm-project/lldb/source/API/
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()
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()
DSBTypeFilter.cpp61 lldb::DescriptionLevel description_level) { in GetDescription()
63 (lldb::SBStream &, lldb::DescriptionLevel), description, in GetDescription()
207 (lldb::SBStream &, lldb::DescriptionLevel)); in RegisterMethods()
DSBTypeSynthetic.cpp124 lldb::DescriptionLevel description_level) { in GetDescription()
126 (lldb::SBStream &, lldb::DescriptionLevel), description, in GetDescription()
234 (lldb::SBStream &, lldb::DescriptionLevel)); in RegisterMethods()
DSBTypeFormat.cpp103 lldb::DescriptionLevel description_level) { in GetDescription()
105 (lldb::SBStream &, lldb::DescriptionLevel), description, in GetDescription()
213 (lldb::SBStream &, lldb::DescriptionLevel)); in RegisterMethods()
DSBType.cpp382 lldb::DescriptionLevel description_level) { in GetDescription()
384 (lldb::SBStream &, lldb::DescriptionLevel), description, in GetDescription()
721 lldb::DescriptionLevel description_level) { in GetDescription()
723 (lldb::SBStream &, lldb::DescriptionLevel), description, in GetDescription()
881 lldb::SBStream &description, lldb::DescriptionLevel description_level) { in GetDescription()
883 (lldb::SBStream &, lldb::DescriptionLevel), description, in GetDescription()
952 (lldb::SBStream &, lldb::DescriptionLevel)); in RegisterMethods()
994 (lldb::SBStream &, lldb::DescriptionLevel)); in RegisterMethods()
1017 (lldb::SBStream &, lldb::DescriptionLevel)); in RegisterMethods()
DSBWatchpoint.cpp237 DescriptionLevel level) { in GetDescription()
239 (lldb::SBStream &, lldb::DescriptionLevel), description, in GetDescription()
336 (lldb::SBStream &, lldb::DescriptionLevel)); in RegisterMethods()
/external/llvm-project/lldb/include/lldb/Symbol/
DSymbolContext.h220 void GetDescription(Stream *s, lldb::DescriptionLevel level,
355 void GetDescription(Stream *s, lldb::DescriptionLevel level) const;
460 void GetDescription(Stream *s, lldb::DescriptionLevel level,
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleThreadPlanStepThroughObjCTrampoline.h34 void GetDescription(Stream *s, lldb::DescriptionLevel level) override;
84 void GetDescription(Stream *s, lldb::DescriptionLevel level) override;
/external/llvm-project/lldb/include/lldb/API/
DSBType.h45 lldb::DescriptionLevel description_level);
90 lldb::DescriptionLevel description_level);
201 lldb::DescriptionLevel description_level);
/external/llvm-project/lldb/source/Target/
DThreadPlanStack.cpp20 lldb::DescriptionLevel desc_level, in PrintPlanElement()
40 lldb::DescriptionLevel desc_level, in DumpThreadPlans()
53 lldb::DescriptionLevel desc_level, in PrintOneStack()
425 lldb::DescriptionLevel desc_level, in DumpPlans()
460 lldb::DescriptionLevel desc_level, in DumpPlansForTID()
/external/llvm-project/lldb/source/Utility/
DBaton.cpp12 lldb::DescriptionLevel level, in GetDescription()

123456