| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/ |
| H A D | Baton.h | 44 lldb::DescriptionLevel level) const = 0; 56 void GetDescription(Stream *s, lldb::DescriptionLevel level) const override; 70 lldb::DescriptionLevel level) const override {} in GetDescription()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Breakpoint/ |
| H A D | WatchpointOptions.h | 182 void GetDescription(Stream *s, lldb::DescriptionLevel level) const; 187 void GetCallbackDescription(Stream *s, lldb::DescriptionLevel level) const; 218 void GetDescription(Stream *s, lldb::DescriptionLevel level) const override;
|
| H A D | WatchpointList.h | 66 void DumpWithLevel(Stream *s, lldb::DescriptionLevel description_level) const; 212 void GetDescription(Stream *s, lldb::DescriptionLevel level);
|
| H A D | Watchpoint.h | 94 void GetDescription(Stream *s, lldb::DescriptionLevel level); 97 void DumpWithLevel(Stream *s, lldb::DescriptionLevel description_level) const;
|
| H A D | BreakpointName.h | 103 bool GetDescription(Stream *s, lldb::DescriptionLevel level); 196 bool GetDescription(Stream *s, lldb::DescriptionLevel level);
|
| H A D | BreakpointOptions.h | 94 void GetDescription(Stream *s, lldb::DescriptionLevel level) const override; 377 void GetDescription(Stream *s, lldb::DescriptionLevel level) const;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/ |
| H A D | WatchpointOptions.cpp | 132 Stream *s, lldb::DescriptionLevel level) const { in GetCallbackDescription() 140 lldb::DescriptionLevel level) const { in GetDescription() 170 Stream *s, lldb::DescriptionLevel level) const { in GetDescription()
|
| H A D | BreakpointName.cpp | 40 lldb::DescriptionLevel level) { in GetDescription() 57 bool BreakpointName::GetDescription(Stream *s, lldb::DescriptionLevel level) { in GetDescription()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Expression/ |
| H A D | DWARFExpression.h | 101 void GetDescription(Stream *s, lldb::DescriptionLevel level, 351 bool DumpLocationForAddress(Stream *s, lldb::DescriptionLevel level, 390 lldb::DescriptionLevel level, ABI *abi) const;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/ |
| H A D | SymbolContext.h | 255 void GetDescription(Stream *s, lldb::DescriptionLevel level, 417 void GetDescription(Stream *s, lldb::DescriptionLevel level) const; 538 void GetDescription(Stream *s, lldb::DescriptionLevel level,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/ |
| H A D | SBType.h | 44 lldb::DescriptionLevel description_level); 87 lldb::DescriptionLevel description_level); 194 lldb::DescriptionLevel description_level);
|
| H A D | SBTypeNameSpecifier.h | 39 lldb::DescriptionLevel description_level);
|
| H A D | SBTypeEnumMember.h | 39 lldb::DescriptionLevel description_level);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/ |
| H A D | Baton.cpp | 13 Stream *s, lldb::DescriptionLevel level) const {} in GetDescription()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/ |
| H A D | ThreadPlan.h | 400 virtual void GetDescription(Stream *s, lldb::DescriptionLevel level) = 0; 642 void GetDescription(Stream *s, lldb::DescriptionLevel level) override;
|
| H A D | ThreadPlanCallFunctionUsingABI.h | 41 void GetDescription(Stream *s, lldb::DescriptionLevel level) override;
|
| H A D | ThreadPlanCallOnFunctionExit.h | 37 void GetDescription(Stream *s, lldb::DescriptionLevel level) override;
|
| H A D | ThreadPlanPython.h | 38 void GetDescription(Stream *s, lldb::DescriptionLevel level) override;
|
| H A D | ThreadPlanStepOverRange.h | 30 void GetDescription(Stream *s, lldb::DescriptionLevel level) override;
|
| H A D | ThreadPlanCallUserExpression.h | 32 void GetDescription(Stream *s, lldb::DescriptionLevel level) override;
|
| H A D | ThreadPlanBase.h | 31 void GetDescription(Stream *s, lldb::DescriptionLevel level) override;
|
| H A D | ThreadPlanStepOverBreakpoint.h | 24 void GetDescription(Stream *s, lldb::DescriptionLevel level) override;
|
| H A D | ThreadPlanStepInstruction.h | 26 void GetDescription(Stream *s, lldb::DescriptionLevel level) override;
|
| H A D | ThreadPlanRunToAddress.h | 33 void GetDescription(Stream *s, lldb::DescriptionLevel level) override;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | ThreadPlanCallOnFunctionExit.cpp | 49 Stream *s, lldb::DescriptionLevel level) { in GetDescription()
|