Debug Info: store the files and directories for each compile unit.
[oota-llvm.git] / include / llvm / MC / MCStreamer.h
index d247066cd9f7b9d2408819a8c7a446471c20ede2..a069a2b0cafada5440b63a738735e5333bec5f70 100644 (file)
@@ -525,7 +525,7 @@ namespace llvm {
     /// file number.  This implements the DWARF2 '.file 4 "foo.c"' assembler
     /// directive.
     virtual bool EmitDwarfFileDirective(unsigned FileNo, StringRef Directory,
-                                        StringRef Filename);
+                                        StringRef Filename, unsigned CUID = 0);
 
     /// EmitDwarfLocDirective - This implements the DWARF2
     // '.loc fileno lineno ...' assembler directive.