Searched refs:recordSourceLine (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfDebug.cpp | 2058 recordSourceLine(DL.getLine(), DL.getCol(), Scope, Flags); in beginInstruction() 2089 recordSourceLine(/*Line=*/0, Column, Scope, /*Flags=*/0); in beginInstruction() 2110 recordSourceLine(DL.getLine(), DL.getCol(), Scope, Flags); in beginInstruction() 2140 static void recordSourceLine(AsmPrinter &Asm, unsigned Line, unsigned Col, in recordSourceLine() function 2171 ::recordSourceLine(*Asm, SP->getScopeLine(), 0, SP, DWARF2_FLAG_IS_STMT, in emitInitialLocDirective() 2317 void DwarfDebug::recordSourceLine(unsigned Line, unsigned Col, const MDNode *S, in recordSourceLine() function in DwarfDebug 2319 ::recordSourceLine(*Asm, Line, Col, S, Flags, in recordSourceLine()
|
| H A D | DwarfDebug.h | 608 void recordSourceLine(unsigned Line, unsigned Col, const MDNode *Scope,
|