search for: isinlinedsubroutine

Displaying 1 result from an estimated 1 matches for "isinlinedsubroutine".

2009 Apr 20
1
[LLVMdev] Build fails on windows with VC2008
...ely yours Marius Wachtler Index: DwarfWriter.cpp =================================================================== --- DwarfWriter.cpp (revision 69629) +++ DwarfWriter.cpp (working copy) @@ -1164,9 +1164,9 @@ void AddVariable(DbgVariable *V) { Variables.push_back(V); } virtual bool isInlinedSubroutine() { return false; } - virtual unsigned getLine() { assert ( 0 && "Unexpected scope!"); } - virtual unsigned getColumn() { assert ( 0 && "Unexpected scope!"); } - virtual unsigned getFile() { assert ( 0 && "Unexpected scope!"); } + virtua...