Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/tools/clang-format/
H A Dclang-format.py60 fallback_style = None variable
62 fallback_style = vim.eval('g:clang_format_fallback_style') variable
117 if fallback_style:
118 command.extend(['-fallback-style', fallback_style])
H A Dclang-format-diff.py113 if args.fallback_style:
114 command.extend(['-fallback-style', args.fallback_style])
/llvm-project-15.0.7/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.cpp407 DumpStyle fallback_style, uint32_t addr_size, in Dump() argument
458 if (fallback_style != DumpStyleInvalid) in Dump()
459 return Dump(s, exe_scope, fallback_style, DumpStyleInvalid, addr_size); in Dump()
486 if (fallback_style != DumpStyleInvalid) in Dump()
487 return Dump(s, exe_scope, fallback_style, DumpStyleInvalid, addr_size); in Dump()
696 if (fallback_style != DumpStyleInvalid) in Dump()
697 return Dump(s, exe_scope, fallback_style, DumpStyleInvalid, addr_size); in Dump()
765 if (fallback_style != DumpStyleInvalid) in Dump()
766 return Dump(s, exe_scope, fallback_style, DumpStyleInvalid, addr_size); in Dump()
796 if (fallback_style != DumpStyleInvalid) in Dump()
[all …]
/llvm-project-15.0.7/lldb/source/Symbol/
H A DLineEntry.cpp72 Address::DumpStyle fallback_style, bool show_range) const { in Dump() argument
75 if (!range.Dump(s, target, style, fallback_style)) in Dump()
79 if (!range.GetBaseAddress().Dump(s, target, style, fallback_style)) in Dump()
H A DFunction.cpp375 Address::DumpStyle fallback_style; in GetDescription() local
377 fallback_style = Address::DumpStyleModuleWithFileAddress; in GetDescription()
379 fallback_style = Address::DumpStyleFileAddress; in GetDescription()
381 fallback_style); in GetDescription()
H A DLineTable.cpp357 Address::DumpStyle fallback_style, bool show_line_ranges) { in Dump() argument
364 fallback_style, show_line_ranges); in Dump()
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DLineEntry.h62 Address::DumpStyle fallback_style, bool show_range) const;
H A DLineTable.h101 Address::DumpStyle fallback_style, bool show_line_ranges);
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DAddressRange.h191 Address::DumpStyle fallback_style = Address::DumpStyleInvalid) const;
H A DAddress.h248 DumpStyle fallback_style = DumpStyleInvalid,