Searched refs:OutDIE (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
| H A D | DWARFLinkerTypeUnit.cpp | 239 uint64_t TypeUnit::finalizeTypeEntryRec(uint64_t OutOffset, DIE *OutDIE, in finalizeTypeEntryRec() argument 242 DIEGenerator DIEGen(OutDIE, Types.getThreadLocalAllocator(), *this); in finalizeTypeEntryRec() 244 OutOffset += OutDIE->getSize() - 1; in finalizeTypeEntryRec() 260 OutDIE->setSize(OutOffset - OutDIE->getOffset()); in finalizeTypeEntryRec()
|
| H A D | DWARFLinkerCompileUnit.cpp | 1486 DIE *OutDIE = in createTypeDIEandCloneAttributes() local 1490 if (OutDIE != nullptr) { in createTypeDIEandCloneAttributes() 1494 DIEAttributeCloner AttributesCloner(OutDIE, *this, ArtificialTypeUnit, in createTypeDIEandCloneAttributes() 1502 AccelRecordsSaver.save(InputDieEntry, OutDIE, AttributesCloner.AttrInfo, in createTypeDIEandCloneAttributes() 1507 OutDIE->setSize(AttributesCloner.getOutOffset() + 1); in createTypeDIEandCloneAttributes()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfExpression.h | 346 DIELoc &OutDIE; variable 351 DIELoc &getActiveDIE() { return IsBuffering ? TmpDIE : OutDIE; } in getActiveDIE() 372 return &OutDIE; in finalize()
|
| H A D | DwarfUnit.cpp | 43 : DwarfExpression(AP.getDwarfVersion(), CU), AP(AP), OutDIE(DIE) {} in DIEDwarfExpression() 76 void DIEDwarfExpression::commitTemporaryBuffer() { OutDIE.takeValues(TmpDIE); } in commitTemporaryBuffer()
|