Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1198 if (auto DeclLineAttr = Die.find(DW_AT_decl_line)) in addLocalsForDie() local
1199 Local.DeclLine = DeclLineAttr->getAsUnsignedConstant().getValue(); in addLocalsForDie()