Skip to content

Commit 59961cd

Browse files
committed
[llvm] clang-format changes
1 parent 469413b commit 59961cd

File tree

3 files changed

+14
-10
lines changed

3 files changed

+14
-10
lines changed

llvm/include/llvm/DebugInfo/DWARF/DWARFCFIPrinter.h

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
#ifndef LLVM_DEBUGINFO_DWARF_DWARFCFIPRINTER_H
1010
#define LLVM_DEBUGINFO_DWARF_DWARFCFIPRINTER_H
1111

12-
#include "llvm/Support/Compiler.h"
1312
#include "llvm/DebugInfo/DWARF/DWARFCFIProgram.h"
13+
#include "llvm/Support/Compiler.h"
1414

1515
namespace llvm {
1616

@@ -19,8 +19,9 @@ struct DIDumpOptions;
1919
namespace dwarf {
2020

2121
LLVM_ABI void printCFIProgram(const CFIProgram &P, raw_ostream &OS,
22-
const DIDumpOptions &DumpOpts, unsigned IndentLevel,
23-
std::optional<uint64_t> Address);
22+
const DIDumpOptions &DumpOpts,
23+
unsigned IndentLevel,
24+
std::optional<uint64_t> Address);
2425

2526
} // end namespace dwarf
2627

llvm/include/llvm/DebugInfo/DWARF/DWARFExpression.h

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,8 @@ class DWARFExpressionPrinter {
187187
/// \param OS to this stream
188188
/// \param GetNameForDWARFReg callback to return dwarf register name
189189
LLVM_ABI static void print(const DWARFExpression *E, raw_ostream &OS,
190-
DIDumpOptions DumpOpts, DWARFUnit *U, bool IsEH = false);
190+
DIDumpOptions DumpOpts, DWARFUnit *U,
191+
bool IsEH = false);
191192

192193
/// Print the expression in a format intended to be compact and useful to a
193194
/// user, but not perfectly unambiguous, or capable of representing every
@@ -199,9 +200,10 @@ class DWARFExpressionPrinter {
199200
/// \param GetNameForDWARFReg callback to return dwarf register name
200201
///
201202
/// \returns true if the expression was successfully printed
202-
LLVM_ABI static bool printCompact(const DWARFExpression *E, raw_ostream &OS,
203-
std::function<StringRef(uint64_t RegNum, bool IsEH)>
204-
GetNameForDWARFReg = nullptr);
203+
LLVM_ABI static bool printCompact(
204+
const DWARFExpression *E, raw_ostream &OS,
205+
std::function<StringRef(uint64_t RegNum, bool IsEH)> GetNameForDWARFReg =
206+
nullptr);
205207

206208
/// Pretty print a register opcode and operands.
207209
/// \param U within the context of this Dwarf unit, if any.
@@ -212,8 +214,9 @@ class DWARFExpressionPrinter {
212214
///
213215
/// returns true if the Op was successfully printed
214216
LLVM_ABI static bool prettyPrintRegisterOp(DWARFUnit *U, raw_ostream &OS,
215-
DIDumpOptions DumpOpts, uint8_t Opcode,
216-
ArrayRef<uint64_t> Operands);
217+
DIDumpOptions DumpOpts,
218+
uint8_t Opcode,
219+
ArrayRef<uint64_t> Operands);
217220

218221
private:
219222
static bool printOp(const DWARFExpression::Operation *Op, raw_ostream &OS,

llvm/include/llvm/DebugInfo/LogicalView/Core/LVSourceLanguage.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
#ifndef LLVM_DEBUGINFO_LOGICALVIEW_CORE_LVSOURCELANGUAGE_H
1515
#define LLVM_DEBUGINFO_LOGICALVIEW_CORE_LVSOURCELANGUAGE_H
1616

17-
#include "llvm/Support/Compiler.h"
1817
#include "llvm/ADT/StringRef.h"
1918
#include "llvm/BinaryFormat/Dwarf.h"
2019
#include "llvm/DebugInfo/CodeView/CodeView.h"
20+
#include "llvm/Support/Compiler.h"
2121

2222
namespace llvm {
2323
namespace logicalview {

0 commit comments

Comments
 (0)