Searched refs:recordSourceLine (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfDebug.cpp | 2077 recordSourceLine(DL.getLine(), DL.getCol(), Scope, Flags); in beginInstruction() 2108 recordSourceLine(/*Line=*/0, Column, Scope, /*Flags=*/0); in beginInstruction() 2129 recordSourceLine(DL.getLine(), DL.getCol(), Scope, Flags); in beginInstruction() 2169 static void recordSourceLine(AsmPrinter &Asm, unsigned Line, unsigned Col, in recordSourceLine() function 2208 ::recordSourceLine(*Asm, SP->getScopeLine(), 0, SP, DWARF2_FLAG_IS_STMT, in emitInitialLocDirective() 2359 void DwarfDebug::recordSourceLine(unsigned Line, unsigned Col, const MDNode *S, in recordSourceLine() function in DwarfDebug 2361 ::recordSourceLine(*Asm, Line, Col, S, Flags, in recordSourceLine()
|
H A D | DwarfDebug.h | 676 void recordSourceLine(unsigned Line, unsigned Col, const MDNode *Scope,
|