/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugInfoEntry.cpp | 55 for (const auto &AttrSpec : AbbrevDecl->attributes()) { in extractFast() local
|
D | DWARFDie.cpp | 600 for (const auto &AttrSpec : AbbrevDecl->attributes()) { in dump() local
|
/external/llvm-project/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugInfoEntry.cpp | 56 for (const auto &AttrSpec : AbbrevDecl->attributes()) { in extractFast() local
|
D | DWARFDie.cpp | 636 for (const auto &AttrSpec : AbbrevDecl->attributes()) { in dump() local
|
/external/python/pyasn1-modules/pyasn1_modules/ |
D | rfc3281.py | 163 class AttrSpec(univ.SequenceOf): class
|
D | rfc5755.py | 232 class AttrSpec(univ.SequenceOf): class
|
/external/llvm-project/llvm/lib/DWARFLinker/ |
D | DWARFLinker.cpp | 675 for (const auto &AttrSpec : Abbrev->attributes()) { in lookForRefDIEsToKeep() local 889 DIE &Die, AttributeSpec AttrSpec, const DWARFFormValue &Val, in cloneStringAttribute() 909 DIE &Die, const DWARFDie &InputDIE, AttributeSpec AttrSpec, in cloneDieReferenceAttribute() 1045 DIE &Die, const DWARFFile &File, CompileUnit &Unit, AttributeSpec AttrSpec, in cloneBlockAttribute() 1100 DIE &Die, AttributeSpec AttrSpec, const DWARFFormValue &Val, in cloneAddressAttribute() 1158 CompileUnit &Unit, AttributeSpec AttrSpec, const DWARFFormValue &Val, in cloneScalarAttribute() 1227 const AttributeSpec AttrSpec, unsigned AttrSize, AttributesInfo &Info, in cloneAttribute() 1319 shouldSkipAttribute(DWARFAbbreviationDeclaration::AttributeSpec AttrSpec, in shouldSkipAttribute() 1438 for (const auto &AttrSpec : Abbrev->attributes()) { in cloneDIE() local
|
/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
|
/external/llvm-project/llvm/tools/obj2yaml/ |
D | dwarf2yaml.cpp | 242 for (const auto &AttrSpec : AbbrevDecl->attributes()) { in dumpDebugInfo() local
|
/external/llvm-project/flang/include/flang/Parser/ |
D | parse-tree.h | 1324 struct AttrSpec { struct 1347 std::tuple<DeclarationTypeSpec, std::list<AttrSpec>, std::list<EntityDecl>> t; argument
|
/external/llvm-project/flang/lib/Semantics/ |
D | resolve-names.cpp | 427 void Post(const parser::AttrSpec &) { PostAttrSpec(); } in Post()
|