Lines Matching defs:AttrValue
264 for (auto AttrValue : Die.attributes()) {
265 NumUnitErrors += verifyDebugInfoAttribute(Die, AttrValue);
266 NumUnitErrors += verifyDebugInfoForm(Die, AttrValue, UnitLocalReferences,
666 DWARFAttribute &AttrValue) {
678 const auto Attr = AttrValue.Attr;
682 if (auto SectionOffset = AttrValue.Value.getAsSectionOffset()) {
702 if (auto SectionOffset = AttrValue.Value.getAsSectionOffset()) {
779 if (auto FileIdx = AttrValue.Value.getAsUnsignedConstant()) {
820 if (!AttrValue.Value.getAsUnsignedConstant()) {
835 DWARFAttribute &AttrValue,
840 const auto Form = AttrValue.Value.getForm();
848 std::optional<uint64_t> RefVal = AttrValue.Value.getAsRelativeReference();
852 auto CUOffset = AttrValue.Value.getRawUValue();
866 LocalReferences[AttrValue.Value.getUnit()->getOffset() + *RefVal]
875 std::optional<uint64_t> RefVal = AttrValue.Value.getAsDebugInfoReference();
900 if (Error E = AttrValue.Value.getAsCString().takeError()) {