Searched refs:recordSourceLine (Results 1 – 2 of 2) sorted by relevance
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
| D | DwarfDebug.cpp | 1710 recordSourceLine(DL.getLine(), DL.getCol(), Scope, /*Flags=*/0); in beginInstruction() 1741 recordSourceLine(/*Line=*/0, Column, Scope, /*Flags=*/0); in beginInstruction() 1763 recordSourceLine(DL.getLine(), DL.getCol(), Scope, Flags); in beginInstruction() 1783 static void recordSourceLine(AsmPrinter &Asm, unsigned Line, unsigned Col, in recordSourceLine() function 1814 ::recordSourceLine(*Asm, SP->getScopeLine(), 0, SP, DWARF2_FLAG_IS_STMT, in emitInitialLocDirective() 1943 void DwarfDebug::recordSourceLine(unsigned Line, unsigned Col, const MDNode *S, in recordSourceLine() function in DwarfDebug 1945 ::recordSourceLine(*Asm, Line, Col, S, Flags, in recordSourceLine()
|
| D | DwarfDebug.h | 575 void recordSourceLine(unsigned Line, unsigned Col, const MDNode *Scope,
|