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

References

lib/MC/MCDwarf.cpp
  335     MCOS->EmitBytes(Dir);                // The DirectoryName, and...
  336     MCOS->EmitBytes(StringRef("\0", 1)); // its null terminator.
  338   MCOS->EmitIntValue(0, 1); // Terminate the directory list.
  343     MCOS->EmitBytes(MCDwarfFiles[i].Name); // FileName and...
  344     MCOS->EmitBytes(StringRef("\0", 1));   // its null terminator.
  345     MCOS->EmitULEB128IntValue(MCDwarfFiles[i].DirIndex); // Directory number.
  346     MCOS->EmitIntValue(0, 1); // Last modification timestamp (always 0).
  347     MCOS->EmitIntValue(0, 1); // File size (always 0).
  349   MCOS->EmitIntValue(0, 1); // Terminate the file list.