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

  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h 41 const OwningPtr<DIE> CUDie;
48 /// IndexTyDie - An anonymous type for index type. Owned by CUDie.
81 DIE* getCUDie() const { return CUDie.get(); }
87 bool hasContent() const { return !CUDie->getChildren().empty(); }
128 this->CUDie->addChild(Buffer);
DwarfCompileUnit.cpp 34 : ID(I), CUDie(D), Asm(A), DD(DW), IndexTyDie(0) {
    [all...]
  /external/llvm/tools/dsymutil/
DwarfLinker.cpp 204 const auto *CUDie = OrigUnit.getUnitDIE(false);
205 unsigned Lang = CUDie->getAttributeValueAsUnsignedConstant(
216 CUDie(std::move(RHS.CUDie)), StartOffset(RHS.StartOffset),
227 DIE *getOutputUnitDIE() const { return CUDie; }
228 void setOutputUnitDIE(DIE *Die) { CUDie = Die; }
336 DIE *CUDie; ///< Root of the linked DIE tree.
404 if (CUDie)
405 NextUnitOffset += CUDie->getSize();
    [all...]

Completed in 102 milliseconds