Home
last modified time | relevance | path

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

123456

/openbsd/src/gnu/llvm/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()
/openbsd/src/gnu/llvm/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.h59 void DumpWithLevel(Stream *s, lldb::DescriptionLevel description_level) const;
181 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);
DBreakpointOptions.h89 void GetDescription(llvm::raw_ostream &s, lldb::DescriptionLevel level,
324 void GetDescription(Stream *s, lldb::DescriptionLevel level) const;
DBreakpointPrecondition.h26 virtual void GetDescription(Stream &stream, lldb::DescriptionLevel level);
/openbsd/src/gnu/llvm/lldb/include/lldb/Target/
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,
DThreadPlan.h343 virtual void GetDescription(Stream *s, lldb::DescriptionLevel level) = 0;
576 void GetDescription(Stream *s, lldb::DescriptionLevel level) override;
DThreadPlanCallFunctionUsingABI.h40 void GetDescription(Stream *s, lldb::DescriptionLevel level) override;
DThreadPlanCallOnFunctionExit.h34 void GetDescription(Stream *s, lldb::DescriptionLevel level) override;
DThreadPlanStepOverRange.h29 void GetDescription(Stream *s, lldb::DescriptionLevel level) override;
/openbsd/src/gnu/llvm/lldb/source/Breakpoint/
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()
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()
/openbsd/src/gnu/llvm/lldb/include/lldb/Symbol/
DSymbolContext.h220 void GetDescription(Stream *s, lldb::DescriptionLevel level,
356 void GetDescription(Stream *s, lldb::DescriptionLevel level) const;
461 void GetDescription(Stream *s, lldb::DescriptionLevel level,
/openbsd/src/gnu/llvm/lldb/include/lldb/API/
DSBType.h45 lldb::DescriptionLevel description_level);
90 lldb::DescriptionLevel description_level);
211 lldb::DescriptionLevel description_level);
/openbsd/src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleThreadPlanStepThroughObjCTrampoline.h34 void GetDescription(Stream *s, lldb::DescriptionLevel level) override;
91 void GetDescription(Stream *s, lldb::DescriptionLevel level) override;
/openbsd/src/gnu/llvm/lldb/source/Target/
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()
DThreadPlanCallOnFunctionExit.cpp46 Stream *s, lldb::DescriptionLevel level) { in GetDescription()
/openbsd/src/gnu/llvm/lldb/include/lldb/Expression/
DDWARFExpressionList.h85 bool DumpLocations(Stream *s, lldb::DescriptionLevel level,
90 void GetDescription(Stream *s, lldb::DescriptionLevel level, ABI *abi) const;
/openbsd/src/gnu/llvm/lldb/source/Utility/
DBaton.cpp12 lldb::DescriptionLevel level, in GetDescription()
/openbsd/src/gnu/llvm/lldb/bindings/interface/
DSBTypeNameSpecifier.i54 lldb::DescriptionLevel description_level);
DSBTypeFilter.i56 GetDescription (lldb::SBStream &description, lldb::DescriptionLevel description_level);
DSBTypeFormat.i56 lldb::DescriptionLevel description_level);

123456