Searched refs:recordSourceLine (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.cpp | 1002 recordSourceLine(DL.getLine(), DL.getCol(), Scope, Flags); in beginInstruction() 1005 recordSourceLine(0, 0, nullptr, 0); in beginInstruction() 1185 recordSourceLine(SP->getScopeLine(), 0, SP, DWARF2_FLAG_IS_STMT); in beginFunction() 1270 void DwarfDebug::recordSourceLine(unsigned Line, unsigned Col, const MDNode *S, in recordSourceLine() function in DwarfDebug
|
D | DwarfDebug.h | 452 void recordSourceLine(unsigned Line, unsigned Col, const MDNode *Scope,
|