Home | History | Annotate | Download | only in NVPTX

Lines Matching refs:curLoc

120   const DebugLoc &curLoc = MI.getDebugLoc();
122 if (!prevDebugLoc && !curLoc)
125 if (prevDebugLoc == curLoc)
128 prevDebugLoc = curLoc;
130 if (!curLoc)
133 auto *Scope = cast_or_null<DIScope>(curLoc.getScope());
150 this->emitSrcInText(fileName, curLoc.getLine());
153 temp << "\t.loc " << filenameMap[fileName] << " " << curLoc.getLine()
154 << " " << curLoc.getCol();