Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DDwarfLinker.cpp705 for (const auto &AttrSpec : Abbrev->attributes()) { in keepDIEAndDependencies() local
706 DWARFFormValue Val(AttrSpec.Form); in keepDIEAndDependencies()
709 AttrSpec.Attr == dwarf::DW_AT_sibling) { in keepDIEAndDependencies()
710 DWARFFormValue::skipValue(AttrSpec.Form, Data, &Offset, in keepDIEAndDependencies()
731 if (AttrSpec.Form != dwarf::DW_FORM_ref_addr && (UseODR || IsModuleRef) && in keepDIEAndDependencies()
734 Info.Ctxt->getCanonicalDIEOffset() && isODRAttribute(AttrSpec.Attr)) in keepDIEAndDependencies()
738 if (!(isODRAttribute(AttrSpec.Attr) && Info.Ctxt && in keepDIEAndDependencies()
924 DIE &Die, AttributeSpec AttrSpec, const DWARFFormValue &Val, in cloneStringAttribute() argument
931 if (AttrSpec.Attr == dwarf::DW_AT_name) in cloneStringAttribute()
933 else if (AttrSpec.Attr == dwarf::DW_AT_MIPS_linkage_name || in cloneStringAttribute()
[all …]
DDwarfLinker.h336 const AttributeSpec AttrSpec, unsigned AttrSize,
342 unsigned cloneStringAttribute(DIE &Die, AttributeSpec AttrSpec,
351 AttributeSpec AttrSpec,
360 unsigned cloneBlockAttribute(DIE &Die, AttributeSpec AttrSpec,
366 unsigned cloneAddressAttribute(DIE &Die, AttributeSpec AttrSpec,
375 AttributeSpec AttrSpec,
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp1323 const AttributeSpec AttrSpec, unsigned AttrSize,
1329 unsigned cloneStringAttribute(DIE &Die, AttributeSpec AttrSpec,
1339 AttributeSpec AttrSpec, unsigned AttrSize,
1345 unsigned cloneBlockAttribute(DIE &Die, AttributeSpec AttrSpec,
1351 unsigned cloneAddressAttribute(DIE &Die, AttributeSpec AttrSpec,
1360 CompileUnit &U, AttributeSpec AttrSpec,
2226 for (const auto &AttrSpec : Abbrev->attributes()) { in keepDIEAndDependencies() local
2227 DWARFFormValue Val(AttrSpec.Form); in keepDIEAndDependencies()
2230 DWARFFormValue::skipValue(AttrSpec.Form, Data, &Offset, &Unit); in keepDIEAndDependencies()
2249 if (AttrSpec.Form != dwarf::DW_FORM_ref_addr && UseODR && Info.Ctxt && in keepDIEAndDependencies()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugInfoEntry.cpp56 for (const auto &AttrSpec : AbbrevDecl->attributes()) { in extractFast() local
58 if (auto FixedSize = AttrSpec.getByteSize(U)) { in extractFast()
61 } else if (!DWARFFormValue::skipValue(AttrSpec.Form, DebugInfoData, in extractFast()
DDWARFDie.cpp513 for (const auto &AttrSpec : AbbrevDecl->attributes()) { in dump() local
514 if (AttrSpec.Form == DW_FORM_implicit_const) { in dump()
520 dumpAttribute(OS, *this, &offset, AttrSpec.Attr, AttrSpec.Form, in dump()
/external/python/pyasn1-modules/pyasn1_modules/
Drfc3281.py163 class AttrSpec(univ.SequenceOf): class
167 AttrSpec.componentType = univ.ObjectIdentifier()
178AttrSpec().subtype(implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatSimple, 0))),
180AttrSpec().subtype(implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatSimple, 1))),
/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugInfoEntry.cpp59 for (const auto &AttrSpec : AbbrevDecl->attributes()) { in dump() local
60 dumpAttribute(OS, u, &offset, AttrSpec.Attr, AttrSpec.Form, indent); in dump()
208 for (const auto &AttrSpec : AbbrevDecl->attributes()) { in extractFast() local
209 uint16_t Form = AttrSpec.Form; in extractFast()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Ddwarf2yaml.cpp138 for (const auto &AttrSpec : AbbrevDecl->attributes()) { in dumpDebugInfo() local
142 auto FormValue = DIEWrapper.find(AttrSpec.Attr); in dumpDebugInfo()