Home
last modified time | relevance | path

Searched refs:curLoc (Results 1 – 1 of 1) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp117 DebugLoc curLoc = MI.getDebugLoc(); in emitLineNumberAsDotLoc() local
119 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()