Searched refs:CUDie (Results 1 – 3 of 3) sorted by relevance
41 const OwningPtr<DIE> CUDie; variable81 DIE* getCUDie() const { return CUDie.get(); } in getCUDie()87 bool hasContent() const { return !CUDie->getChildren().empty(); } in hasContent()128 this->CUDie->addChild(Buffer); in addDie()
34 : ID(I), CUDie(D), Asm(A), DD(DW), IndexTyDie(0) { in CompileUnit()
204 const auto *CUDie = OrigUnit.getUnitDIE(false); in CompileUnit() local205 unsigned Lang = CUDie->getAttributeValueAsUnsignedConstant( in CompileUnit()216 CUDie(std::move(RHS.CUDie)), StartOffset(RHS.StartOffset), in CompileUnit()227 DIE *getOutputUnitDIE() const { return CUDie; } in getOutputUnitDIE()228 void setOutputUnitDIE(DIE *Die) { CUDie = Die; } in setOutputUnitDIE()336 DIE *CUDie; ///< Root of the linked DIE tree. member in llvm::dsymutil::__anon5c7ea04f0111::CompileUnit404 if (CUDie) in computeNextUnitOffset()405 NextUnitOffset += CUDie->getSize(); in computeNextUnitOffset()1210 bool registerModuleReference(const DWARFDebugInfoEntryMinimal &CUDie,2981 const DWARFDebugInfoEntryMinimal *CUDie = Unit.getOrigUnit().getUnitDIE(); in patchLineTableForUnit() local[all …]