Searched defs:DIEAbbrev (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/llvm/include/llvm/CodeGen/
H A DDIE.h101 class DIEAbbrev : public FoldingSetNode { class in namespace:llvm
121 DIEAbbrev(dwarf::Tag T, bool C) : Tag(T), Children(C), Data() {} function in class:llvm::DIEAbbrev

Completed in 51 milliseconds