HomeSort by relevance Sort by last modified time
    Searched refs:CUDie (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h 45 const OwningPtr<DIE> CUDie;
52 /// IndexTyDie - An anonymous type for index type. Owned by CUDie.
89 DIE* getCUDie() const { return CUDie.get(); }
108 bool hasContent() const { return !CUDie->getChildren().empty(); }
164 this->CUDie->addChild(Buffer);
DwarfCompileUnit.cpp 37 : ID(I), Language(L), CUDie(D), Asm(A), DD(DW), IndexTyDie(0) {
    [all...]

Completed in 31 milliseconds