Home | History | Annotate | Download | only in AsmPrinter

Lines Matching refs:BTy

831 void CompileUnit::constructTypeDIE(DIE &Buffer, DIBasicType BTy) {
833 StringRef Name = BTy.getName();
838 if (BTy.getTag() == dwarf::DW_TAG_unspecified_type) {
846 BTy.getEncoding());
848 uint64_t Size = BTy.getSizeInBits() >> 3;