Loading lld/COFF/InputFiles.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -13,6 +13,7 @@ #include "Driver.h" #include "SymbolTable.h" #include "Symbols.h" #include "lld/Common/DWARF.h" #include "lld/Common/ErrorHandler.h" #include "lld/Common/Memory.h" #include "llvm-c/lto.h" Loading lld/COFF/InputFiles.h +2 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,6 @@ #define LLD_COFF_INPUT_FILES_H #include "Config.h" #include "lld/Common/DWARF.h" #include "lld/Common/LLVM.h" #include "llvm/ADT/ArrayRef.h" #include "llvm/ADT/DenseMap.h" Loading @@ -35,6 +34,8 @@ class InputFile; } namespace lld { class DWARFCache; namespace coff { std::vector<MemoryBufferRef> getArchiveMembers(llvm::object::Archive *file); Loading lld/ELF/InputFiles.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -13,6 +13,7 @@ #include "SymbolTable.h" #include "Symbols.h" #include "SyntheticSections.h" #include "lld/Common/DWARF.h" #include "lld/Common/ErrorHandler.h" #include "lld/Common/Memory.h" #include "llvm/ADT/STLExtras.h" Loading lld/ELF/InputFiles.h +2 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,6 @@ #define LLD_ELF_INPUT_FILES_H #include "Config.h" #include "lld/Common/DWARF.h" #include "lld/Common/ErrorHandler.h" #include "lld/Common/LLVM.h" #include "lld/Common/Reproduce.h" Loading @@ -25,6 +24,7 @@ #include <map> namespace llvm { struct DILineInfo; class TarWriter; namespace lto { class InputFile; Loading @@ -32,6 +32,7 @@ class InputFile; } // namespace llvm namespace lld { class DWARFCache; // Returns "<internal>", "foo.a(bar.o)" or "baz.o". std::string toString(const elf::InputFile *f); Loading Loading
lld/COFF/InputFiles.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -13,6 +13,7 @@ #include "Driver.h" #include "SymbolTable.h" #include "Symbols.h" #include "lld/Common/DWARF.h" #include "lld/Common/ErrorHandler.h" #include "lld/Common/Memory.h" #include "llvm-c/lto.h" Loading
lld/COFF/InputFiles.h +2 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,6 @@ #define LLD_COFF_INPUT_FILES_H #include "Config.h" #include "lld/Common/DWARF.h" #include "lld/Common/LLVM.h" #include "llvm/ADT/ArrayRef.h" #include "llvm/ADT/DenseMap.h" Loading @@ -35,6 +34,8 @@ class InputFile; } namespace lld { class DWARFCache; namespace coff { std::vector<MemoryBufferRef> getArchiveMembers(llvm::object::Archive *file); Loading
lld/ELF/InputFiles.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -13,6 +13,7 @@ #include "SymbolTable.h" #include "Symbols.h" #include "SyntheticSections.h" #include "lld/Common/DWARF.h" #include "lld/Common/ErrorHandler.h" #include "lld/Common/Memory.h" #include "llvm/ADT/STLExtras.h" Loading
lld/ELF/InputFiles.h +2 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,6 @@ #define LLD_ELF_INPUT_FILES_H #include "Config.h" #include "lld/Common/DWARF.h" #include "lld/Common/ErrorHandler.h" #include "lld/Common/LLVM.h" #include "lld/Common/Reproduce.h" Loading @@ -25,6 +24,7 @@ #include <map> namespace llvm { struct DILineInfo; class TarWriter; namespace lto { class InputFile; Loading @@ -32,6 +32,7 @@ class InputFile; } // namespace llvm namespace lld { class DWARFCache; // Returns "<internal>", "foo.a(bar.o)" or "baz.o". std::string toString(const elf::InputFile *f); Loading