Home
last modified time | relevance | path

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

/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/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()