Skip to content

Commit c7ccff1

Browse files
Fix formatting
1 parent 6debeb8 commit c7ccff1

File tree

28 files changed

+38
-39
lines changed

28 files changed

+38
-39
lines changed

bolt/include/bolt/Core/DIEBuilder.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
#include "llvm/CodeGen/DIE.h"
2121
#include "llvm/DebugInfo/DWARF/DWARFAbbreviationDeclaration.h"
2222
#include "llvm/DebugInfo/DWARF/DWARFDie.h"
23-
#include "llvm/DebugInfo/DWARF/LowLevel/DWARFExpression.h"
2423
#include "llvm/DebugInfo/DWARF/DWARFUnit.h"
24+
#include "llvm/DebugInfo/DWARF/LowLevel/DWARFExpression.h"
2525
#include "llvm/Support/Allocator.h"
2626

2727
#include <list>

bolt/lib/Core/DIEBuilder.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
#include "llvm/CodeGen/DIE.h"
1515
#include "llvm/DebugInfo/DWARF/DWARFAbbreviationDeclaration.h"
1616
#include "llvm/DebugInfo/DWARF/DWARFDie.h"
17-
#include "llvm/DebugInfo/DWARF/LowLevel/DWARFExpression.h"
1817
#include "llvm/DebugInfo/DWARF/DWARFFormValue.h"
1918
#include "llvm/DebugInfo/DWARF/DWARFTypeUnit.h"
2019
#include "llvm/DebugInfo/DWARF/DWARFUnit.h"
2120
#include "llvm/DebugInfo/DWARF/DWARFUnitIndex.h"
21+
#include "llvm/DebugInfo/DWARF/LowLevel/DWARFExpression.h"
2222
#include "llvm/Support/Casting.h"
2323
#include "llvm/Support/Debug.h"
2424
#include "llvm/Support/ErrorHandling.h"

bolt/lib/Core/DebugNames.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
#include "bolt/Core/DebugNames.h"
1010
#include "bolt/Core/BinaryContext.h"
11-
#include "llvm/DebugInfo/DWARF/LowLevel/DWARFExpression.h"
1211
#include "llvm/DebugInfo/DWARF/DWARFTypeUnit.h"
12+
#include "llvm/DebugInfo/DWARF/LowLevel/DWARFExpression.h"
1313
#include "llvm/Support/EndianStream.h"
1414
#include "llvm/Support/LEB128.h"
1515
#include <cstdint>

bolt/lib/Rewrite/DWARFRewriter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424
#include "llvm/DebugInfo/DWARF/DWARFContext.h"
2525
#include "llvm/DebugInfo/DWARF/DWARFDebugAbbrev.h"
2626
#include "llvm/DebugInfo/DWARF/DWARFDebugLoc.h"
27-
#include "llvm/DebugInfo/DWARF/LowLevel/DWARFExpression.h"
2827
#include "llvm/DebugInfo/DWARF/DWARFFormValue.h"
2928
#include "llvm/DebugInfo/DWARF/DWARFTypeUnit.h"
3029
#include "llvm/DebugInfo/DWARF/DWARFUnit.h"
30+
#include "llvm/DebugInfo/DWARF/LowLevel/DWARFExpression.h"
3131
#include "llvm/MC/MCAsmBackend.h"
3232
#include "llvm/MC/MCAssembler.h"
3333
#include "llvm/MC/MCObjectWriter.h"

lldb/source/Expression/DWARFExpression.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
#include "lldb/Target/StackID.h"
3737
#include "lldb/Target/Target.h"
3838
#include "lldb/Target/Thread.h"
39-
#include "llvm/DebugInfo/DWARF/LowLevel/DWARFExpression.h"
4039
#include "llvm/DebugInfo/DWARF/DWARFExpressionPrinter.h"
40+
#include "llvm/DebugInfo/DWARF/LowLevel/DWARFExpression.h"
4141

4242
using namespace lldb;
4343
using namespace lldb_private;

lldb/source/Symbol/UnwindPlan.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
#include "lldb/Utility/Log.h"
1818
#include "llvm/ADT/STLExtras.h"
1919
#include "llvm/DebugInfo/DIContext.h"
20-
#include "llvm/DebugInfo/DWARF/LowLevel/DWARFExpression.h"
2120
#include "llvm/DebugInfo/DWARF/DWARFExpressionPrinter.h"
21+
#include "llvm/DebugInfo/DWARF/LowLevel/DWARFExpression.h"
2222
#include <optional>
2323

2424
using namespace lldb;

lldb/unittests/Symbol/PostfixExpressionTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
#include "lldb/Utility/StreamString.h"
1212
#include "llvm/ADT/StringExtras.h"
1313
#include "llvm/DebugInfo/DIContext.h"
14-
#include "llvm/DebugInfo/DWARF/LowLevel/DWARFExpression.h"
1514
#include "llvm/DebugInfo/DWARF/DWARFExpressionPrinter.h"
15+
#include "llvm/DebugInfo/DWARF/LowLevel/DWARFExpression.h"
1616
#include "llvm/Support/FormatVariadic.h"
1717
#include "llvm/Support/raw_ostream.h"
1818
#include "gmock/gmock.h"

lldb/unittests/SymbolFile/NativePDB/PdbFPOProgramToDWARFExpressionTests.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
#include "lldb/Utility/StreamBuffer.h"
1717
#include "lldb/Utility/StreamString.h"
1818
#include "llvm/DebugInfo/DIContext.h"
19-
#include "llvm/DebugInfo/DWARF/LowLevel/DWARFExpression.h"
2019
#include "llvm/DebugInfo/DWARF/DWARFExpressionPrinter.h"
20+
#include "llvm/DebugInfo/DWARF/LowLevel/DWARFExpression.h"
2121

2222
using namespace lldb;
2323
using namespace lldb_private;

llvm/include/llvm/DWARFLinker/AddressesMap.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
#include "llvm/ADT/AddressRanges.h"
1313
#include "llvm/DebugInfo/DWARF/DWARFContext.h"
1414
#include "llvm/DebugInfo/DWARF/DWARFDie.h"
15-
#include "llvm/DebugInfo/DWARF/LowLevel/DWARFExpression.h"
1615
#include "llvm/DebugInfo/DWARF/DWARFUnit.h"
16+
#include "llvm/DebugInfo/DWARF/LowLevel/DWARFExpression.h"
1717
#include <cstdint>
1818

1919
namespace llvm {

llvm/include/llvm/DebugInfo/DWARF/DWARFExpressionPrinter.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ class DWARFUnit;
2626
struct DIDumpOptions;
2727
class raw_ostream;
2828

29-
/// Print a Dwarf expression/
30-
/// \param E to be printed
31-
/// \param OS to this stream
32-
/// \param GetNameForDWARFReg callback to return dwarf register name
29+
/// Print a Dwarf expression/
30+
/// \param E to be printed
31+
/// \param OS to this stream
32+
/// \param GetNameForDWARFReg callback to return dwarf register name
3333
void printDwarfExpression(const DWARFExpression *E, raw_ostream &OS,
3434
DIDumpOptions DumpOpts, DWARFUnit *U,
3535
bool IsEH = false);
@@ -58,8 +58,8 @@ bool printDwarfExpressionCompact(
5858
///
5959
/// returns true if the Op was successfully printed
6060
bool prettyPrintRegisterOp(DWARFUnit *U, raw_ostream &OS,
61-
DIDumpOptions DumpOpts, uint8_t Opcode,
62-
ArrayRef<uint64_t> Operands);
61+
DIDumpOptions DumpOpts, uint8_t Opcode,
62+
ArrayRef<uint64_t> Operands);
6363

6464
} // end namespace llvm
6565

0 commit comments

Comments
 (0)