Displaying 1 result from an estimated 1 matches for "purpse".
Did you mean:
purpose
2015 Dec 15
4
Line number without -Debug ?
Hi Eric and thanks for your answer,
What I mean is that I want to find the number of line on the IR code of
a specific instruction.
I found out that I can use:
DebugLoc Loc = CurrentInstruction->getDebugLoc();
unsigned Line = Loc.getLine();
But this works only if DEBUGFLAG is True.
I'd like to be able to get the Line number without being on a 'Debug'
mode. Is