Home
last modified time | relevance | path

Searched refs:recordSourceLine (Results 1 – 2 of 2) sorted by relevance

/freebsd-9-stable/contrib/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.h627 void recordSourceLine(unsigned Line, unsigned Col, const MDNode *Scope,
DDwarfDebug.cpp1505 recordSourceLine(DL.getLine(), DL.getCol(), Scope, Flags); in beginInstruction()
1507 recordSourceLine(0, 0, 0, 0); in beginInstruction()
1800 recordSourceLine( in beginFunction()
1906 void DwarfDebug::recordSourceLine(unsigned Line, unsigned Col, const MDNode *S, in recordSourceLine() function in DwarfDebug