Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
HDDIEAttributeCloner.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);
HDDIEAttributeCloner.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()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
HDDWARFAbbreviationDeclaration.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()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
HDDWARFAbbreviationDeclaration.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, in AttributeSpec() function
92 using AttributeSpecVector = SmallVector<AttributeSpec, 8>; argument
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
HDDWARFLinker.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,
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
HDLVDWARFReader.h31 using AttributeSpec = DWARFAbbreviationDeclaration::AttributeSpec; variable
92 const AttributeSpec &AttrSpec);
/freebsd-14-stable/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
HDDWARFLinker.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()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
HDLVDWARFReader.cpp248 const AttributeSpec &AttrSpec) { in processOneAttribute()
600 for (const DWARFAbbreviationDeclaration::AttributeSpec &AttrSpec : in processOneDie()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
HDDWARFDebugInfoEntry.cpp107 const llvm::DWARFAbbreviationDeclaration::AttributeSpec &attr_spec, in ExtractAttrAndFormValue()