Home
last modified time | relevance | path

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

/freebsd/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()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.h30 struct AttributeSpec { struct
31 AttributeSpec(dwarf::Attribute A, dwarf::Form F, int64_t Value) in AttributeSpec() function
35 AttributeSpec(dwarf::Attribute A, dwarf::Form F, in AttributeSpec() function
93 using AttributeSpecVector = SmallVector<AttributeSpec, 8>; argument
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVDWARFReader.h31 using AttributeSpec = DWARFAbbreviationDeclaration::AttributeSpec; variable
85 const AttributeSpec &AttrSpec);
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinker.h617 using AttributeSpec = DWARFAbbreviationDeclaration::AttributeSpec;
654 const AttributeSpec AttrSpec, unsigned AttrSize,
660 unsigned cloneStringAttribute(DIE &Die, AttributeSpec AttrSpec,
668 AttributeSpec AttrSpec,
685 AttributeSpec AttrSpec,
693 AttributeSpec AttrSpec, unsigned AttrSize,
702 AttributeSpec AttrSpec,
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinker.h
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp
/freebsd/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()
1581 CompileUnit &Unit, const DWARFFormValue &Val, const AttributeSpec AttrSpec, in cloneAttribute()
1664 DWARFAbbreviationDeclaration::AttributeSpec AttrSpec, in shouldSkipAttribute()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVDWARFReader.cpp34 const AttributeSpec &AttrSpec) { in processOneAttribute()
399 for (const DWARFAbbreviationDeclaration::AttributeSpec &AttrSpec : in processOneDie()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfoEntry.cpp93 const llvm::DWARFAbbreviationDeclaration::AttributeSpec &attr_spec, in ExtractAttrAndFormValue()