Searched refs:AttributeSpec (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFAbbreviationDeclaration.cpp | 99 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 D | DWARFAbbreviationDeclaration.h | 30 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 D | LVDWARFReader.h | 31 using AttributeSpec = DWARFAbbreviationDeclaration::AttributeSpec; variable 85 const AttributeSpec &AttrSpec);
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/ |
| H A D | DWARFLinker.h | 617 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 D | DWARFLinker.h | |
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/ |
| H A D | DWARFLinker.cpp | |
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ |
| H A D | DWARFLinker.cpp | 1035 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 D | LVDWARFReader.cpp | 34 const AttributeSpec &AttrSpec) { in processOneAttribute() 399 for (const DWARFAbbreviationDeclaration::AttributeSpec &AttrSpec : in processOneDie()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFDebugInfoEntry.cpp | 93 const llvm::DWARFAbbreviationDeclaration::AttributeSpec &attr_spec, in ExtractAttrAndFormValue()
|