Home | History | Annotate | Download | only in MC

Lines Matching full:coff

10 // This file contains an implementation of a Windows COFF object file streamer.
30 #include "llvm/Support/COFF.h"
98 "Got non-COFF section in the COFF backend!");
106 SD.modifyFlags(COFF::SF_WeakExternal, COFF::SF_WeakExternal);
124 "Got non-COFF section in the COFF backend!");
141 SD.modifyFlags(StorageClass << COFF::SF_ClassShift, COFF::SF_ClassMask);
152 SD.modifyFlags(Type << COFF::SF_TypeShift, COFF::SF_TypeMask);
185 "Got non-COFF section in the COFF backend!");
236 // TODO: Implement this if you want to emit .comment section in COFF obj files.