Home
last modified time | relevance | path

Searched refs:emitFuncLineTableOffsets (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.h159 bool emitFuncLineTableOffsets() const;
H A DDwarfCompileUnit.cpp554 if (emitFuncLineTableOffsets() && LineTableSym) { in updateSubprogramScopeDIE()
1738 bool DwarfCompileUnit::emitFuncLineTableOffsets() const { in emitFuncLineTableOffsets() function in DwarfCompileUnit
H A DDwarfDebug.cpp2651 FunctionLineTableLabel = CU.emitFuncLineTableOffsets() in beginFunctionImpl()