Searched defs:AttrSpec (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDebugInfoEntry.cpp | 56 for (const auto &AttrSpec : AbbrevDecl->attributes()) { in extractFast() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/ |
H A D | DWARFLinker.cpp | 633 for (const auto &AttrSpec : Abbrev->attributes()) { in lookForRefDIEsToKeep() local 846 DIE &Die, AttributeSpec AttrSpec, const DWARFFormValue &Val, in cloneStringAttribute() 869 DIE &Die, const DWARFDie &InputDIE, AttributeSpec AttrSpec, in cloneDieReferenceAttribute() 1005 DIE &Die, const DWARFFile &File, CompileUnit &Unit, AttributeSpec AttrSpec, in cloneBlockAttribute() 1060 DIE &Die, AttributeSpec AttrSpec, const DWARFFormValue &Val, in cloneAddressAttribute() 1138 CompileUnit &Unit, AttributeSpec AttrSpec, const DWARFFormValue &Val, in cloneScalarAttribute() 1207 const AttributeSpec AttrSpec, unsigned AttrSize, AttributesInfo &Info, in cloneAttribute() 1306 shouldSkipAttribute(DWARFAbbreviationDeclaration::AttributeSpec AttrSpec, in shouldSkipAttribute() 1427 for (const auto &AttrSpec : Abbrev->attributes()) { in cloneDIE() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/ |
H A D | dwarf2yaml.cpp | 242 for (const auto &AttrSpec : AbbrevDecl->attributes()) { in dumpDebugInfo() local
|