reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/AVR/MCTargetDesc/AVRTargetStreamer.cpp
   26   MCContext &Context = OS.getContext();
   33   OS.emitRawComment(" Declaring this symbol tells the CRT that it should");
   34   OS.emitRawComment("copy all variables from program memory to RAM on startup");
   35   OS.EmitSymbolAttribute(DoCopyData, MCSA_Global);
   37   OS.emitRawComment(" Declaring this symbol tells the CRT that it should");
   38   OS.emitRawComment("clear the zeroed data section on startup");
   39   OS.EmitSymbolAttribute(DoClearBss, MCSA_Global);