Home
last modified time | relevance | path

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

12345

/external/lldb/include/lldb/Breakpoint/
DWatchpointOptions.h174 GetDescription (Stream *s, lldb::DescriptionLevel level) const;
180 GetCallbackDescription (Stream *s, lldb::DescriptionLevel level) const;
234 GetDescription (Stream *s, lldb::DescriptionLevel level) const;
DWatchpointList.h73 DumpWithLevel (Stream *s, lldb::DescriptionLevel description_level) const;
238 lldb::DescriptionLevel level);
DBreakpointOptions.h277 GetDescription (Stream *s, lldb::DescriptionLevel level) const;
332 GetDescription (Stream *s, lldb::DescriptionLevel level) const;
DWatchpoint.h111 void GetDescription (Stream *s, lldb::DescriptionLevel level);
114 void DumpWithLevel (Stream *s, lldb::DescriptionLevel description_level) const;
/external/lldb/source/Core/
DLanguage.cpp110 Language::AsCString (lldb::DescriptionLevel level) const in AsCString()
118 return AsCString ((lldb::DescriptionLevel)(level + 1)); in AsCString()
132 Language::GetDescription (Stream *s, lldb::DescriptionLevel level) const in GetDescription()
DBaton.cpp22 Baton::GetDescription (Stream *s, lldb::DescriptionLevel level) const in GetDescription()
/external/lldb/include/lldb/Core/
DLanguage.h53 AsCString (lldb::DescriptionLevel level = lldb::eDescriptionLevelBrief) const;
59 GetDescription (Stream *s, lldb::DescriptionLevel level) const;
DBaton.h49 GetDescription (Stream *s, lldb::DescriptionLevel level) const;
/external/lldb/include/lldb/Expression/
DDWARFExpression.h98 lldb::DescriptionLevel level,
372 lldb::DescriptionLevel level,
401 lldb::DescriptionLevel level,
/external/lldb/include/lldb/Symbol/
DSymbolContext.h217 lldb::DescriptionLevel level,
388 GetDescription (Stream *s, lldb::DescriptionLevel level) const;
546 lldb::DescriptionLevel level,
/external/lldb/source/Breakpoint/
DWatchpointOptions.cpp167 WatchpointOptions::GetCallbackDescription (Stream *s, lldb::DescriptionLevel level) const in GetCallbackDescription()
176 WatchpointOptions::GetDescription (Stream *s, lldb::DescriptionLevel level) const in GetDescription()
211 WatchpointOptions::CommandBaton::GetDescription (Stream *s, lldb::DescriptionLevel level) const in GetDescription()
DBreakpointOptions.cpp211 BreakpointOptions::GetDescription (Stream *s, lldb::DescriptionLevel level) const in GetDescription()
268 BreakpointOptions::CommandBaton::GetDescription (Stream *s, lldb::DescriptionLevel level) const in GetDescription()
/external/lldb/include/lldb/API/
DSBType.h54 lldb::DescriptionLevel description_level);
169 lldb::DescriptionLevel description_level);
DSBTypeNameSpecifier.h46 lldb::DescriptionLevel description_level);
/external/lldb/include/lldb/Target/
DThreadPlan.h323 lldb::DescriptionLevel level) = 0;
620 lldb::DescriptionLevel level);
DThreadPlanStepOverRange.h35 virtual void GetDescription (Stream *s, lldb::DescriptionLevel level);
DThreadPlanCallUserExpression.h42 GetDescription (Stream *s, lldb::DescriptionLevel level);
DThreadPlanStepOverBreakpoint.h28 virtual void GetDescription (Stream *s, lldb::DescriptionLevel level);
DThreadPlanStepInstruction.h28 virtual void GetDescription (Stream *s, lldb::DescriptionLevel level);
DThreadPlanBase.h36 virtual void GetDescription (Stream *s, lldb::DescriptionLevel level);
/external/lldb/scripts/Python/interface/
DSBTypeNameSpecifier.i48 lldb::DescriptionLevel description_level);
DSBBreakpointLocation.i101 GetDescription (lldb::SBStream &description, DescriptionLevel level);
DSBWatchpoint.i86 GetDescription (lldb::SBStream &description, DescriptionLevel level);
DSBTypeFilter.i56 GetDescription (lldb::SBStream &description, lldb::DescriptionLevel description_level);
DSBTypeFormat.i48 lldb::DescriptionLevel description_level);

12345