Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp2027 recordSourceLine(DL.getLine(), DL.getCol(), Scope, /*Flags=*/0); in beginInstruction()
2058 recordSourceLine(/*Line=*/0, Column, Scope, /*Flags=*/0); in beginInstruction()
2080 recordSourceLine(DL.getLine(), DL.getCol(), Scope, Flags); in beginInstruction()
2100 static void recordSourceLine(AsmPrinter &Asm, unsigned Line, unsigned Col, in recordSourceLine() function
2131 ::recordSourceLine(*Asm, SP->getScopeLine(), 0, SP, DWARF2_FLAG_IS_STMT, in emitInitialLocDirective()
2259 void DwarfDebug::recordSourceLine(unsigned Line, unsigned Col, const MDNode *S, in recordSourceLine() function in DwarfDebug
2261 ::recordSourceLine(*Asm, Line, Col, S, Flags, in recordSourceLine()
H A DDwarfDebug.h607 void recordSourceLine(unsigned Line, unsigned Col, const MDNode *Scope,