Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.h219 DIE &updateSubprogramScopeDIE(const DISubprogram *SP, MCSymbol *LineTableSym);
264 MCSymbol *LineTableSym);
H A DDwarfCompileUnit.cpp539 MCSymbol *LineTableSym) { in updateSubprogramScopeDIE() argument
554 if (emitFuncLineTableOffsets() && LineTableSym) { in updateSubprogramScopeDIE()
556 *SPDie, dwarf::DW_AT_LLVM_stmt_sequence, LineTableSym, in updateSubprogramScopeDIE()
1125 MCSymbol *LineTableSym) { in constructSubprogramScopeDIE() argument
1126 DIE &ScopeDIE = updateSubprogramScopeDIE(Sub, LineTableSym); in constructSubprogramScopeDIE()