Searched refs:curLoc (Results 1 – 1 of 1) sorted by relevance
117 DebugLoc curLoc = MI.getDebugLoc(); in emitLineNumberAsDotLoc() local119 if (prevDebugLoc.isUnknown() && curLoc.isUnknown()) in emitLineNumberAsDotLoc()122 if (prevDebugLoc == curLoc) in emitLineNumberAsDotLoc()125 prevDebugLoc = curLoc; in emitLineNumberAsDotLoc()127 if (curLoc.isUnknown()) in emitLineNumberAsDotLoc()134 DIScope Scope(curLoc.getScope(ctx)); in emitLineNumberAsDotLoc()154 this->emitSrcInText(fileName.str(), curLoc.getLine()); in emitLineNumberAsDotLoc()157 temp << "\t.loc " << filenameMap[fileName.str()] << " " << curLoc.getLine() in emitLineNumberAsDotLoc()158 << " " << curLoc.getCol(); in emitLineNumberAsDotLoc()