Home
last modified time | relevance | path

Searched defs:AttrSpec (Results 1 – 12 of 12) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugInfoEntry.cpp55 for (const auto &AttrSpec : AbbrevDecl->attributes()) { in extractFast() local
DDWARFDie.cpp600 for (const auto &AttrSpec : AbbrevDecl->attributes()) { in dump() local
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFDebugInfoEntry.cpp56 for (const auto &AttrSpec : AbbrevDecl->attributes()) { in extractFast() local
DDWARFDie.cpp636 for (const auto &AttrSpec : AbbrevDecl->attributes()) { in dump() local
/external/python/pyasn1-modules/pyasn1_modules/
Drfc3281.py163 class AttrSpec(univ.SequenceOf): class
Drfc5755.py232 class AttrSpec(univ.SequenceOf): class
/external/llvm-project/llvm/lib/DWARFLinker/
DDWARFLinker.cpp675 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/
DDWARFDebugInfoEntry.cpp59 for (const auto &AttrSpec : AbbrevDecl->attributes()) { in dump() local
208 for (const auto &AttrSpec : AbbrevDecl->attributes()) { in extractFast() local
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp2226 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/
Ddwarf2yaml.cpp242 for (const auto &AttrSpec : AbbrevDecl->attributes()) { in dumpDebugInfo() local
/external/llvm-project/flang/include/flang/Parser/
Dparse-tree.h1324 struct AttrSpec { struct
1347 std::tuple<DeclarationTypeSpec, std::list<AttrSpec>, std::list<EntityDecl>> t; argument
/external/llvm-project/flang/lib/Semantics/
Dresolve-names.cpp427 void Post(const parser::AttrSpec &) { PostAttrSpec(); } in Post()