Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1281 if (auto DeclLineAttr = Die.find(DW_AT_decl_line)) in addLocalsForDie() local
1282 Local.DeclLine = *DeclLineAttr->getAsUnsignedConstant(); in addLocalsForDie()