Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DLineEntry.h56 bool Dump(Stream *s, Target *target, bool show_file, Address::DumpStyle style,
57 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);
/src/contrib/llvm-project/lldb/include/lldb/Core/
H A DAddress.h66 enum DumpStyle { enum
257 Dump(Stream *s, ExecutionContextScope *exe_scope, DumpStyle style,
258 DumpStyle fallback_style = DumpStyleInvalid,
H A DAddressRange.h192 Dump(Stream *s, Target *target, Address::DumpStyle style,
193 Address::DumpStyle fallback_style = Address::DumpStyleInvalid) const;
/src/contrib/llvm-project/lldb/source/Symbol/
H A DLineEntry.cpp61 Address::DumpStyle style, in Dump()
62 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.cpp191 Address::DumpStyle::DumpStyleResolvedDescriptionNoFunctionArguments, in GetUnwindPlan()
192 Address::DumpStyle::DumpStyleFileAddress, in GetUnwindPlan()
H A DFunction.cpp410 Address::DumpStyle fallback_style; in GetDescription()
/src/contrib/llvm-project/lldb/source/Core/
H A DAddressRange.cpp153 bool AddressRange::Dump(Stream *s, Target *target, Address::DumpStyle style, in Dump()
154 Address::DumpStyle fallback_style) const { in Dump()
H A DAddress.cpp408 bool Address::Dump(Stream *s, ExecutionContextScope *exe_scope, DumpStyle style, in Dump()
409 DumpStyle fallback_style, uint32_t addr_size, in Dump()