File tree Expand file tree Collapse file tree 12 files changed +0
-23
lines changed Expand file tree Collapse file tree 12 files changed +0
-23
lines changed Original file line number Diff line number Diff line change 1818#include " llvm/ADT/StringExtras.h"
1919#include " llvm/ADT/StringRef.h"
2020#include " llvm/ADT/Twine.h"
21- #include " llvm/ADT/iterator.h"
2221#include " llvm/BinaryFormat/ELF.h"
2322#include " llvm/MC/MCAsmBackend.h"
2423#include " llvm/MC/MCAsmInfo.h"
4039#include " llvm/MC/StringTableBuilder.h"
4140#include " llvm/Support/Alignment.h"
4241#include " llvm/Support/Casting.h"
43- #include " llvm/Support/CommandLine.h"
4442#include " llvm/Support/Compression.h"
4543#include " llvm/Support/Endian.h"
4644#include " llvm/Support/EndianStream.h"
47- #include " llvm/Support/Error.h"
4845#include " llvm/Support/ErrorHandling.h"
4946#include " llvm/Support/LEB128.h"
50- #include " llvm/Support/MathExtras.h"
5147#include " llvm/Support/SMLoc.h"
5248#include " llvm/Support/raw_ostream.h"
5349#include " llvm/TargetParser/Host.h"
54- #include < algorithm>
5550#include < cassert>
5651#include < cstddef>
5752#include < cstdint>
58- #include < map>
5953#include < memory>
6054#include < string>
6155#include < utility>
Original file line number Diff line number Diff line change 1616#include " llvm/MC/MCValue.h"
1717#include " llvm/Support/Debug.h"
1818#include " llvm/Support/Endian.h"
19- #include " llvm/Support/Path.h"
2019#include " llvm/Support/raw_ostream.h"
2120
2221using namespace llvm ;
Original file line number Diff line number Diff line change 4343#include " llvm/MC/MCTargetOptions.h"
4444#include " llvm/MC/SectionKind.h"
4545#include " llvm/Support/Casting.h"
46- #include " llvm/Support/CommandLine.h"
4746#include " llvm/Support/EndianStream.h"
4847#include " llvm/Support/ErrorHandling.h"
4948#include " llvm/Support/MemoryBuffer.h"
Original file line number Diff line number Diff line change 1919#include " llvm/MC/MCInstPrinter.h"
2020#include " llvm/MC/MCInstrDesc.h"
2121#include " llvm/MC/MCInstrInfo.h"
22- #include " llvm/MC/MCInstrItineraries.h"
2322#include " llvm/MC/MCRegisterInfo.h"
2423#include " llvm/MC/MCSchedule.h"
2524#include " llvm/MC/MCSubtargetInfo.h"
Original file line number Diff line number Diff line change 88
99#include " llvm/MC/MCDwarf.h"
1010#include " llvm/ADT/ArrayRef.h"
11- #include " llvm/ADT/DenseMap.h"
12- #include " llvm/ADT/Hashing.h"
1311#include " llvm/ADT/STLExtras.h"
14- #include " llvm/ADT/ScopeExit.h"
1512#include " llvm/ADT/SmallString.h"
1613#include " llvm/ADT/SmallVector.h"
1714#include " llvm/ADT/StringRef.h"
2825#include " llvm/MC/MCStreamer.h"
2926#include " llvm/MC/MCSymbol.h"
3027#include " llvm/Support/Casting.h"
31- #include " llvm/Support/Endian.h"
3228#include " llvm/Support/EndianStream.h"
3329#include " llvm/Support/ErrorHandling.h"
3430#include " llvm/Support/LEB128.h"
Original file line number Diff line number Diff line change 1111// ===----------------------------------------------------------------------===//
1212
1313#include " llvm/MC/MCELFStreamer.h"
14- #include " llvm/ADT/SmallString.h"
1514#include " llvm/ADT/SmallVector.h"
1615#include " llvm/BinaryFormat/ELF.h"
1716#include " llvm/MC/MCAsmBackend.h"
3433#include " llvm/Support/Casting.h"
3534#include " llvm/Support/ErrorHandling.h"
3635#include " llvm/Support/LEB128.h"
37- #include " llvm/Support/raw_ostream.h"
3836#include < cassert>
3937#include < cstdint>
4038
Original file line number Diff line number Diff line change 1818#include " llvm/MC/MCSymbol.h"
1919#include " llvm/Support/Casting.h"
2020#include " llvm/Support/Compiler.h"
21- #include " llvm/Support/ErrorHandling.h"
2221#include " llvm/Support/raw_ostream.h"
2322#include < cassert>
24- #include < cstdint>
2523#include < utility>
2624
2725using namespace llvm ;
Original file line number Diff line number Diff line change 1616#include " llvm/MC/MCParser/MCAsmParserExtension.h"
1717#include " llvm/MC/MCSectionCOFF.h"
1818#include " llvm/MC/MCStreamer.h"
19- #include " llvm/MC/SectionKind.h"
2019#include " llvm/Support/SMLoc.h"
2120#include " llvm/TargetParser/Triple.h"
2221#include < cassert>
Original file line number Diff line number Diff line change 77// ===----------------------------------------------------------------------===//
88
99#include " llvm/MC/MCSection.h"
10- #include " llvm/ADT/STLExtras.h"
1110#include " llvm/ADT/SmallVector.h"
1211#include " llvm/Config/llvm-config.h"
1312#include " llvm/MC/MCContext.h"
Original file line number Diff line number Diff line change 2727#include " llvm/MC/TargetRegistry.h"
2828#include " llvm/Support/Casting.h"
2929#include " llvm/Support/ErrorHandling.h"
30- #include " llvm/Support/raw_ostream.h"
3130
3231namespace llvm {
3332class MCContext ;
You can’t perform that action at this time.
0 commit comments