Home
last modified time | relevance | path

Searched defs:TyDIE (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp564 if (DIE *TyDIE = getDIE(Ty)) in createTypeDIE() local
568 DIE &TyDIE = createAndAddDIE(Ty->getTag(), *ContextDIE, Ty); in createTypeDIE() local
579 DIE &TyDIE = createAndAddDIE(Ty->getTag(), ContextDIE, Ty); in createTypeDIE() local
632 if (DIE *TyDIE = getDIE(Ty)) in getOrCreateTypeDIE() local
640 const DIType *Ty, const DIE &TyDIE) { in updateAcceleratorTables()
661 void DwarfUnit::addGlobalType(const DIType *Ty, const DIE &TyDIE, in addGlobalType()