Home
last modified time | relevance | path

Searched refs:AttrValue (Results 1 – 4 of 4) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp240 dwarf::Attribute Attr = AttrValue.Attr; in dumpAttribute()
243 dwarf::Form Form = AttrValue.Value.getForm(); in dumpAttribute()
248 const DWARFFormValue &FormValue = AttrValue.Value; in dumpAttribute()
635 for (const DWARFAttribute &AttrValue : attributes()) in dump() local
715 AttrValue.Attr = AbbrDecl.getAttrByIndex(Index); in updateForIndex()
717 AttrValue.Offset += AttrValue.ByteSize; in updateForIndex()
718 uint64_t ParseOffset = AttrValue.Offset; in updateForIndex()
720 AttrValue.Value = DWARFFormValue::createFromSValue( in updateForIndex()
726 AttrValue.Value = DWARFFormValue::createFromUnit( in updateForIndex()
729 AttrValue.ByteSize = ParseOffset - AttrValue.Offset; in updateForIndex()
[all …]
H A DDWARFVerifier.cpp170 for (auto AttrValue : Die.attributes()) { in verifyUnitContents() local
171 NumUnitErrors += verifyDebugInfoAttribute(Die, AttrValue); in verifyUnitContents()
172 NumUnitErrors += verifyDebugInfoForm(Die, AttrValue); in verifyUnitContents()
474 const auto Attr = AttrValue.Attr; in verifyDebugInfoAttribute()
552 if (auto FileIdx = AttrValue.Value.getAsUnsignedConstant()) { in verifyDebugInfoAttribute()
594 const auto Form = AttrValue.Value.getForm(); in verifyDebugInfoForm()
602 Optional<uint64_t> RefVal = AttrValue.Value.getAsReference(); in verifyDebugInfoForm()
606 auto CUOffset = AttrValue.Value.getRawUValue(); in verifyDebugInfoForm()
626 Optional<uint64_t> RefVal = AttrValue.Value.getAsReference(); in verifyDebugInfoForm()
643 auto SecOffset = AttrValue.Value.getAsSectionOffset(); in verifyDebugInfoForm()
[all …]
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFVerifier.h197 DWARFAttribute &AttrValue);
211 unsigned verifyDebugInfoForm(const DWARFDie &Die, DWARFAttribute &AttrValue);
H A DDWARFDie.h306 DWARFAttribute AttrValue; variable
326 explicit operator bool() const { return AttrValue.isValid(); }
327 const DWARFAttribute &operator*() const { return AttrValue; }