Searched refs:recordSourceLine (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfDebug.cpp | 2021 recordSourceLine(DL.getLine(), DL.getCol(), Scope, /*Flags=*/0); in beginInstruction() 2052 recordSourceLine(/*Line=*/0, Column, Scope, /*Flags=*/0); in beginInstruction() 2074 recordSourceLine(DL.getLine(), DL.getCol(), Scope, Flags); in beginInstruction() 2104 static void recordSourceLine(AsmPrinter &Asm, unsigned Line, unsigned Col, in recordSourceLine() function 2135 ::recordSourceLine(*Asm, SP->getScopeLine(), 0, SP, DWARF2_FLAG_IS_STMT, in emitInitialLocDirective() 2281 void DwarfDebug::recordSourceLine(unsigned Line, unsigned Col, const MDNode *S, in recordSourceLine() function in DwarfDebug 2283 ::recordSourceLine(*Asm, Line, Col, S, Flags, in recordSourceLine()
|
| H A D | DwarfDebug.h | 606 void recordSourceLine(unsigned Line, unsigned Col, const MDNode *Scope,
|