Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1965 unsigned LastAsmLine = in beginInstruction() local
1974 if (LastAsmLine == 0 && DL.getLine() != 0) { in beginInstruction()
1985 if (LastAsmLine == 0) in beginInstruction()
2016 if (DL.getLine() == 0 && LastAsmLine == 0) in beginInstruction()
2025 unsigned OldLine = PrevInstLoc ? PrevInstLoc.getLine() : LastAsmLine; in beginInstruction()