Home
last modified time | relevance | path

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

/external/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.h338 DebugLoc prevDebugLoc; variable
DNVPTXAsmPrinter.cpp122 if (!prevDebugLoc && !curLoc) in emitLineNumberAsDotLoc()
125 if (prevDebugLoc == curLoc) in emitLineNumberAsDotLoc()
128 prevDebugLoc = curLoc; in emitLineNumberAsDotLoc()
480 prevDebugLoc = DebugLoc(); in EmitFunctionEntryLabel()