| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | Baton.h | 43 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 D | ThreadPlanStack.h | 40 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 D | ThreadPlan.h | 338 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 D | WatchpointOptions.h | 153 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 D | WatchpointList.h | 59 void DumpWithLevel(Stream *s, lldb::DescriptionLevel description_level) const; 181 void GetDescription(Stream *s, lldb::DescriptionLevel level);
|
| H A D | Watchpoint.h | 93 void GetDescription(Stream *s, lldb::DescriptionLevel level); 96 void DumpWithLevel(Stream *s, lldb::DescriptionLevel description_level) const;
|
| H A D | BreakpointName.h | 102 bool GetDescription(Stream *s, lldb::DescriptionLevel level); 195 bool GetDescription(Stream *s, lldb::DescriptionLevel level);
|
| H A D | BreakpointPrecondition.h | 26 virtual void GetDescription(Stream &stream, lldb::DescriptionLevel level);
|
| H A D | BreakpointOptions.h | 90 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 D | DWARFExpression.h | 68 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 D | WatchpointOptions.cpp | 121 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 D | BreakpointName.cpp | 39 lldb::DescriptionLevel level) { in GetDescription() 56 bool BreakpointName::GetDescription(Stream *s, lldb::DescriptionLevel level) { in GetDescription()
|
| H A D | BreakpointPrecondition.cpp | 20 lldb::DescriptionLevel level) {} in GetDescription()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBTypeNameSpecifier.cpp | 89 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 D | SBTypeEnumMember.cpp | 182 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 D | SBTypeFilter.cpp | 61 lldb::DescriptionLevel description_level) { in GetDescription() 63 (lldb::SBStream &, lldb::DescriptionLevel), description, in GetDescription() 207 (lldb::SBStream &, lldb::DescriptionLevel)); in RegisterMethods()
|
| H A D | SBTypeSynthetic.cpp | 124 lldb::DescriptionLevel description_level) { in GetDescription() 126 (lldb::SBStream &, lldb::DescriptionLevel), description, in GetDescription() 234 (lldb::SBStream &, lldb::DescriptionLevel)); in RegisterMethods()
|
| H A D | SBTypeFormat.cpp | 103 lldb::DescriptionLevel description_level) { in GetDescription() 105 (lldb::SBStream &, lldb::DescriptionLevel), description, in GetDescription() 213 (lldb::SBStream &, lldb::DescriptionLevel)); in RegisterMethods()
|
| H A D | SBType.cpp | 400 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 D | SBWatchpoint.cpp | 237 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 D | SymbolContext.h | 220 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 D | AppleThreadPlanStepThroughObjCTrampoline.h | 33 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 D | SBType.h | 45 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 D | ThreadPlanStack.cpp | 20 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 D | Baton.cpp | 12 lldb::DescriptionLevel level, in GetDescription()
|