Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1704 if (auto DeclLineAttr = Die.find(DW_AT_decl_line)) in addLocalsForDie() local
1705 Local.DeclLine = *DeclLineAttr->getAsUnsignedConstant(); in addLocalsForDie()