forked from OSchip/llvm-project
We now emit a line table for each compile unit. To reduce the prologue size of each line table, the files and directories used by each compile unit are stored in std::map<unsigned, std::vector< > > instead of std::vector< >. The prologue for a lto'ed image can be as big as 93K. Duplicating 93K for each compile unit causes a huge increase of debug info. With this patch, each prologue will only emit the files required by the compile unit. rdar://problem/13342023 llvm-svn: 176605 |
||
|---|---|---|
| .. | ||
| ARMException.cpp | ||
| AsmPrinter.cpp | ||
| AsmPrinterDwarf.cpp | ||
| AsmPrinterInlineAsm.cpp | ||
| CMakeLists.txt | ||
| DIE.cpp | ||
| DIE.h | ||
| DwarfAccelTable.cpp | ||
| DwarfAccelTable.h | ||
| DwarfCFIException.cpp | ||
| DwarfCompileUnit.cpp | ||
| DwarfCompileUnit.h | ||
| DwarfDebug.cpp | ||
| DwarfDebug.h | ||
| DwarfException.cpp | ||
| DwarfException.h | ||
| LLVMBuild.txt | ||
| Makefile | ||
| OcamlGCPrinter.cpp | ||
| Win64Exception.cpp | ||