Searched refs:AttributeSpec (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFAbbreviationDeclaration.cpp | 69 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() 173 const AttributeSpec &Spec = AttributeSpecs[*MatchAttrIndex]; in getAttributeValue() 197 Optional<int64_t> DWARFAbbreviationDeclaration::AttributeSpec::getByteSize( in getByteSize()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFAbbreviationDeclaration.h | 29 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, Optional<uint8_t> ByteSize) in AttributeSpec() function 84 using AttributeSpecVector = SmallVector<AttributeSpec, 8>; argument
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DWARFLinker/ |
| H A D | DWARFLinker.h | 581 using AttributeSpec = DWARFAbbreviationDeclaration::AttributeSpec; 625 const AttributeSpec AttrSpec, unsigned AttrSize, 631 unsigned cloneStringAttribute(DIE &Die, AttributeSpec AttrSpec, 640 AttributeSpec AttrSpec, 655 CompileUnit &Unit, AttributeSpec AttrSpec, 662 unsigned cloneAddressAttribute(DIE &Die, AttributeSpec AttrSpec, 671 AttributeSpec AttrSpec,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DWARFLinker/ |
| H A D | DWARFLinker.cpp | 846 DIE &Die, AttributeSpec AttrSpec, const DWARFFormValue &Val, in cloneStringAttribute() 869 DIE &Die, const DWARFDie &InputDIE, AttributeSpec AttrSpec, in cloneDieReferenceAttribute() 1005 DIE &Die, const DWARFFile &File, CompileUnit &Unit, AttributeSpec AttrSpec, in cloneBlockAttribute() 1060 DIE &Die, AttributeSpec AttrSpec, const DWARFFormValue &Val, in cloneAddressAttribute() 1138 CompileUnit &Unit, AttributeSpec AttrSpec, const DWARFFormValue &Val, in cloneScalarAttribute() 1207 const AttributeSpec AttrSpec, unsigned AttrSize, AttributesInfo &Info, in cloneAttribute() 1306 shouldSkipAttribute(DWARFAbbreviationDeclaration::AttributeSpec AttrSpec, in shouldSkipAttribute()
|