Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDIEAttributeCloner.h115 const DWARFAbbreviationDeclaration::AttributeSpec &AttrSpec);
120 const DWARFAbbreviationDeclaration::AttributeSpec &AttrSpec);
125 const DWARFAbbreviationDeclaration::AttributeSpec &AttrSpec);
130 const DWARFAbbreviationDeclaration::AttributeSpec &AttrSpec);
135 const DWARFAbbreviationDeclaration::AttributeSpec &AttrSpec);
139 shouldSkipAttribute(DWARFAbbreviationDeclaration::AttributeSpec AttrSpec);
H A DDIEAttributeCloner.cpp139 DWARFAbbreviationDeclaration::AttributeSpec AttrSpec) { in shouldSkipAttribute()
184 const DWARFAbbreviationDeclaration::AttributeSpec &AttrSpec) { in cloneStringAttr()
238 const DWARFAbbreviationDeclaration::AttributeSpec &AttrSpec) { in cloneDieRefAttr()
306 const DWARFAbbreviationDeclaration::AttributeSpec &AttrSpec) { in cloneScalarAttr()
523 const DWARFAbbreviationDeclaration::AttributeSpec &AttrSpec) { in cloneBlockAttr()
582 const DWARFAbbreviationDeclaration::AttributeSpec &AttrSpec) { in cloneAddressAttr()
/src/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.cpp99 AttributeSpecs.push_back(AttributeSpec(A, F, V)); in extract()
141 AttributeSpecs.push_back(AttributeSpec(A, F, ByteSize)); in extract()
152 for (const AttributeSpec &Spec : AttributeSpecs) { in dump()
194 const AttributeSpec &Spec = AttributeSpecs[AttrIndex]; in getAttributeValueFromOffset()
233 std::optional<int64_t> DWARFAbbreviationDeclaration::AttributeSpec::getByteSize( in getByteSize()
/src/contrib/llvm-project/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() function
34 AttributeSpec(dwarf::Attribute A, dwarf::Form F, in AttributeSpec() argument
92 using AttributeSpecVector = SmallVector<AttributeSpec, 8>; argument
/src/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinker.h610 using AttributeSpec = DWARFAbbreviationDeclaration::AttributeSpec;
647 const AttributeSpec AttrSpec, unsigned AttrSize,
653 unsigned cloneStringAttribute(DIE &Die, AttributeSpec AttrSpec,
661 AttributeSpec AttrSpec,
678 AttributeSpec AttrSpec,
686 AttributeSpec AttrSpec, unsigned AttrSize,
695 AttributeSpec AttrSpec,
/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVDWARFReader.h31 using AttributeSpec = DWARFAbbreviationDeclaration::AttributeSpec; variable
92 const AttributeSpec &AttrSpec);
/src/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp1035 AttributeSpec AttrSpec, in cloneStringAttribute()
1080 DIE &Die, const DWARFDie &InputDIE, AttributeSpec AttrSpec, in cloneDieReferenceAttribute()
1280 CompileUnit &Unit, AttributeSpec AttrSpec, const DWARFFormValue &Val, in cloneBlockAttribute()
1345 DIE &Die, const DWARFDie &InputDIE, AttributeSpec AttrSpec, in cloneAddressAttribute()
1411 CompileUnit &Unit, AttributeSpec AttrSpec, const DWARFFormValue &Val, in cloneScalarAttribute()
1563 CompileUnit &Unit, const DWARFFormValue &Val, const AttributeSpec AttrSpec, in cloneAttribute()
1646 DWARFAbbreviationDeclaration::AttributeSpec AttrSpec, in shouldSkipAttribute()
/src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVDWARFReader.cpp248 const AttributeSpec &AttrSpec) { in processOneAttribute()
600 for (const DWARFAbbreviationDeclaration::AttributeSpec &AttrSpec : in processOneDie()
/src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfoEntry.cpp107 const llvm::DWARFAbbreviationDeclaration::AttributeSpec &attr_spec, in ExtractAttrAndFormValue()