Searched defs:DIEAbbrevData (Results 1 – 3 of 3) sorted by relevance
60 DIEAbbrevData(dwarf::Attribute A, dwarf::Form F) in DIEAbbrevData() function62 DIEAbbrevData(dwarf::Attribute A, int64_t V) in DIEAbbrevData() function
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