Mercurial > hg > CbC > CbC_llvm
diff lld/COFF/Writer.h @ 221:79ff65ed7e25
LLVM12 Original
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 15 Jun 2021 19:15:29 +0900 |
parents | 1d019706d866 |
children | c4bab56944e8 |
line wrap: on
line diff
--- a/lld/COFF/Writer.h Tue Jun 15 19:13:43 2021 +0900 +++ b/lld/COFF/Writer.h Tue Jun 15 19:15:29 2021 +0900 @@ -50,6 +50,9 @@ void writeHeaderTo(uint8_t *buf); void addContributingPartialSection(PartialSection *sec); + // Clear the output sections static container. + static void clear(); + // Returns the size of this section in an executable memory image. // This may be smaller than the raw size (the raw size is multiple // of disk sector size, so there may be padding at end), or may be