Searched defs:AttrSpec (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugInfoEntry.cpp | 59 for (const auto &AttrSpec : AbbrevDecl->attributes()) { in dump() local 208 for (const auto &AttrSpec : AbbrevDecl->attributes()) { in extractFast() local
|
/external/llvm/tools/dsymutil/ |
D | DwarfLinker.cpp | 2226 for (const auto &AttrSpec : Abbrev->attributes()) { in keepDIEAndDependencies() local 2352 AttributeSpec AttrSpec, in cloneStringAttribute() 2365 AttributeSpec AttrSpec, unsigned AttrSize, const DWARFFormValue &Val, in cloneDieReferenceAttribute() 2435 AttributeSpec AttrSpec, in cloneBlockAttribute() 2478 DIE &Die, AttributeSpec AttrSpec, const DWARFFormValue &Val, in cloneAddressAttribute() 2516 AttributeSpec AttrSpec, const DWARFFormValue &Val, unsigned AttrSize, in cloneScalarAttribute() 2560 const DWARFFormValue &Val, const AttributeSpec AttrSpec, unsigned AttrSize, in cloneAttribute() 2682 shouldSkipAttribute(DWARFAbbreviationDeclaration::AttributeSpec AttrSpec, in shouldSkipAttribute() 2787 for (const auto &AttrSpec : Abbrev->attributes()) { in cloneDIE() local
|