Home
last modified time | relevance | path

Searched refs:DumpStyle (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DLineEntry.h61 bool Dump(Stream *s, Target *target, bool show_file, Address::DumpStyle style,
62 Address::DumpStyle fallback_style, bool show_range) const;
H A DLineTable.h100 void Dump(Stream *s, Target *target, Address::DumpStyle style,
101 Address::DumpStyle fallback_style, bool show_line_ranges);
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DAddressRange.h190 Dump(Stream *s, Target *target, Address::DumpStyle style,
191 Address::DumpStyle fallback_style = Address::DumpStyleInvalid) const;
H A DAddress.h63 enum DumpStyle { enum
247 bool Dump(Stream *s, ExecutionContextScope *exe_scope, DumpStyle style,
248 DumpStyle fallback_style = DumpStyleInvalid,
/llvm-project-15.0.7/lldb/source/Core/
H A DAddressRange.cpp148 bool AddressRange::Dump(Stream *s, Target *target, Address::DumpStyle style, in Dump()
149 Address::DumpStyle fallback_style) const { in Dump()
H A DAddress.cpp406 bool Address::Dump(Stream *s, ExecutionContextScope *exe_scope, DumpStyle style, in Dump()
407 DumpStyle fallback_style, uint32_t addr_size, in Dump()
/llvm-project-15.0.7/lldb/source/Symbol/
H A DLineEntry.cpp71 Address::DumpStyle style, in Dump()
72 Address::DumpStyle fallback_style, bool show_range) const { in Dump()
H A DLineTable.cpp356 void LineTable::Dump(Stream *s, Target *target, Address::DumpStyle style, in Dump()
357 Address::DumpStyle fallback_style, bool show_line_ranges) { in Dump()
H A DCompactUnwindInfo.cpp192 Address::DumpStyle::DumpStyleResolvedDescriptionNoFunctionArguments, in GetUnwindPlan()
193 Address::DumpStyle::DumpStyleFileAddress, in GetUnwindPlan()
H A DFunction.cpp375 Address::DumpStyle fallback_style; in GetDescription()