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

/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
H A DDIE.h52 /// DIEAbbrev - Dwarf abbreviation, describes the organization of a debug
54 class DIEAbbrev : public FoldingSetNode { class in namespace:llvm
72 DIEAbbrev(unsigned T, unsigned C) : Tag(T), ChildrenFlag(C), Data() {} function in class:llvm::DIEAbbrev
118 DIEAbbrev Abbrev;
147 DIEAbbrev &getAbbrev() { return Abbrev; }
/external/llvm/include/llvm/CodeGen/
H A DDIE.h56 /// DIEAbbrev - Dwarf abbreviation, describes the organization of a debug
58 class DIEAbbrev : public FoldingSetNode { class in namespace:llvm
78 DIEAbbrev(dwarf::Tag T, bool C) : Tag(T), Children(C), Data() {} function in class:llvm::DIEAbbrev
646 DIEAbbrev generateAbbrev() const;

Completed in 179 milliseconds