Lines Matching defs:attribute
54 uint32_t attribute) { in GetAttribute()
71 uint32_t attribute) { in GetDirectAttribute()
115 std::optional<Expression> MaybeGetExpression(Dwarf_Attribute& attribute) { in MaybeGetExpression()
181 std::optional<std::string> Entry::MaybeGetString(uint32_t attribute) { in MaybeGetString()
194 std::optional<std::string> Entry::MaybeGetDirectString(uint32_t attribute) { in MaybeGetDirectString()
207 std::optional<uint64_t> Entry::MaybeGetUnsignedConstant(uint32_t attribute) { in MaybeGetUnsignedConstant()
220 uint64_t Entry::MustGetUnsignedConstant(uint32_t attribute) { in MustGetUnsignedConstant()
229 bool Entry::GetFlag(uint32_t attribute) { in GetFlag()
243 std::optional<Entry> Entry::MaybeGetReference(uint32_t attribute) { in MaybeGetReference()
258 std::optional<Address> GetAddressFromLocation(Dwarf_Attribute& attribute) { in GetAddressFromLocation()
304 std::optional<Address> Entry::MaybeGetAddress(uint32_t attribute) { in MaybeGetAddress()
320 auto attribute = GetAttribute(&die, DW_AT_data_member_location); in MaybeGetMemberByteOffset() local
364 auto attribute = GetAttribute(&die, DW_AT_vtable_elem_location); in MaybeGetVtableOffset() local