Searched refs:recordSourceLine (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfDebug.cpp | 2073 recordSourceLine(DL.getLine(), DL.getCol(), DL.getScope(), Flags, in beginInstruction() 2100 recordSourceLine(SP->getScopeLine(), 0, SP, in beginInstruction() 2157 recordSourceLine(/*Line=*/0, Column, Scope, /*Flags=*/0); in beginInstruction() 2315 static void recordSourceLine(AsmPrinter &Asm, unsigned Line, unsigned Col, in recordSourceLine() function 2369 ::recordSourceLine(*Asm, SP->getScopeLine(), 0, SP, DWARF2_FLAG_IS_STMT, in emitInitialLocDirective() 2797 void DwarfDebug::recordSourceLine(unsigned Line, unsigned Col, const MDNode *S, in recordSourceLine() function in DwarfDebug 2799 ::recordSourceLine(*Asm, Line, Col, S, Flags, in recordSourceLine()
|
| H A D | DwarfDebug.h | 685 void recordSourceLine(unsigned Line, unsigned Col, const MDNode *Scope,
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 15818 {"_ZN4llvm10DwarfDebug16recordSourceLineEjjPKNS_6MDNodeE", "llvm::DwarfDebug::recordSourceLine(unsi…
|