Home
last modified time | relevance | path

Searched refs:AttributeSpec (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.cpp69 AttributeSpecs.push_back(AttributeSpec(A, F, V)); in extract()
111 AttributeSpecs.push_back(AttributeSpec(A, F, ByteSize)); in extract()
132 for (const AttributeSpec &Spec : AttributeSpecs) { in dump()
174 const AttributeSpec &Spec = AttributeSpecs[AttrIndex]; in getAttributeValueFromOffset()
213 Optional<int64_t> DWARFAbbreviationDeclaration::AttributeSpec::getByteSize( in getByteSize()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.h29 struct AttributeSpec { struct
30 AttributeSpec(dwarf::Attribute A, dwarf::Form F, int64_t Value) in AttributeSpec() argument
34 AttributeSpec(dwarf::Attribute A, dwarf::Form F, Optional<uint8_t> ByteSize) in AttributeSpec() argument
84 using AttributeSpecVector = SmallVector<AttributeSpec, 8>; argument
/llvm-project-15.0.7/llvm/include/llvm/DWARFLinker/
H A DDWARFLinker.h576 using AttributeSpec = DWARFAbbreviationDeclaration::AttributeSpec;
620 const AttributeSpec AttrSpec, unsigned AttrSize,
626 unsigned cloneStringAttribute(DIE &Die, AttributeSpec AttrSpec,
635 AttributeSpec AttrSpec,
650 CompileUnit &Unit, AttributeSpec AttrSpec,
657 unsigned cloneAddressAttribute(DIE &Die, AttributeSpec AttrSpec,
666 AttributeSpec AttrSpec,
/llvm-project-15.0.7/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp883 DIE &Die, AttributeSpec AttrSpec, const DWARFFormValue &Val, in cloneStringAttribute()
906 DIE &Die, const DWARFDie &InputDIE, AttributeSpec AttrSpec, in cloneDieReferenceAttribute()
1042 DIE &Die, const DWARFFile &File, CompileUnit &Unit, AttributeSpec AttrSpec, in cloneBlockAttribute()
1097 DIE &Die, AttributeSpec AttrSpec, const DWARFFormValue &Val, in cloneAddressAttribute()
1175 CompileUnit &Unit, AttributeSpec AttrSpec, const DWARFFormValue &Val, in cloneScalarAttribute()
1244 const AttributeSpec AttrSpec, unsigned AttrSize, AttributesInfo &Info, in cloneAttribute()
1343 shouldSkipAttribute(DWARFAbbreviationDeclaration::AttributeSpec AttrSpec, in shouldSkipAttribute()
/llvm-project-15.0.7/bolt/lib/Core/
H A DDebugData.cpp57 const DWARFAbbreviationDeclaration::AttributeSpec *AttrVal = in findAttributeInfo()
1217 for (const DWARFAbbreviationDeclaration::AttributeSpec &AttrSpec : in addUnitAbbreviations()
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DDWARFRewriter.cpp740 for (const DWARFAbbreviationDeclaration::AttributeSpec &Decl : in updateUnitDebugInfo()