Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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()