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

/external/llvm/tools/dsymutil/
H A DDwarfLinker.cpp1321 const AttributeSpec AttrSpec, unsigned AttrSize,
1324 /// Clone a string attribute described by \p AttrSpec and add
1327 unsigned cloneStringAttribute(DIE &Die, AttributeSpec AttrSpec,
1337 AttributeSpec AttrSpec, unsigned AttrSize,
1343 unsigned cloneBlockAttribute(DIE &Die, AttributeSpec AttrSpec,
1349 unsigned cloneAddressAttribute(DIE &Die, AttributeSpec AttrSpec,
1358 CompileUnit &U, AttributeSpec AttrSpec,
2169 for (const auto &AttrSpec : Abbrev->attributes()) {
2170 DWARFFormValue Val(AttrSpec.Form);
2173 DWARFFormValue::skipValue(AttrSpec
2294 cloneStringAttribute(DIE &Die, AttributeSpec AttrSpec, const DWARFFormValue &Val, const DWARFUnit &U) argument
2306 cloneDieReferenceAttribute( DIE &Die, const DWARFDebugInfoEntryMinimal &InputDIE, AttributeSpec AttrSpec, unsigned AttrSize, const DWARFFormValue &Val, CompileUnit &Unit) argument
2377 cloneBlockAttribute(DIE &Die, AttributeSpec AttrSpec, const DWARFFormValue &Val, unsigned AttrSize) argument
2420 cloneAddressAttribute( DIE &Die, AttributeSpec AttrSpec, const DWARFFormValue &Val, const CompileUnit &Unit, AttributesInfo &Info) argument
2457 cloneScalarAttribute( DIE &Die, const DWARFDebugInfoEntryMinimal &InputDIE, CompileUnit &Unit, AttributeSpec AttrSpec, const DWARFFormValue &Val, unsigned AttrSize, AttributesInfo &Info) argument
2501 cloneAttribute( DIE &Die, const DWARFDebugInfoEntryMinimal &InputDIE, CompileUnit &Unit, const DWARFFormValue &Val, const AttributeSpec AttrSpec, unsigned AttrSize, AttributesInfo &Info) argument
2625 shouldSkipAttribute(DWARFAbbreviationDeclaration::AttributeSpec AttrSpec, uint16_t Tag, bool InDebugMap, bool SkipPC, bool InFunctionScope) argument
[all...]

Completed in 34 milliseconds