Searched defs:DIEAbbrev (Results 1 – 5 of 5) sorted by relevance
29 class DIEAbbrev; variable
35 class DIEAbbrev; variable
78 DIEAbbrev(dwarf::Tag T, bool C) : Tag(T), Children(C), Data() {} in DIEAbbrev() function
72 DIEAbbrev(unsigned T, unsigned C) : Tag(T), ChildrenFlag(C), Data() {} in DIEAbbrev() function
39 class DIEAbbrev; variable