Searched defs:DIEAbbrev (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ | ||
| H A D | AsmPrinter.h | 45 class DIEAbbrev; variable |
| H A D | DIE.h | 96 DIEAbbrev(dwarf::Tag T, bool C) : Tag(T), Children(C) {} in DIEAbbrev() function |