Searched defs:DIEAbbrevData (Results 1 – 2 of 2) sorted by relevance
40 DIEAbbrevData(unsigned A, unsigned F) : Attribute(A), Form(F) {} in DIEAbbrevData() function
44 DIEAbbrevData(dwarf::Attribute A, dwarf::Form F) : Attribute(A), Form(F) {} in DIEAbbrevData() function