Searched refs:BaseTypeRef (Results 1 – 6 of 6) sorted by relevance
139 struct BaseTypeRef { struct140 BaseTypeRef(unsigned BitSize, dwarf::TypeKind Encoding) : in BaseTypeRef() argument147 std::vector<BaseTypeRef> ExprRefedBaseTypes; argument
2574 if (Op.getDescription().Op[I] == Encoding::BaseTypeRef) { in emitDebugLocEntry()
102 Descriptions[DW_OP_convert] = Desc(Op::Dwarf5, Op::BaseTypeRef); in getDescriptions()105 Desc(Op::Dwarf5, Op::SizeLEB, Op::BaseTypeRef); in getDescriptions()170 case Operation::BaseTypeRef: in extract()287 if (Size == Operation::BaseTypeRef && U) { in print()364 if (Size == Operation::BaseTypeRef) { in verify()
37 HANDLE_DIEVALUE_LARGE(BaseTypeRef)
45 BaseTypeRef = 8, enumerator
1045 if ((Op0 == Encoding::BaseTypeRef && Op1 != Encoding::SizeNA) || in cloneExpression()1046 (Op1 == Encoding::BaseTypeRef && Op0 != Encoding::Size1)) in cloneExpression()1049 if ((Op0 == Encoding::BaseTypeRef && Op1 == Encoding::SizeNA) || in cloneExpression()1050 (Op1 == Encoding::BaseTypeRef && Op0 == Encoding::Size1)) { in cloneExpression()