Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp1284 unsigned LastAsmLine = in beginInstruction() local
1293 if (LastAsmLine == 0 && DL.getLine() != 0) { in beginInstruction()
1304 if (LastAsmLine == 0) in beginInstruction()
1335 if (PrevInstLoc && DL.getLine() == 0 && LastAsmLine == 0) in beginInstruction()
1344 unsigned OldLine = PrevInstLoc ? PrevInstLoc.getLine() : LastAsmLine; in beginInstruction()