Home
last modified time | relevance | path

Searched refs:fallback_style (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DAddressRange.cpp154 Address::DumpStyle fallback_style) const { in Dump()
167 m_base_addr.Dump(s, target, style, fallback_style); in Dump()
200 } else if (fallback_style != Address::DumpStyleInvalid) { in Dump()
201 return Dump(s, target, fallback_style, Address::DumpStyleInvalid); in Dump()
H A DAddress.cpp397 DumpStyle fallback_style, uint32_t addr_size, in Dump() argument
449 if (fallback_style != DumpStyleInvalid) in Dump()
450 return Dump(s, exe_scope, fallback_style, DumpStyleInvalid, addr_size); in Dump()
477 if (fallback_style != DumpStyleInvalid) in Dump()
478 return Dump(s, exe_scope, fallback_style, DumpStyleInvalid, addr_size); in Dump()
689 if (fallback_style != DumpStyleInvalid) in Dump()
690 return Dump(s, exe_scope, fallback_style, DumpStyleInvalid, addr_size, in Dump()
759 if (fallback_style != DumpStyleInvalid) in Dump()
760 return Dump(s, exe_scope, fallback_style, DumpStyleInvalid, addr_size, in Dump()
791 if (fallback_style != DumpStyleInvalid) in Dump()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DLineEntry.cpp62 Address::DumpStyle fallback_style, bool show_range) const { in Dump() argument
65 if (!range.Dump(s, target, style, fallback_style)) in Dump()
69 if (!range.GetBaseAddress().Dump(s, target, style, fallback_style)) in Dump()
H A DLineTable.cpp327 Address::DumpStyle fallback_style, bool show_line_ranges) { in Dump() argument
334 style, fallback_style, show_line_ranges); in Dump()
H A DFunction.cpp421 Address::DumpStyle fallback_style = in GetDescription() local
428 range.Dump(s, target, Address::DumpStyleLoadAddress, fallback_style); in GetDescription()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DLineEntry.h57 Address::DumpStyle fallback_style, bool show_range) const;
H A DLineTable.h83 Address::DumpStyle fallback_style, bool show_line_ranges);
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DAddressRange.h193 Address::DumpStyle fallback_style = Address::DumpStyleInvalid) const;
H A DAddress.h258 DumpStyle fallback_style = DumpStyleInvalid,