Home
last modified time | relevance | path

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

123456

/src/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()
/src/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DWatchpointOptions.h148 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 DWatchpointList.h59 void DumpWithLevel(Stream *s, lldb::DescriptionLevel description_level) const;
181 void GetDescription(Stream *s, lldb::DescriptionLevel level);
H A DBreakpointName.h102 bool GetDescription(Stream *s, lldb::DescriptionLevel level);
183 bool GetDescription(Stream *s, lldb::DescriptionLevel level);
H A DWatchpoint.h127 void GetDescription(Stream *s, lldb::DescriptionLevel level);
130 void DumpWithLevel(Stream *s, lldb::DescriptionLevel description_level) const;
H A DBreakpointOptions.h89 void GetDescription(llvm::raw_ostream &s, lldb::DescriptionLevel level,
324 void GetDescription(Stream *s, lldb::DescriptionLevel level) const;
H A DBreakpointPrecondition.h26 virtual void GetDescription(Stream &stream, lldb::DescriptionLevel level);
/src/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,
167 void DumpPlans(Stream &strm, lldb::DescriptionLevel desc_level, bool internal,
172 lldb::DescriptionLevel desc_level, bool internal,
H A DThreadPlan.h343 virtual void GetDescription(Stream *s, lldb::DescriptionLevel level) = 0;
576 void GetDescription(Stream *s, lldb::DescriptionLevel level) override;
H A DThreadPlanCallFunctionUsingABI.h40 void GetDescription(Stream *s, lldb::DescriptionLevel level) override;
H A DThreadPlanCallOnFunctionExit.h34 void GetDescription(Stream *s, lldb::DescriptionLevel level) override;
H A DThreadPlanStepOverRange.h29 void GetDescription(Stream *s, lldb::DescriptionLevel level) override;
H A DThreadPlanCallUserExpression.h31 void GetDescription(Stream *s, lldb::DescriptionLevel level) override;
H A DThreadPlanBase.h28 void GetDescription(Stream *s, lldb::DescriptionLevel level) override;
H A DThreadPlanStepInstruction.h25 void GetDescription(Stream *s, lldb::DescriptionLevel level) override;
/src/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpointOptions.cpp119 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 DBreakpointName.cpp32 lldb::DescriptionLevel level) { in GetDescription()
49 bool BreakpointName::GetDescription(Stream *s, lldb::DescriptionLevel level) { in GetDescription()
H A DBreakpointPrecondition.cpp20 lldb::DescriptionLevel level) {} in GetDescription()
/src/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbolContext.h229 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 DAppleThreadPlanStepThroughObjCTrampoline.h34 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 DSBType.h51 lldb::DescriptionLevel description_level);
96 lldb::DescriptionLevel description_level);
249 lldb::DescriptionLevel description_level);
/src/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()
435 lldb::DescriptionLevel desc_level, in DumpPlans()
471 lldb::DescriptionLevel desc_level, in DumpPlansForTID()
H A DThreadPlanCallOnFunctionExit.cpp46 Stream *s, lldb::DescriptionLevel level) { in GetDescription()
/src/contrib/llvm-project/lldb/include/lldb/Expression/
H A DDWARFExpressionList.h91 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 DBaton.cpp12 lldb::DescriptionLevel level, in GetDescription()

123456