Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DAddressRange.cpp149 Address::DumpStyle fallback_style) const { in Dump()
162 m_base_addr.Dump(s, target, style, fallback_style); in Dump()
192 } else if (fallback_style != Address::DumpStyleInvalid) { in Dump()
193 return Dump(s, target, fallback_style, Address::DumpStyleInvalid); in Dump()
H A DAddress.cpp409 DumpStyle fallback_style, uint32_t addr_size, in Dump() argument
461 if (fallback_style != DumpStyleInvalid) in Dump()
462 return Dump(s, exe_scope, fallback_style, DumpStyleInvalid, addr_size); in Dump()
489 if (fallback_style != DumpStyleInvalid) in Dump()
490 return Dump(s, exe_scope, fallback_style, DumpStyleInvalid, addr_size); in Dump()
700 if (fallback_style != DumpStyleInvalid) in Dump()
701 return Dump(s, exe_scope, fallback_style, DumpStyleInvalid, addr_size, in Dump()
770 if (fallback_style != DumpStyleInvalid) in Dump()
771 return Dump(s, exe_scope, fallback_style, DumpStyleInvalid, addr_size, in Dump()
802 if (fallback_style != DumpStyleInvalid) in Dump()
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/
H A DLineEntry.cpp59 Address::DumpStyle fallback_style, bool show_range) const { in Dump() argument
62 if (!range.Dump(s, target, style, fallback_style)) in Dump()
66 if (!range.GetBaseAddress().Dump(s, target, style, fallback_style)) in Dump()
H A DFunction.cpp409 Address::DumpStyle fallback_style; in GetDescription() local
411 fallback_style = Address::DumpStyleModuleWithFileAddress; in GetDescription()
413 fallback_style = Address::DumpStyleFileAddress; in GetDescription()
415 fallback_style); in GetDescription()
H A DLineTable.cpp357 Address::DumpStyle fallback_style, bool show_line_ranges) { in Dump() argument
364 style, fallback_style, show_line_ranges); in Dump()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DLineEntry.h57 Address::DumpStyle fallback_style, bool show_range) const;
H A DLineTable.h101 Address::DumpStyle fallback_style, bool show_line_ranges);
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DAddressRange.h191 Address::DumpStyle fallback_style = Address::DumpStyleInvalid) const;
H A DAddress.h258 DumpStyle fallback_style = DumpStyleInvalid,