Searched refs:fallback_style (Results 1 – 11 of 11) sorted by relevance
| /llvm-project-15.0.7/clang/tools/clang-format/ |
| H A D | clang-format.py | 60 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 D | clang-format-diff.py | 113 if args.fallback_style: 114 command.extend(['-fallback-style', args.fallback_style])
|
| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | AddressRange.cpp | 149 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 D | Address.cpp | 407 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 D | LineEntry.cpp | 72 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 D | Function.cpp | 375 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 D | LineTable.cpp | 357 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 D | LineEntry.h | 62 Address::DumpStyle fallback_style, bool show_range) const;
|
| H A D | LineTable.h | 101 Address::DumpStyle fallback_style, bool show_line_ranges);
|
| /llvm-project-15.0.7/lldb/include/lldb/Core/ |
| H A D | AddressRange.h | 191 Address::DumpStyle fallback_style = Address::DumpStyleInvalid) const;
|
| H A D | Address.h | 248 DumpStyle fallback_style = DumpStyleInvalid,
|