| /src/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()
|
| /src/contrib/llvm-project/lldb/include/lldb/Breakpoint/ |
| H A D | WatchpointOptions.h | 148 void GetDescription(Stream *s, lldb::DescriptionLevel level) const; 151 void GetCallbackDescription(Stream *s, lldb::DescriptionLevel level) const; 178 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 | BreakpointName.h | 102 bool GetDescription(Stream *s, lldb::DescriptionLevel level); 183 bool GetDescription(Stream *s, lldb::DescriptionLevel level);
|
| H A D | Watchpoint.h | 127 void GetDescription(Stream *s, lldb::DescriptionLevel level); 130 void DumpWithLevel(Stream *s, lldb::DescriptionLevel description_level) const;
|
| H A D | BreakpointOptions.h | 89 void GetDescription(llvm::raw_ostream &s, lldb::DescriptionLevel level, 324 void GetDescription(Stream *s, lldb::DescriptionLevel level) const;
|
| H A D | BreakpointPrecondition.h | 26 virtual void GetDescription(Stream &stream, lldb::DescriptionLevel level);
|
| /src/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, 167 void DumpPlans(Stream &strm, lldb::DescriptionLevel desc_level, bool internal, 172 lldb::DescriptionLevel desc_level, bool internal,
|
| H A D | ThreadPlan.h | 343 virtual void GetDescription(Stream *s, lldb::DescriptionLevel level) = 0; 576 void GetDescription(Stream *s, lldb::DescriptionLevel level) override;
|
| H A D | ThreadPlanCallFunctionUsingABI.h | 40 void GetDescription(Stream *s, lldb::DescriptionLevel level) override;
|
| H A D | ThreadPlanCallOnFunctionExit.h | 34 void GetDescription(Stream *s, lldb::DescriptionLevel level) override;
|
| H A D | ThreadPlanStepOverRange.h | 29 void GetDescription(Stream *s, lldb::DescriptionLevel level) override;
|
| H A D | ThreadPlanCallUserExpression.h | 31 void GetDescription(Stream *s, lldb::DescriptionLevel level) override;
|
| H A D | ThreadPlanBase.h | 28 void GetDescription(Stream *s, lldb::DescriptionLevel level) override;
|
| H A D | ThreadPlanStepInstruction.h | 25 void GetDescription(Stream *s, lldb::DescriptionLevel level) override;
|
| /src/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | WatchpointOptions.cpp | 119 Stream *s, lldb::DescriptionLevel level) const { in GetCallbackDescription() 128 lldb::DescriptionLevel level) const { in GetDescription() 158 llvm::raw_ostream &s, lldb::DescriptionLevel level, in GetDescription()
|
| H A D | BreakpointName.cpp | 32 lldb::DescriptionLevel level) { in GetDescription() 49 bool BreakpointName::GetDescription(Stream *s, lldb::DescriptionLevel level) { in GetDescription()
|
| H A D | BreakpointPrecondition.cpp | 20 lldb::DescriptionLevel level) {} in GetDescription()
|
| /src/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | SymbolContext.h | 229 Stream *s, lldb::DescriptionLevel level, Target *target, 352 void GetDescription(Stream *s, lldb::DescriptionLevel level) const; 457 void GetDescription(Stream *s, lldb::DescriptionLevel level,
|
| /src/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleThreadPlanStepThroughObjCTrampoline.h | 34 void GetDescription(Stream *s, lldb::DescriptionLevel level) override; 91 void GetDescription(Stream *s, lldb::DescriptionLevel level) override;
|
| /src/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBType.h | 51 lldb::DescriptionLevel description_level); 96 lldb::DescriptionLevel description_level); 249 lldb::DescriptionLevel description_level);
|
| /src/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() 435 lldb::DescriptionLevel desc_level, in DumpPlans() 471 lldb::DescriptionLevel desc_level, in DumpPlansForTID()
|
| H A D | ThreadPlanCallOnFunctionExit.cpp | 46 Stream *s, lldb::DescriptionLevel level) { in GetDescription()
|
| /src/contrib/llvm-project/lldb/include/lldb/Expression/ |
| H A D | DWARFExpressionList.h | 91 bool DumpLocations(Stream *s, lldb::DescriptionLevel level, 96 void GetDescription(Stream *s, lldb::DescriptionLevel level, ABI *abi) const;
|
| /src/contrib/llvm-project/lldb/source/Utility/ |
| H A D | Baton.cpp | 12 lldb::DescriptionLevel level, in GetDescription()
|