Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDwarfDebug.h426 void recordSourceLine(unsigned Line, unsigned Col, const MDNode *Scope,
DDwarfDebug.cpp1010 recordSourceLine(DL.getLine(), DL.getCol(), Scope, Flags); in beginInstruction()
1012 recordSourceLine(0, 0, 0, 0); in beginInstruction()
1278 recordSourceLine(FnStartDL.getLine(), FnStartDL.getCol(), in beginFunction()
1354 void DwarfDebug::recordSourceLine(unsigned Line, unsigned Col, const MDNode *S, in recordSourceLine() function in DwarfDebug
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp1016 recordSourceLine(DL.getLine(), DL.getCol(), Scope, Flags); in beginInstruction()
1019 recordSourceLine(0, 0, nullptr, 0); in beginInstruction()
1086 recordSourceLine(SP->getScopeLine(), 0, SP, DWARF2_FLAG_IS_STMT); in beginFunction()
1174 void DwarfDebug::recordSourceLine(unsigned Line, unsigned Col, const MDNode *S, in recordSourceLine() function in DwarfDebug
DDwarfDebug.h434 void recordSourceLine(unsigned Line, unsigned Col, const MDNode *Scope,