llvm-6502/include/llvm/MC
Nathan Jeffords 0783fb7e6d added an assertion to MCObjectWriter::WriteBytes to catch misuse of the ZeroFillSize parameter
If the size of the string is greater than the zero fill size, the function will attempt to write a very large string of zeros to the object file (~4GB on 32 bit platforms). This assertion will catch the scenario and crash the program before the write occurs.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@104334 91177308-0d34-0410-b5e6-96231b3b80d8
2010-05-21 18:23:56 +00:00
..
MCParser Add support for parsing the ELF .type assembler directive. 2010-05-21 11:36:59 +00:00
EDInstInfo.h Fixed a nasty layering violation in the edis source 2010-04-13 21:21:57 +00:00
MachObjectWriter.h MC: Direct all {fragment,section,symbol} address access through the MCAsmLayout object. 2010-03-24 03:43:40 +00:00
MCAsmInfo.h Fix build by actually declaring the variable. 2010-05-20 00:59:30 +00:00
MCAsmInfoCOFF.h revert 93934, removing the MCAsmInfo endianness bit. I can't 2010-01-20 06:34:14 +00:00
MCAsmInfoDarwin.h revert 93934, removing the MCAsmInfo endianness bit. I can't 2010-01-20 06:34:14 +00:00
MCAsmLayout.h MC: Switch to completely lazy layout. 2010-05-14 00:51:14 +00:00
MCAssembler.h MC: Switch MCFragment to storing the layout order index, not its index in the file. 2010-05-14 00:37:14 +00:00
MCCodeEmitter.h MCCodeEmitter: Add target independent fixup flag for is-pc-relative. 2010-03-19 10:43:23 +00:00
MCContext.h Added support in MC for Directional Local Labels. 2010-05-17 23:08:19 +00:00
MCDirectives.h doxygenize some comments, patch by Peter Collingbourne! 2010-02-12 21:54:28 +00:00
MCDisassembler.h Quick fix for build errors caused by undefined 2010-04-13 21:36:35 +00:00
MCExpr.h Add support for movi32 of global values to the new (MC) asm printer. 2010-05-12 05:16:34 +00:00
MCFixup.h MCAssembler: Switch MCAsmFixup to storing MCFixupKind instead of just a size. 2010-02-13 09:28:54 +00:00
MCInst.h MCInst: Add ::dump_pretty. 2010-03-22 21:49:34 +00:00
MCInstPrinter.h fix an ugly wart in the MCInstPrinter api where the 2010-04-04 05:04:31 +00:00
MCLabel.h Added support in MC for Directional Local Labels. 2010-05-17 23:08:19 +00:00
MCMachOSymbolFlags.h Fix i386 relocations to Weak Definitions. The relocation entries should be 2010-05-07 21:44:23 +00:00
MCObjectWriter.h added an assertion to MCObjectWriter::WriteBytes to catch misuse of the ZeroFillSize parameter 2010-05-21 18:23:56 +00:00
MCSection.h MC: Add dyn_cast support to MCSection. 2010-05-17 21:54:26 +00:00
MCSectionCOFF.h MC: Add dyn_cast support to MCSection. 2010-05-17 21:54:26 +00:00
MCSectionELF.h MC: Add dyn_cast support to MCSection. 2010-05-17 21:54:26 +00:00
MCSectionMachO.h More data/parsing support for tls directives. Add a few more testcases 2010-05-17 22:53:55 +00:00
MCStreamer.h Make EmitTBSSSymbol take a section argument so that we can find it later. 2010-05-18 21:16:04 +00:00
MCSymbol.h llvm-mc: Support reassignment of variables in one special case, when the 2010-05-17 17:46:23 +00:00
MCValue.h MCValue: Change to holding MCSymbolRefExprs instead of MCSymbols, we will need this for accessing to symbol modifiers. 2010-03-18 00:59:10 +00:00
SectionKind.h make TLOF subclassify BSS based on linkage type into private, external 2010-01-19 04:15:51 +00:00