Home | History | Annotate | Download | only in AsmPrinter

Lines Matching refs:BTy

547   auto *BTy = cast<DIBasicType>(Ty);
548 unsigned Encoding = BTy->getEncoding();
821 void DwarfUnit::constructTypeDIE(DIE &Buffer, const DIBasicType *BTy) {
823 StringRef Name = BTy->getName();
829 if (BTy->getTag() == dwarf::DW_TAG_unspecified_type)
833 BTy->getEncoding());
835 uint64_t Size = BTy->getSizeInBits() >> 3;