comparison gen/todebug.h @ 139:0ab29b838084 trunk

[svn r143] Fixed: a few bugs in debug information, still only line info, but should be correct files now :) Fixed: tango.io.Console seems to be working now.
author lindquist
date Tue, 22 Jan 2008 00:01:16 +0100
parents 61615fa85940
children a95056b3c996
comparison
equal deleted inserted replaced
138:aeddd4d533b3 139:0ab29b838084
5 5
6 const llvm::StructType* GetDwarfAnchorType(); 6 const llvm::StructType* GetDwarfAnchorType();
7 const llvm::StructType* GetDwarfCompileUnitType(); 7 const llvm::StructType* GetDwarfCompileUnitType();
8 const llvm::StructType* GetDwarfSubProgramType(); 8 const llvm::StructType* GetDwarfSubProgramType();
9 9
10 llvm::GlobalVariable* DtoDwarfCompileUnit(Module* m, bool define); 10 llvm::GlobalVariable* DtoDwarfCompileUnit(Module* m);
11 llvm::GlobalVariable* DtoDwarfSubProgram(FuncDeclaration* fd, llvm::GlobalVariable* compileUnit); 11 llvm::GlobalVariable* DtoDwarfSubProgram(FuncDeclaration* fd, llvm::GlobalVariable* compileUnit);
12 12
13 void DtoDwarfFuncStart(FuncDeclaration* fd); 13 void DtoDwarfFuncStart(FuncDeclaration* fd);
14 void DtoDwarfFuncEnd(FuncDeclaration* fd); 14 void DtoDwarfFuncEnd(FuncDeclaration* fd);
15 15